Package jetbrains.buildServer.tools
Class ToolTypeAdapter
- java.lang.Object
-
- jetbrains.buildServer.tools.ToolTypeAdapter
-
-
Constructor Summary
Constructors Constructor Description ToolTypeAdapter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getDescription()
String
getDisplayName()
String
getShortDisplayName()
String
getTargetFileDisplayName()
String
getTeamCityHelpAnchor()
String
getTeamCityHelpFile()
String
getToolLicenseUrl()
String
getToolSiteUrl()
String
getValidPackageDescription()
boolean
isCountUsages()
boolean
isServerOnly()
boolean
isSingleton()
boolean
isSupportAutoMode()
boolean
isSupportDownload()
boolean
isSupportUpload()
boolean
isVersionBased()
-
-
-
Method Detail
-
getDisplayName
@NotNull public String getDisplayName()
- Specified by:
getDisplayName
in interfaceToolType
-
getShortDisplayName
@NotNull public String getShortDisplayName()
- Specified by:
getShortDisplayName
in interfaceToolType
-
getTargetFileDisplayName
@NotNull public String getTargetFileDisplayName()
- Specified by:
getTargetFileDisplayName
in interfaceToolType
-
getDescription
@Nullable public String getDescription()
- Specified by:
getDescription
in interfaceToolType
-
isSupportDownload
public boolean isSupportDownload()
- Specified by:
isSupportDownload
in interfaceToolType
-
isSupportUpload
public boolean isSupportUpload()
- Specified by:
isSupportUpload
in interfaceToolType
-
getTeamCityHelpFile
@Nullable public String getTeamCityHelpFile()
- Specified by:
getTeamCityHelpFile
in interfaceToolType
-
getTeamCityHelpAnchor
@Nullable public String getTeamCityHelpAnchor()
- Specified by:
getTeamCityHelpAnchor
in interfaceToolType
-
getToolSiteUrl
@Nullable public String getToolSiteUrl()
- Specified by:
getToolSiteUrl
in interfaceToolType
-
getToolLicenseUrl
@Nullable public String getToolLicenseUrl()
- Specified by:
getToolLicenseUrl
in interfaceToolType
-
getValidPackageDescription
@Nullable public String getValidPackageDescription()
- Specified by:
getValidPackageDescription
in interfaceToolType
-
isVersionBased
public boolean isVersionBased()
- Specified by:
isVersionBased
in interfaceToolType
-
isSingleton
public boolean isSingleton()
- Specified by:
isSingleton
in interfaceToolType
-
isServerOnly
public boolean isServerOnly()
- Specified by:
isServerOnly
in interfaceToolType
-
isCountUsages
public boolean isCountUsages()
- Specified by:
isCountUsages
in interfaceToolType
-
isSupportAutoMode
public boolean isSupportAutoMode()
- Specified by:
isSupportAutoMode
in interfaceToolType
-
-