Package jetbrains.buildServer.tools.impl
Class CustomArchiveToolVersion
- java.lang.Object
-
- jetbrains.buildServer.tools.impl.CustomArchiveToolVersion
-
- All Implemented Interfaces:
ToolVersion
public class CustomArchiveToolVersion extends Object implements ToolVersion
Created by Evgeniy.Koshkin.
-
-
Constructor Summary
Constructors Constructor Description CustomArchiveToolVersion(String toolName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getDisplayName()
String
getId()
ToolType
getType()
String
getVersion()
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface jetbrains.buildServer.tools.ToolVersion
getInstallationMode, getOriginalId, getRequiredFreeDiskSpaceHint, isBundled
-
-
-
-
Field Detail
-
TOOL_TYPE
public static final ToolType TOOL_TYPE
-
-
Constructor Detail
-
CustomArchiveToolVersion
public CustomArchiveToolVersion(@NotNull String toolName)
-
-
Method Detail
-
getType
@NotNull public ToolType getType()
- Specified by:
getType
in interfaceToolVersion
-
getVersion
@NotNull public String getVersion()
- Specified by:
getVersion
in interfaceToolVersion
-
getId
@NotNull public String getId()
- Specified by:
getId
in interfaceToolVersion
-
getDisplayName
@NotNull public String getDisplayName()
- Specified by:
getDisplayName
in interfaceToolVersion
-
-