Uses of Interface
jetbrains.buildServer.tools.ToolVersion
-
-
Uses of ToolVersion in jetbrains.buildServer.serverSide.audit.helpers
Methods in jetbrains.buildServer.serverSide.audit.helpers with parameters of type ToolVersion Modifier and Type Method Description protected String
ToolHelper. doGetLog4jDescription(ToolVersion object)
protected String
ToolHelper. doGetObjectId(ToolVersion object)
protected String
ToolHelper. doGetObjectName(ToolVersion object)
-
Uses of ToolVersion in jetbrains.buildServer.tools
Subinterfaces of ToolVersion in jetbrains.buildServer.tools Modifier and Type Interface Description interface
InstalledToolVersion
Created by Evgeniy.Koshkin.interface
InstalledToolVersionEx
Created by Evgeniy.Koshkin.Classes in jetbrains.buildServer.tools that implement ToolVersion Modifier and Type Class Description class
RemoteInstalledToolVersionImpl
class
SimpleInstalledToolVersion
Created by Evgeniy.Koshkin.class
SimpleToolVersion
Methods in jetbrains.buildServer.tools that return ToolVersion Modifier and Type Method Description ToolVersion
GetPackageVersionResult. getToolVersion()
ToolVersion
ServerToolManager. resolveToolVersionReference(ToolType toolType, String toolVersionReference, SProject scope)
Methods in jetbrains.buildServer.tools that return types with arguments of type ToolVersion Modifier and Type Method Description Collection<ToolVersion>
ServerToolManager. getAvailableTools(ToolType toolType)
Collection<? extends ToolVersion>
ServerToolProvider. getAvailableToolVersions()
Collection<? extends ToolVersion>
ServerToolProviderAdapter. getAvailableToolVersions()
Collection<? extends ToolVersion>
ServerToolProvider. getDownloadableBundledToolVersions()
Get a collection of bundled tool versions which are NOT included into the TeamCity disctibution and downloaded and installed after the first TeamCity server startup.Collection<? extends ToolVersion>
ServerToolProviderAdapter. getDownloadableBundledToolVersions()
static Comparator<ToolVersion>
ToolVersionComparator. getInstance()
List<ToolVersion>
ToolUsagesProvider. getRequiredTools(SRunningBuild build)
extension is called before starting build on agent.Methods in jetbrains.buildServer.tools with parameters of type ToolVersion Modifier and Type Method Description File
ServerToolProvider. fetchToolPackage(ToolVersion toolVersion, File targetDirectory)
Fetch tool package version to the targetDirectory.File
ServerToolProviderAdapter. fetchToolPackage(ToolVersion toolVersion, File targetDirectory)
static ToolVersionReference
ToolVersionReference. getBundledToolReference(ToolVersion toolVersion)
static ToolVersionReference
ToolVersionReference. getDefaultToolReference(ToolVersion defaultToolVersion)
static ToolVersionReference
ToolVersionReference. getToolReference(ToolVersion toolVersion)
InstalledToolVersionEx
ServerToolManager. installTool(ToolVersion tool, ToolInstallationSource toolInstallationSource)
static SimpleInstalledToolVersion
SimpleInstalledToolVersion. newBundledToAgentTool(ToolVersion toolVersion, File packedTool)
static GetPackageVersionResult
GetPackageVersionResult. version(ToolVersion toolVersion)
Constructors in jetbrains.buildServer.tools with parameters of type ToolVersion Constructor Description SimpleInstalledToolVersion(ToolVersion toolVersion, File originalPackage, File unpackedContent, File packedTool)
-
Uses of ToolVersion in jetbrains.buildServer.tools.available
Subinterfaces of ToolVersion in jetbrains.buildServer.tools.available Modifier and Type Interface Description interface
DownloadableToolVersion
Created by Evgeniy.Koshkin on 16-Mar-16. -
Uses of ToolVersion in jetbrains.buildServer.tools.bundled
Subinterfaces of ToolVersion in jetbrains.buildServer.tools.bundled Modifier and Type Interface Description interface
BundledToolVersion
Classes in jetbrains.buildServer.tools.bundled that implement ToolVersion Modifier and Type Class Description class
BundledToolVersionImpl
Methods in jetbrains.buildServer.tools.bundled with parameters of type ToolVersion Modifier and Type Method Description boolean
BundledToolVersions. isBundledToolVersion(ToolVersion toolVersion)
boolean
BundledToolVersionsImpl. isBundledToolVersion(ToolVersion toolVersion)
void
BundledToolVersionsImpl. toolInstallationScheduled(ToolVersion tool)
Constructors in jetbrains.buildServer.tools.bundled with parameters of type ToolVersion Constructor Description BundledToolVersionImpl(ToolVersion toolVersion, ToolInstallationStatus status)
-
Uses of ToolVersion in jetbrains.buildServer.tools.impl
Classes in jetbrains.buildServer.tools.impl that implement ToolVersion Modifier and Type Class Description class
CustomArchiveToolVersion
Created by Evgeniy.Koshkin.class
DirectoryToolVersion
Created by Evgeniy.Koshkin.Methods in jetbrains.buildServer.tools.impl that return ToolVersion Modifier and Type Method Description ToolVersion
ServerToolManagerImpl. resolveToolVersionReference(ToolType toolType, String toolVersionReference, SProject scope)
Methods in jetbrains.buildServer.tools.impl that return types with arguments of type ToolVersion Modifier and Type Method Description Collection<ToolVersion>
ServerToolManagerImpl. getAvailableTools(ToolType toolType)
List<ToolVersion>
AgentParametersToolUsageProvider. getRequiredTools(SRunningBuild build)
List<ToolVersion>
ImplicitParametersToolUsageProvider. getRequiredTools(SRunningBuild build)
List<ToolVersion>
ParameterBasedToolsProvider. getRequiredTools(SRunningBuild build)
List<ToolVersion>
ParameterReferencesToolUsageDetector. getToolUsages(SRunningBuild build, Set<String> ignoredParameterKeys)
tries to find usages of tools in specified build by checking referenced parameters in build settingsList<ToolVersion>
ParameterReferencesToolUsageDetectorImpl. getToolUsages(SRunningBuild build, Set<String> ignoredParameterKeys)
List<ToolVersion>
ParameterReferencesToolUsageDetector. getToolUsagesFromParameters(SRunningBuild build, Map<String,String> parameters)
tries to find usages of tools in specified build by checking referenced parameters in build settings.List<ToolVersion>
ParameterReferencesToolUsageDetectorImpl. getToolUsagesFromParameters(SRunningBuild build, Map<String,String> parameters)
Methods in jetbrains.buildServer.tools.impl with parameters of type ToolVersion Modifier and Type Method Description InstalledToolVersionEx
ServerToolManagerImpl. installTool(ToolVersion tool, ToolInstallationSource toolInstallationSource)
-
Uses of ToolVersion in jetbrains.buildServer.tools.installed
Classes in jetbrains.buildServer.tools.installed that implement ToolVersion Modifier and Type Class Description class
InstalledToolVersionImpl
Created by Evgeniy.Koshkin.Methods in jetbrains.buildServer.tools.installed with parameters of type ToolVersion Modifier and Type Method Description 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(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
ToolEventsListener. toolInstallationScheduled(ToolVersion tool)
Called after performing some basic validation on the server to ensure that the tool can be installed and before the actual installation is started on the servervoid
ToolEventsListenerAdapter. toolInstallationScheduled(ToolVersion tool)
Constructors in jetbrains.buildServer.tools.installed with parameters of type ToolVersion Constructor Description InstalledToolVersionImpl(ToolVersion toolVersion, File packageLocation, File unpackedContentLocation, File packagedToolLocation, String packagedToolContentHash)
ToolAlreadyInstalledException(ToolVersion toolVersion)
ToolInstallationError(ToolVersion toolVersion, String errorMessage)
-
Uses of ToolVersion in jetbrains.buildServer.tools.multiNode
Methods in jetbrains.buildServer.tools.multiNode with parameters of type ToolVersion Modifier and Type Method Description static String
ToolDownloadFailedEventSerializer. serializeDownloadFailedEvent(ToolVersion toolVersion)
-
Uses of ToolVersion in jetbrains.buildServer.tools.state.model
Methods in jetbrains.buildServer.tools.state.model with parameters of type ToolVersion Modifier and Type Method Description static PendingToolState
PendingToolState. pendingToolState(ToolVersion tool, ToolInstallationStatus installationStatus, ToolInstallationSource installationSource)
static SkippedToolState
SkippedToolState. skippedToolState(ToolVersion tool, ToolInstallationSource installationSource, ToolInstallationSkipReason skipReason)
-
Uses of ToolVersion in jetbrains.buildServer.tools.usage
Methods in jetbrains.buildServer.tools.usage with parameters of type ToolVersion Modifier and Type Method Description ToolVersionUsages
ToolUsageCalculator. getAllUsages(ToolVersion toolVersion)
ToolVersionUsages
ToolUsageCalculatorImpl. getAllUsages(ToolVersion toolVersion)
ToolVersionUsages
ParametersToolUsageProvider. getUsages(ToolVersion toolVersion)
ToolVersionUsages
ToolsUsagesProvider. getUsages(ToolVersion toolVersion)
-
Uses of ToolVersion in jetbrains.buildServer.tools.utils
Methods in jetbrains.buildServer.tools.utils with parameters of type ToolVersion Modifier and Type Method Description void
ToolFreeDiskSpaceValidator. validate(ToolVersion toolVersion)
void
ToolFreeDiskSpaceValidatorImpl. validate(ToolVersion toolVersion)
-
Uses of ToolVersion in jetbrains.buildServer.tools.web
Methods in jetbrains.buildServer.tools.web that return ToolVersion Modifier and Type Method Description ToolVersion
AvailableSingletonToolData. getSingletonVersion()
Methods in jetbrains.buildServer.tools.web that return types with arguments of type ToolVersion Modifier and Type Method Description Collection<? extends ToolVersion>
AvailableToolsData. getSelectedToolTypeVersions()
Constructors in jetbrains.buildServer.tools.web with parameters of type ToolVersion Constructor Description AvailableSingletonToolData(Collection<? extends ToolType> toolTypes, ToolVersion singletonVersion, String errorText)
-
Uses of ToolVersion in jetbrains.buildServer.tools.web.model
Methods in jetbrains.buildServer.tools.web.model that return ToolVersion Modifier and Type Method Description ToolVersion
ToolVersionData. getToolVersion()
Constructors in jetbrains.buildServer.tools.web.model with parameters of type ToolVersion Constructor Description ToolVersionData(ToolVersion toolVersion, boolean isDefault, boolean isBundled, boolean isInstallationInProgress, ToolInstallationError toolInstallationError)
-