Uses of Class
jetbrains.buildServer.tools.ToolInstallationMode
-
Packages that use ToolInstallationMode Package Description jetbrains.buildServer.tools jetbrains.buildServer.tools.bundled jetbrains.buildServer.tools.installed -
-
Uses of ToolInstallationMode in jetbrains.buildServer.tools
Methods in jetbrains.buildServer.tools that return ToolInstallationMode Modifier and Type Method Description default ToolInstallationMode
ToolVersion. getInstallationMode()
Returns the installation mode for this tool version.static ToolInstallationMode
ToolInstallationMode. valueOf(String name)
Returns the enum constant of this type with the specified name.static ToolInstallationMode[]
ToolInstallationMode. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of ToolInstallationMode in jetbrains.buildServer.tools.bundled
Methods in jetbrains.buildServer.tools.bundled that return ToolInstallationMode Modifier and Type Method Description ToolInstallationMode
BundledToolVersionImpl. getInstallationMode()
-
Uses of ToolInstallationMode in jetbrains.buildServer.tools.installed
Methods in jetbrains.buildServer.tools.installed that return ToolInstallationMode Modifier and Type Method Description ToolInstallationMode
InstalledToolVersionImpl. getInstallationMode()
-