Interface ToolType

  • All Known Implementing Classes:
    ToolTypeAdapter

    public interface ToolType
    User: vbedrosova Date: 22.04.11 Time: 16:48
    • 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()