Package jetbrains.buildServer.tools
Interface ToolType
-
- All Known Implementing Classes:
ToolTypeAdapter
public interface ToolTypeUser: vbedrosova Date: 22.04.11 Time: 16:48
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetDescription()StringgetDisplayName()StringgetShortDisplayName()StringgetTargetFileDisplayName()StringgetTeamCityHelpAnchor()StringgetTeamCityHelpFile()StringgetToolLicenseUrl()StringgetToolSiteUrl()StringgetType()StringgetValidPackageDescription()booleanisCountUsages()booleanisServerOnly()booleanisSingleton()booleanisSupportAutoMode()booleanisSupportDownload()booleanisSupportUpload()booleanisVersionBased()
-
-
-
Method Detail
-
getType
@NotNull String getType()
-
getDisplayName
@NotNull String getDisplayName()
-
getDescription
@Nullable String getDescription()
-
getShortDisplayName
@NotNull String getShortDisplayName()
-
getTargetFileDisplayName
@NotNull String getTargetFileDisplayName()
-
isSupportDownload
boolean isSupportDownload()
-
isSupportUpload
boolean isSupportUpload()
-
getTeamCityHelpFile
@Nullable String getTeamCityHelpFile()
-
getTeamCityHelpAnchor
@Nullable String getTeamCityHelpAnchor()
-
getToolSiteUrl
@Nullable String getToolSiteUrl()
-
getToolLicenseUrl
@Nullable String getToolLicenseUrl()
-
isVersionBased
boolean isVersionBased()
-
isSingleton
boolean isSingleton()
-
getValidPackageDescription
@Nullable String getValidPackageDescription()
-
isServerOnly
boolean isServerOnly()
-
isCountUsages
boolean isCountUsages()
-
isSupportAutoMode
boolean isSupportAutoMode()
-
-