Package jetbrains.buildServer.tools
Class RemoteInstalledToolVersionImpl
- java.lang.Object
-
- jetbrains.buildServer.tools.RemoteInstalledToolVersionImpl
-
- All Implemented Interfaces:
InstalledToolVersion
,InstalledToolVersionEx
,ToolVersion
public class RemoteInstalledToolVersionImpl extends Object implements InstalledToolVersionEx
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getContentHash()
String
getDisplayName()
String
getId()
File
getOriginalPackage()
File
getPackagedTool()
ToolType
getType()
File
getUnpackedContentLocation()
String
getVersion()
boolean
isRemote()
String
redirectTo()
-
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
-
-
-
-
Method Detail
-
redirectTo
public String redirectTo()
- Specified by:
redirectTo
in interfaceInstalledToolVersionEx
-
isRemote
public boolean isRemote()
- Specified by:
isRemote
in interfaceInstalledToolVersionEx
-
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
-
getOriginalPackage
@Nullable public File getOriginalPackage()
- Specified by:
getOriginalPackage
in interfaceInstalledToolVersion
-
getUnpackedContentLocation
@Nullable public File getUnpackedContentLocation()
- Specified by:
getUnpackedContentLocation
in interfaceInstalledToolVersion
-
getPackagedTool
@Nullable public File getPackagedTool()
- Specified by:
getPackagedTool
in interfaceInstalledToolVersion
-
getContentHash
@Nullable public String getContentHash()
- Specified by:
getContentHash
in interfaceInstalledToolVersionEx
-
-