Uses of Interface
jetbrains.buildServer.tools.bundled.BundledToolVersion
-
Packages that use BundledToolVersion Package Description jetbrains.buildServer.tools.bundled -
-
Uses of BundledToolVersion in jetbrains.buildServer.tools.bundled
Classes in jetbrains.buildServer.tools.bundled that implement BundledToolVersion Modifier and Type Class Description class
BundledToolVersionImpl
Methods in jetbrains.buildServer.tools.bundled that return types with arguments of type BundledToolVersion Modifier and Type Method Description Collection<BundledToolVersion>
BundledToolVersions. getAllBundledToolVersions()
Get a collection of all bundled tool versions including the tool versions that are bundled with TeamCity distribution and the tool versions that are automatically downloaded and installed after the TeamCity server startup.Collection<BundledToolVersion>
BundledToolVersions. getAllBundledToolVersions(ToolType toolType)
Collection<BundledToolVersion>
BundledToolVersionsImpl. getAllBundledToolVersions()
Collection<BundledToolVersion>
BundledToolVersionsImpl. getAllBundledToolVersions(ToolType toolType)
-