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 StringToolHelper. doGetLog4jDescription(ToolVersion object)protected StringToolHelper. doGetObjectId(ToolVersion object)protected StringToolHelper. doGetObjectName(ToolVersion object) -
Uses of ToolVersion in jetbrains.buildServer.tools
Subinterfaces of ToolVersion in jetbrains.buildServer.tools Modifier and Type Interface Description interfaceInstalledToolVersionCreated by Evgeniy.Koshkin.interfaceInstalledToolVersionExCreated by Evgeniy.Koshkin.Classes in jetbrains.buildServer.tools that implement ToolVersion Modifier and Type Class Description classRemoteInstalledToolVersionImplclassSimpleInstalledToolVersionCreated by Evgeniy.Koshkin.classSimpleToolVersionMethods in jetbrains.buildServer.tools that return ToolVersion Modifier and Type Method Description ToolVersionGetPackageVersionResult. getToolVersion()ToolVersionServerToolManager. 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 FileServerToolProvider. fetchToolPackage(ToolVersion toolVersion, File targetDirectory)Fetch tool package version to the targetDirectory.FileServerToolProviderAdapter. fetchToolPackage(ToolVersion toolVersion, File targetDirectory)static ToolVersionReferenceToolVersionReference. getBundledToolReference(ToolVersion toolVersion)static ToolVersionReferenceToolVersionReference. getDefaultToolReference(ToolVersion defaultToolVersion)static ToolVersionReferenceToolVersionReference. getToolReference(ToolVersion toolVersion)InstalledToolVersionExServerToolManager. installTool(ToolVersion tool, ToolInstallationSource toolInstallationSource)static SimpleInstalledToolVersionSimpleInstalledToolVersion. newBundledToAgentTool(ToolVersion toolVersion, File packedTool)static GetPackageVersionResultGetPackageVersionResult. 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 interfaceDownloadableToolVersionCreated 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 interfaceBundledToolVersionClasses in jetbrains.buildServer.tools.bundled that implement ToolVersion Modifier and Type Class Description classBundledToolVersionImplMethods in jetbrains.buildServer.tools.bundled with parameters of type ToolVersion Modifier and Type Method Description booleanBundledToolVersions. isBundledToolVersion(ToolVersion toolVersion)booleanBundledToolVersionsImpl. isBundledToolVersion(ToolVersion toolVersion)voidBundledToolVersionsImpl. 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 classCustomArchiveToolVersionCreated by Evgeniy.Koshkin.classDirectoryToolVersionCreated by Evgeniy.Koshkin.Methods in jetbrains.buildServer.tools.impl that return ToolVersion Modifier and Type Method Description ToolVersionServerToolManagerImpl. 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 InstalledToolVersionExServerToolManagerImpl. 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 classInstalledToolVersionImplCreated by Evgeniy.Koshkin.Methods in jetbrains.buildServer.tools.installed with parameters of type ToolVersion Modifier and Type Method Description 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(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)voidToolEventsListener. 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 servervoidToolEventsListenerAdapter. 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 StringToolDownloadFailedEventSerializer. 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 PendingToolStatePendingToolState. pendingToolState(ToolVersion tool, ToolInstallationStatus installationStatus, ToolInstallationSource installationSource)static SkippedToolStateSkippedToolState. 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 ToolVersionUsagesToolUsageCalculator. getAllUsages(ToolVersion toolVersion)ToolVersionUsagesToolUsageCalculatorImpl. getAllUsages(ToolVersion toolVersion)ToolVersionUsagesParametersToolUsageProvider. getUsages(ToolVersion toolVersion)ToolVersionUsagesToolsUsagesProvider. 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 voidToolFreeDiskSpaceValidator. validate(ToolVersion toolVersion)voidToolFreeDiskSpaceValidatorImpl. 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 ToolVersionAvailableSingletonToolData. 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 ToolVersionToolVersionData. 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)
-