Uses of Class
jetbrains.buildServer.tools.installed.ToolInstallationStatus
-
-
Uses of ToolInstallationStatus in jetbrains.buildServer.tools.bundled
Methods in jetbrains.buildServer.tools.bundled that return ToolInstallationStatus Modifier and Type Method Description ToolInstallationStatus
BundledToolVersion. getStatus()
ToolInstallationStatus
BundledToolVersionImpl. getStatus()
Constructors in jetbrains.buildServer.tools.bundled with parameters of type ToolInstallationStatus Constructor Description BundledToolVersionImpl(ToolVersion toolVersion, ToolInstallationStatus status)
-
Uses of ToolInstallationStatus in jetbrains.buildServer.tools.installed
Methods in jetbrains.buildServer.tools.installed that return ToolInstallationStatus Modifier and Type Method Description ToolInstallationStatus
ServerToolRegistryImpl. getToolInstallationStatus(String toolId)
ToolInstallationStatus
ToolsRegistry. getToolInstallationStatus(String toolId)
static ToolInstallationStatus
ToolInstallationStatus. valueOf(String name)
Returns the enum constant of this type with the specified name.static ToolInstallationStatus[]
ToolInstallationStatus. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of ToolInstallationStatus in jetbrains.buildServer.tools.state
Methods in jetbrains.buildServer.tools.state that return ToolInstallationStatus Modifier and Type Method Description ToolInstallationStatus
PersistedToolsState. findInstallationStatus(String toolId)
ToolInstallationStatus
ToolsState. findInstallationStatus(String toolId)
-
Uses of ToolInstallationStatus in jetbrains.buildServer.tools.state.model
Methods in jetbrains.buildServer.tools.state.model that return ToolInstallationStatus Modifier and Type Method Description ToolInstallationStatus
ErrorToolState. installationStatus()
ToolInstallationStatus
InstalledToolState. installationStatus()
ToolInstallationStatus
PendingToolState. installationStatus()
ToolInstallationStatus
SkippedToolState. installationStatus()
abstract ToolInstallationStatus
ToolState. installationStatus()
ToolInstallationStatus
UninstalledToolState. installationStatus()
Methods in jetbrains.buildServer.tools.state.model with parameters of type ToolInstallationStatus Modifier and Type Method Description static PendingToolState
PendingToolState. pendingToolState(ToolVersion tool, ToolInstallationStatus installationStatus, ToolInstallationSource installationSource)
Constructors in jetbrains.buildServer.tools.state.model with parameters of type ToolInstallationStatus Constructor Description PendingToolState(String toolId, String toolTypeId, ToolInstallationSource installationSource, String toolOriginalId, ToolInstallationStatus installationStatus, Boolean isBundled)
-
Uses of ToolInstallationStatus in jetbrains.buildServer.tools.state.model.xml
Methods in jetbrains.buildServer.tools.state.model.xml that return ToolInstallationStatus Modifier and Type Method Description static ToolInstallationStatus
Attributes.Deserializers. deserializeInstallationStatus(org.jdom.Element xml)
-