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 ToolInstallationStatusBundledToolVersion. getStatus()ToolInstallationStatusBundledToolVersionImpl. 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 ToolInstallationStatusServerToolRegistryImpl. getToolInstallationStatus(String toolId)ToolInstallationStatusToolsRegistry. getToolInstallationStatus(String toolId)static ToolInstallationStatusToolInstallationStatus. 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 ToolInstallationStatusPersistedToolsState. findInstallationStatus(String toolId)ToolInstallationStatusToolsState. 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 ToolInstallationStatusErrorToolState. installationStatus()ToolInstallationStatusInstalledToolState. installationStatus()ToolInstallationStatusPendingToolState. installationStatus()ToolInstallationStatusSkippedToolState. installationStatus()abstract ToolInstallationStatusToolState. installationStatus()ToolInstallationStatusUninstalledToolState. installationStatus()Methods in jetbrains.buildServer.tools.state.model with parameters of type ToolInstallationStatus Modifier and Type Method Description static PendingToolStatePendingToolState. 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 ToolInstallationStatusAttributes.Deserializers. deserializeInstallationStatus(org.jdom.Element xml)
-