Interface BundledToolVersion
-
- All Superinterfaces:
ToolVersion
- All Known Implementing Classes:
BundledToolVersionImpl
public interface BundledToolVersion extends ToolVersion
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ToolInstallationStatus
getStatus()
-
Methods inherited from interface jetbrains.buildServer.tools.ToolVersion
getDisplayName, getId, getInstallationMode, getOriginalId, getRequiredFreeDiskSpaceHint, getType, getVersion, isBundled
-
-
-
-
Method Detail
-
getStatus
@NotNull ToolInstallationStatus getStatus()
-
-