Class UninstalledToolState
- java.lang.Object
-
- jetbrains.buildServer.tools.state.model.ToolState
-
- jetbrains.buildServer.tools.state.model.UninstalledToolState
-
public class UninstalledToolState extends ToolState
-
-
Field Summary
-
Fields inherited from class jetbrains.buildServer.tools.state.model.ToolState
myInstallationSource, myToolId, myToolTypeId
-
-
Constructor Summary
Constructors Constructor Description UninstalledToolState(String toolId, String toolTypeId)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description ToolInstallationStatus
installationStatus()
String
toString()
static UninstalledToolState
uninstalledToolState(InstalledToolVersionEx tool)
-
Methods inherited from class jetbrains.buildServer.tools.state.model.ToolState
equals, hashCode, installationSource, toolId, toolTypeId
-
-
-
-
Method Detail
-
uninstalledToolState
public static UninstalledToolState uninstalledToolState(@NotNull InstalledToolVersionEx tool)
-
installationStatus
@NotNull public ToolInstallationStatus installationStatus()
- Specified by:
installationStatus
in classToolState
-
-