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 voidServerToolPreProcessor. doAfterServerStartup()voidServerToolPreProcessorAdapter. doAfterServerStartup()voidServerToolPreProcessor. doBeforeServerStartup()voidServerToolPreProcessorAdapter. doBeforeServerStartup()FileServerToolProvider. fetchToolPackage(ToolVersion toolVersion, File targetDirectory)Fetch tool package version to the targetDirectory.FileServerToolProviderAdapter. fetchToolPackage(ToolVersion toolVersion, File targetDirectory)ServerToolProviderServerToolProviders. get(ToolType toolType)Collection<ToolVersion>ServerToolManager. getAvailableTools(ToolType toolType)InstalledToolVersionExServerToolManager. installTool(ToolType toolType, File toolContent, ToolInstallationSource toolInstallationSource)InstalledToolVersionExServerToolManager. installTool(ToolVersion tool, ToolInstallationSource toolInstallationSource)booleanServerToolManager. removeTool(String toolId)voidServerToolProvider. unpackToolPackage(File toolPackage, File targetDirectory)Unpack valid tool package to the target directory.voidServerToolProviderAdapter. 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 InstalledToolVersionExBundledToolVersions. getDefaultInstalledBundledToolVersion(ToolType toolType)InstalledToolVersionExBundledToolVersionsImpl. 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 ServerToolProviderServerToolProvidersLocator. get(ToolType toolType)Collection<ToolVersion>ServerToolManagerImpl. getAvailableTools(ToolType toolType)InstalledToolVersionExServerToolManagerImpl. installTool(ToolType toolType, File toolContent, ToolInstallationSource toolInstallationSource)InstalledToolVersionExServerToolManagerImpl. installTool(ToolVersion tool, ToolInstallationSource toolInstallationSource)booleanServerToolManagerImpl. removeTool(String toolId)voidCustomArchiveServerToolProvider. unpackToolPackage(File toolPackage, File targetDirectory)voidDirectoryServerToolProvider. 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 classToolAlreadyInstalledExceptionMethods in jetbrains.buildServer.tools.installed that throw ToolException Modifier and Type Method Description <T> TToolPackagesWatcher. executeWithDisabledWatcher(Callable<T> callable)InstalledToolVersionExServerToolRegistryImpl. installTool(File toolContent, ToolInstallationSource toolInstallationSource)InstalledToolVersionExServerToolRegistryImpl. 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".InstalledToolVersionExToolsRegistry. installTool(File toolPackage, ToolInstallationSource toolInstallationSource)InstalledToolVersionExToolsRegistry. installTool(ToolVersion toolVersion, File toolContent, ToolInstallationSource toolInstallationSource)voidAgentPluginPacker. packAgentTool(File toolContent, File destFile, Map<String,Integer> entitiesUnixPermissions)voidAgentPluginPackerImpl. packAgentTool(File toolContent, File destFile, Map<String,Integer> entitiesUnixPermissions)FileAgentPluginPackerImpl. packAgentTool(String toolName, File toolContent, File destFolder)In destFolder packs agent tool zip file with toolName name and content from toolContent folder.booleanToolsRegistry. removeTool(String toolId)Remove tool, clean all related data from disc (unpacked content, packed agent tool)InstalledToolVersionExServerToolRegistryImpl. updateTool(InstalledToolVersionEx tool, ToolInstallationSource toolInstallationSource)InstalledToolVersionExToolsRegistry. 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 classNotEnoughFreeDiskSpaceToolException -
Uses of ToolException in jetbrains.buildServer.tools.web
Methods in jetbrains.buildServer.tools.web that throw ToolException Modifier and Type Method Description voidToolInstallAction. 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 voidDismissToolErrorAction. act(javax.servlet.http.HttpServletRequest request, ActionErrors errors)voidDownloadToolAction. act(javax.servlet.http.HttpServletRequest request, ActionErrors errors)voidRemoveToolAction. act(javax.servlet.http.HttpServletRequest request, ActionErrors errors)
-