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 StringgetContentHash()StringgetDisplayName()StringgetId()FilegetOriginalPackage()FilegetPackagedTool()ToolTypegetType()FilegetUnpackedContentLocation()StringgetVersion()booleanisRemote()StringredirectTo()-
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:
redirectToin interfaceInstalledToolVersionEx
-
isRemote
public boolean isRemote()
- Specified by:
isRemotein interfaceInstalledToolVersionEx
-
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
-
getOriginalPackage
@Nullable public File getOriginalPackage()
- Specified by:
getOriginalPackagein interfaceInstalledToolVersion
-
getUnpackedContentLocation
@Nullable public File getUnpackedContentLocation()
- Specified by:
getUnpackedContentLocationin interfaceInstalledToolVersion
-
getPackagedTool
@Nullable public File getPackagedTool()
- Specified by:
getPackagedToolin interfaceInstalledToolVersion
-
getContentHash
@Nullable public String getContentHash()
- Specified by:
getContentHashin interfaceInstalledToolVersionEx
-
-