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 ToolInstallationModeToolVersion. getInstallationMode()Returns the installation mode for this tool version.static ToolInstallationModeToolInstallationMode. 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 ToolInstallationModeBundledToolVersionImpl. getInstallationMode() -
Uses of ToolInstallationMode in jetbrains.buildServer.tools.installed
Methods in jetbrains.buildServer.tools.installed that return ToolInstallationMode Modifier and Type Method Description ToolInstallationModeInstalledToolVersionImpl. getInstallationMode()
-