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 InstalledToolVersionExServerToolManager. installTool(ToolType toolType, File toolContent, ToolInstallationSource toolInstallationSource)InstalledToolVersionExServerToolManager. 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 InstalledToolVersionExServerToolManagerImpl. installTool(ToolType toolType, File toolContent, ToolInstallationSource toolInstallationSource)InstalledToolVersionExServerToolManagerImpl. 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 ToolInstallationSourceServerToolRegistryImpl. getToolInstallationSource(String toolId)ToolInstallationSourceToolsRegistry. getToolInstallationSource(String toolId)static ToolInstallationSourceToolInstallationSource. 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 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)voidServerToolRegistryImpl. markInstallationScheduled(ToolVersion tool, ToolInstallationSource installationSource)voidToolsRegistry. markInstallationScheduled(ToolVersion tool, ToolInstallationSource installationSource)voidServerToolRegistryImpl. markInstallationSkipped(ToolVersion tool, ToolInstallationSource installationSource, ToolInstallationSkipReason skipReason)voidToolsRegistry. markInstallationSkipped(ToolVersion tool, ToolInstallationSource installationSource, ToolInstallationSkipReason skipReason)voidServerToolRegistryImpl. persistInstallationError(ToolInstallationError error, ToolInstallationSource installationSource)voidToolsRegistry. persistInstallationError(ToolInstallationError error, ToolInstallationSource installationSource)InstalledToolVersionExServerToolRegistryImpl. updateTool(InstalledToolVersionEx tool, ToolInstallationSource toolInstallationSource)InstalledToolVersionExToolsRegistry. 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 ToolInstallationSourcePersistedToolsState. findInstallationSource(String toolId)ToolInstallationSourceToolsState. 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 ToolInstallationSourceToolState. myInstallationSourceMethods in jetbrains.buildServer.tools.state.model that return ToolInstallationSource Modifier and Type Method Description ToolInstallationSourceToolState. installationSource()Methods in jetbrains.buildServer.tools.state.model with parameters of type ToolInstallationSource Modifier and Type Method Description static ErrorToolStateErrorToolState. errorToolState(ToolInstallationError error, ToolInstallationSource installationSource)static InstalledToolStateInstalledToolState. installedToolState(InstalledToolVersionEx tool, ToolInstallationSource installationSource, Long originalPackageLastModified, Long originalPackageLength)static PendingToolStatePendingToolState. pendingToolState(ToolVersion tool, ToolInstallationStatus installationStatus, ToolInstallationSource installationSource)static SkippedToolStateSkippedToolState. 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 ToolInstallationSourceAttributes.Deserializers. deserializeInstallationSource(org.jdom.Element xml)
-