Uses of Class
jetbrains.buildServer.tools.installed.ToolInstallationSource
-
-
Uses of ToolInstallationSource in jetbrains.buildServer.tools
Methods in jetbrains.buildServer.tools with parameters of type ToolInstallationSource Modifier and Type Method Description InstalledToolVersionEx
ServerToolManager. installTool(ToolType toolType, File toolContent, ToolInstallationSource toolInstallationSource)
InstalledToolVersionEx
ServerToolManager. installTool(ToolVersion tool, ToolInstallationSource toolInstallationSource)
-
Uses of ToolInstallationSource in jetbrains.buildServer.tools.impl
Methods in jetbrains.buildServer.tools.impl with parameters of type ToolInstallationSource Modifier and Type Method Description InstalledToolVersionEx
ServerToolManagerImpl. installTool(ToolType toolType, File toolContent, ToolInstallationSource toolInstallationSource)
InstalledToolVersionEx
ServerToolManagerImpl. installTool(ToolVersion tool, ToolInstallationSource toolInstallationSource)
-
Uses of ToolInstallationSource in jetbrains.buildServer.tools.installed
Methods in jetbrains.buildServer.tools.installed that return ToolInstallationSource Modifier and Type Method Description ToolInstallationSource
ServerToolRegistryImpl. getToolInstallationSource(String toolId)
ToolInstallationSource
ToolsRegistry. getToolInstallationSource(String toolId)
static ToolInstallationSource
ToolInstallationSource. valueOf(String name)
Returns the enum constant of this type with the specified name.static ToolInstallationSource[]
ToolInstallationSource. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in jetbrains.buildServer.tools.installed with parameters of type ToolInstallationSource Modifier and Type Method Description 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
ServerToolRegistryImpl. markInstallationScheduled(ToolVersion tool, ToolInstallationSource installationSource)
void
ToolsRegistry. markInstallationScheduled(ToolVersion tool, ToolInstallationSource installationSource)
void
ServerToolRegistryImpl. markInstallationSkipped(ToolVersion tool, ToolInstallationSource installationSource, ToolInstallationSkipReason skipReason)
void
ToolsRegistry. markInstallationSkipped(ToolVersion tool, ToolInstallationSource installationSource, ToolInstallationSkipReason skipReason)
void
ServerToolRegistryImpl. persistInstallationError(ToolInstallationError error, ToolInstallationSource installationSource)
void
ToolsRegistry. persistInstallationError(ToolInstallationError error, ToolInstallationSource installationSource)
InstalledToolVersionEx
ServerToolRegistryImpl. updateTool(InstalledToolVersionEx tool, ToolInstallationSource toolInstallationSource)
InstalledToolVersionEx
ToolsRegistry. updateTool(InstalledToolVersionEx tool, ToolInstallationSource toolInstallationSource)
-
Uses of ToolInstallationSource in jetbrains.buildServer.tools.state
Methods in jetbrains.buildServer.tools.state that return ToolInstallationSource Modifier and Type Method Description ToolInstallationSource
PersistedToolsState. findInstallationSource(String toolId)
ToolInstallationSource
ToolsState. findInstallationSource(String toolId)
-
Uses of ToolInstallationSource in jetbrains.buildServer.tools.state.model
Fields in jetbrains.buildServer.tools.state.model declared as ToolInstallationSource Modifier and Type Field Description protected ToolInstallationSource
ToolState. myInstallationSource
Methods in jetbrains.buildServer.tools.state.model that return ToolInstallationSource Modifier and Type Method Description ToolInstallationSource
ToolState. installationSource()
Methods in jetbrains.buildServer.tools.state.model with parameters of type ToolInstallationSource Modifier and Type Method Description static ErrorToolState
ErrorToolState. errorToolState(ToolInstallationError error, ToolInstallationSource installationSource)
static InstalledToolState
InstalledToolState. installedToolState(InstalledToolVersionEx tool, ToolInstallationSource installationSource, Long originalPackageLastModified, Long originalPackageLength)
static PendingToolState
PendingToolState. pendingToolState(ToolVersion tool, ToolInstallationStatus installationStatus, ToolInstallationSource installationSource)
static SkippedToolState
SkippedToolState. skippedToolState(ToolVersion tool, ToolInstallationSource installationSource, ToolInstallationSkipReason skipReason)
Constructors in jetbrains.buildServer.tools.state.model with parameters of type ToolInstallationSource Constructor Description ErrorToolState(String toolId, String toolTypeId, ToolInstallationSource installationSource, Boolean isBundled, String errorMessage, String toolVersion, boolean isDismissed)
InstalledToolState(String toolId, String toolTypeId, ToolInstallationSource installationSource, String toolOriginalId, Boolean isBundled, String originalPackageName, Long originalPackageLength, Long originalPackageLastModified, String packedToolContentHash)
PendingToolState(String toolId, String toolTypeId, ToolInstallationSource installationSource, String toolOriginalId, ToolInstallationStatus installationStatus, Boolean isBundled)
SkippedToolState(String toolId, String toolTypeId, ToolInstallationSource installationSource, ToolInstallationSkipReason skipReason)
ToolState(String toolId, String toolTypeId, ToolInstallationSource installationSource)
-
Uses of ToolInstallationSource in jetbrains.buildServer.tools.state.model.xml
Methods in jetbrains.buildServer.tools.state.model.xml that return ToolInstallationSource Modifier and Type Method Description static ToolInstallationSource
Attributes.Deserializers. deserializeInstallationSource(org.jdom.Element xml)
-