Uses of Interface
jetbrains.buildServer.tools.InstalledToolVersionEx
-
-
Uses of InstalledToolVersionEx in jetbrains.buildServer.tools
Classes in jetbrains.buildServer.tools that implement InstalledToolVersionEx Modifier and Type Class Description class
RemoteInstalledToolVersionImpl
Methods in jetbrains.buildServer.tools that return InstalledToolVersionEx Modifier and Type Method Description InstalledToolVersionEx
ServerToolManager. findInstalledTool(String toolVersionId)
InstalledToolVersionEx
ServerToolManager. installTool(ToolType toolType, File toolContent, ToolInstallationSource toolInstallationSource)
InstalledToolVersionEx
ServerToolManager. installTool(ToolVersion tool, ToolInstallationSource toolInstallationSource)
Methods in jetbrains.buildServer.tools that return types with arguments of type InstalledToolVersionEx Modifier and Type Method Description Collection<InstalledToolVersionEx>
ServerToolManager. getInstalledTools()
Collection<InstalledToolVersionEx>
ServerToolManager. getInstalledTools(ToolType toolType)
-
Uses of InstalledToolVersionEx in jetbrains.buildServer.tools.bundled
Methods in jetbrains.buildServer.tools.bundled that return InstalledToolVersionEx Modifier and Type Method Description InstalledToolVersionEx
BundledToolVersions. getDefaultInstalledBundledToolVersion(ToolType toolType)
InstalledToolVersionEx
BundledToolVersionsImpl. getDefaultInstalledBundledToolVersion(ToolType toolType)
Methods in jetbrains.buildServer.tools.bundled that return types with arguments of type InstalledToolVersionEx Modifier and Type Method Description Collection<InstalledToolVersionEx>
BundledToolVersions. getInstalledBundledToolVersions(ToolType toolType)
Collection<InstalledToolVersionEx>
BundledToolVersionsImpl. getInstalledBundledToolVersions(ToolType toolType)
-
Uses of InstalledToolVersionEx in jetbrains.buildServer.tools.impl
Methods in jetbrains.buildServer.tools.impl that return InstalledToolVersionEx Modifier and Type Method Description InstalledToolVersionEx
ServerToolManagerImpl. findInstalledTool(String toolVersionId)
InstalledToolVersionEx
ServerToolManagerImpl. installTool(ToolType toolType, File toolContent, ToolInstallationSource toolInstallationSource)
InstalledToolVersionEx
ServerToolManagerImpl. installTool(ToolVersion tool, ToolInstallationSource toolInstallationSource)
Methods in jetbrains.buildServer.tools.impl that return types with arguments of type InstalledToolVersionEx Modifier and Type Method Description Collection<InstalledToolVersionEx>
ServerToolManagerImpl. getInstalledTools()
Collection<InstalledToolVersionEx>
ServerToolManagerImpl. getInstalledTools(ToolType toolType)
-
Uses of InstalledToolVersionEx in jetbrains.buildServer.tools.installed
Classes in jetbrains.buildServer.tools.installed that implement InstalledToolVersionEx Modifier and Type Class Description class
InstalledToolVersionImpl
Created by Evgeniy.Koshkin.Methods in jetbrains.buildServer.tools.installed that return InstalledToolVersionEx Modifier and Type Method Description InstalledToolVersionEx
ReadonlyToolsRegistry. findInstalledTool(String toolId)
Find tool by its un-typed id.InstalledToolVersionEx
RemoteToolsRegistryImpl. findInstalledTool(String toolId)
InstalledToolVersionEx
ServerToolRegistryImpl. findInstalledTool(String toolVersionId)
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)
InstalledToolVersionEx
ServerToolRegistryImpl. updateTool(InstalledToolVersionEx tool, ToolInstallationSource toolInstallationSource)
InstalledToolVersionEx
ToolsRegistry. updateTool(InstalledToolVersionEx tool, ToolInstallationSource toolInstallationSource)
Methods in jetbrains.buildServer.tools.installed that return types with arguments of type InstalledToolVersionEx Modifier and Type Method Description Collection<InstalledToolVersionEx>
ReadonlyToolsRegistry. getInstalledTools()
Collection<InstalledToolVersionEx>
ReadonlyToolsRegistry. getInstalledTools(ToolType toolType)
Collection<InstalledToolVersionEx>
RemoteToolsRegistryImpl. getInstalledTools()
Collection<InstalledToolVersionEx>
RemoteToolsRegistryImpl. getInstalledTools(ToolType toolType)
Collection<InstalledToolVersionEx>
ServerToolRegistryImpl. getInstalledTools()
Collection<InstalledToolVersionEx>
ServerToolRegistryImpl. getInstalledTools(ToolType toolType)
Methods in jetbrains.buildServer.tools.installed with parameters of type InstalledToolVersionEx Modifier and Type Method Description InstalledToolVersionEx
ServerToolRegistryImpl. updateTool(InstalledToolVersionEx tool, ToolInstallationSource toolInstallationSource)
InstalledToolVersionEx
ToolsRegistry. updateTool(InstalledToolVersionEx tool, ToolInstallationSource toolInstallationSource)
Method parameters in jetbrains.buildServer.tools.installed with type arguments of type InstalledToolVersionEx Modifier and Type Method Description void
ToolPackagesWatcher. installFromFile(Collection<InstalledToolVersionEx> knownTools, File newToolPackage, ToolsRegistry toolsRegistry)
-
Uses of InstalledToolVersionEx in jetbrains.buildServer.tools.state.model
Methods in jetbrains.buildServer.tools.state.model with parameters of type InstalledToolVersionEx Modifier and Type Method Description static InstalledToolState
InstalledToolState. installedToolState(InstalledToolVersionEx tool, ToolInstallationSource installationSource, Long originalPackageLastModified, Long originalPackageLength)
static UninstalledToolState
UninstalledToolState. uninstalledToolState(InstalledToolVersionEx tool)
-