Uses of Class
jetbrains.buildServer.tools.ToolException
-
-
Uses of ToolException in jetbrains.buildServer.tools
Methods in jetbrains.buildServer.tools that throw ToolException Modifier and Type Method Description void
ServerToolPreProcessor. doAfterServerStartup()
void
ServerToolPreProcessorAdapter. doAfterServerStartup()
void
ServerToolPreProcessor. doBeforeServerStartup()
void
ServerToolPreProcessorAdapter. doBeforeServerStartup()
File
ServerToolProvider. fetchToolPackage(ToolVersion toolVersion, File targetDirectory)
Fetch tool package version to the targetDirectory.File
ServerToolProviderAdapter. fetchToolPackage(ToolVersion toolVersion, File targetDirectory)
ServerToolProvider
ServerToolProviders. get(ToolType toolType)
Collection<ToolVersion>
ServerToolManager. getAvailableTools(ToolType toolType)
InstalledToolVersionEx
ServerToolManager. installTool(ToolType toolType, File toolContent, ToolInstallationSource toolInstallationSource)
InstalledToolVersionEx
ServerToolManager. installTool(ToolVersion tool, ToolInstallationSource toolInstallationSource)
boolean
ServerToolManager. removeTool(String toolId)
void
ServerToolProvider. unpackToolPackage(File toolPackage, File targetDirectory)
Unpack valid tool package to the target directory.void
ServerToolProviderAdapter. unpackToolPackage(File toolPackage, File targetDirectory)
-
Uses of ToolException in jetbrains.buildServer.tools.bundled
Methods in jetbrains.buildServer.tools.bundled that throw ToolException Modifier and Type Method Description InstalledToolVersionEx
BundledToolVersions. getDefaultInstalledBundledToolVersion(ToolType toolType)
InstalledToolVersionEx
BundledToolVersionsImpl. getDefaultInstalledBundledToolVersion(ToolType toolType)
Collection<InstalledToolVersionEx>
BundledToolVersions. getInstalledBundledToolVersions(ToolType toolType)
Collection<InstalledToolVersionEx>
BundledToolVersionsImpl. getInstalledBundledToolVersions(ToolType toolType)
-
Uses of ToolException in jetbrains.buildServer.tools.impl
Methods in jetbrains.buildServer.tools.impl that throw ToolException Modifier and Type Method Description ServerToolProvider
ServerToolProvidersLocator. get(ToolType toolType)
Collection<ToolVersion>
ServerToolManagerImpl. getAvailableTools(ToolType toolType)
InstalledToolVersionEx
ServerToolManagerImpl. installTool(ToolType toolType, File toolContent, ToolInstallationSource toolInstallationSource)
InstalledToolVersionEx
ServerToolManagerImpl. installTool(ToolVersion tool, ToolInstallationSource toolInstallationSource)
boolean
ServerToolManagerImpl. removeTool(String toolId)
void
CustomArchiveServerToolProvider. unpackToolPackage(File toolPackage, File targetDirectory)
void
DirectoryServerToolProvider. unpackToolPackage(File toolPackage, File targetDirectory)
-
Uses of ToolException in jetbrains.buildServer.tools.installed
Subclasses of ToolException in jetbrains.buildServer.tools.installed Modifier and Type Class Description class
ToolAlreadyInstalledException
Methods in jetbrains.buildServer.tools.installed that throw ToolException Modifier and Type Method Description <T> T
ToolPackagesWatcher. executeWithDisabledWatcher(Callable<T> callable)
InstalledToolVersionEx
ServerToolRegistryImpl. installTool(File toolContent, ToolInstallationSource toolInstallationSource)
InstalledToolVersionEx
ServerToolRegistryImpl. installTool(ToolVersion toolVersion, File toolContent, ToolInstallationSource toolInstallationSource)
Installs tool, including: copying (overriding if already there) tool archive in "/plugins/.tools", unpacking it in "/system/cashes/tools.unpacked", repacking it as ZIP in "/system/cashes/agentTools", saving description in "/system/caches/tools/installedToolsState.xml".InstalledToolVersionEx
ToolsRegistry. installTool(File toolPackage, ToolInstallationSource toolInstallationSource)
InstalledToolVersionEx
ToolsRegistry. installTool(ToolVersion toolVersion, File toolContent, ToolInstallationSource toolInstallationSource)
void
AgentPluginPacker. packAgentTool(File toolContent, File destFile, Map<String,Integer> entitiesUnixPermissions)
void
AgentPluginPackerImpl. packAgentTool(File toolContent, File destFile, Map<String,Integer> entitiesUnixPermissions)
File
AgentPluginPackerImpl. packAgentTool(String toolName, File toolContent, File destFolder)
In destFolder packs agent tool zip file with toolName name and content from toolContent folder.boolean
ToolsRegistry. removeTool(String toolId)
Remove tool, clean all related data from disc (unpacked content, packed agent tool)InstalledToolVersionEx
ServerToolRegistryImpl. updateTool(InstalledToolVersionEx tool, ToolInstallationSource toolInstallationSource)
InstalledToolVersionEx
ToolsRegistry. updateTool(InstalledToolVersionEx tool, ToolInstallationSource toolInstallationSource)
-
Uses of ToolException in jetbrains.buildServer.tools.utils
Subclasses of ToolException in jetbrains.buildServer.tools.utils Modifier and Type Class Description class
NotEnoughFreeDiskSpaceToolException
-
Uses of ToolException in jetbrains.buildServer.tools.web
Methods in jetbrains.buildServer.tools.web that throw ToolException Modifier and Type Method Description void
ToolInstallAction. act(javax.servlet.http.HttpServletRequest request, ActionErrors errors)
-
Uses of ToolException in jetbrains.buildServer.tools.web.actions
Methods in jetbrains.buildServer.tools.web.actions that throw ToolException Modifier and Type Method Description void
DismissToolErrorAction. act(javax.servlet.http.HttpServletRequest request, ActionErrors errors)
void
DownloadToolAction. act(javax.servlet.http.HttpServletRequest request, ActionErrors errors)
void
RemoveToolAction. act(javax.servlet.http.HttpServletRequest request, ActionErrors errors)
-