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 StringerrorMessage()booleanisBundled()StringtoolId()StringtoolTypeId()StringtoolVersion()
-
-
-
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)
-
-