Class ToolInstallationError
- java.lang.Object
-
- jetbrains.buildServer.tools.installed.ToolInstallationError
-
public class ToolInstallationError extends Object
- Since:
- 2024.07
-
-
Constructor Summary
Constructors Constructor Description ToolInstallationError(String toolId, String toolTypeId, Boolean isBundled, String errorMessage, String toolVersion)
ToolInstallationError(ToolVersion toolVersion, String errorMessage)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
errorMessage()
boolean
isBundled()
String
toolId()
String
toolTypeId()
String
toolVersion()
-
-
-
Constructor Detail
-
ToolInstallationError
public ToolInstallationError(@NotNull String toolId, @NotNull String toolTypeId, @NotNull Boolean isBundled, @NotNull String errorMessage, @Nullable String toolVersion)
-
ToolInstallationError
public ToolInstallationError(@NotNull ToolVersion toolVersion, @NotNull String errorMessage)
-
-