Interface ProjectReportTabConfiguration
-
- All Superinterfaces:
ReportTabConfiguration
- All Known Implementing Classes:
ProjectReportTabConfigurationImpl
public interface ProjectReportTabConfiguration extends ReportTabConfiguration
- Author:
- nik
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getBuildTypeExternalId()
RevisionRule
getRevisionRule()
-
Methods inherited from interface jetbrains.buildServer.web.reportTabs.ReportTabConfiguration
getId, getStartPage, getTabId, getTitle
-
-
-
-
Method Detail
-
getRevisionRule
@NotNull RevisionRule getRevisionRule()
-
getBuildTypeExternalId
@NotNull String getBuildTypeExternalId()
-
-