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 StringgetDisplayName()StringgetId()ToolTypegetType()StringgetVersion()-
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:
getTypein interfaceToolVersion
-
getVersion
@NotNull public String getVersion()
- Specified by:
getVersionin interfaceToolVersion
-
getId
@NotNull public String getId()
- Specified by:
getIdin interfaceToolVersion
-
getDisplayName
@NotNull public String getDisplayName()
- Specified by:
getDisplayNamein interfaceToolVersion
-
-