Class ProjectReportTabConfigurationImpl
- java.lang.Object
-
- jetbrains.buildServer.web.reportTabs.impl.ReportTabConfigurationImpl
-
- jetbrains.buildServer.web.reportTabs.impl.ProjectReportTabConfigurationImpl
-
- All Implemented Interfaces:
ProjectReportTabConfiguration
,ReportTabConfiguration
public class ProjectReportTabConfigurationImpl extends ReportTabConfigurationImpl implements ProjectReportTabConfiguration
- Author:
- nik
-
-
Constructor Summary
Constructors Constructor Description ProjectReportTabConfigurationImpl(String ownerProjectId, SProjectFeatureDescriptor featureDescriptor, ReportTabIdGenerator generator, ReportTabsIsolationProtection reportTabsIsolationProtection)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getBuildTypeExternalId()
RevisionRule
getRevisionRule()
void
registerTab(PagePlaces pagePlaces, ProjectManager projectManager, RevisionRuleBuildFinders buildFinders, SBuildServer server)
-
Methods inherited from class jetbrains.buildServer.web.reportTabs.impl.ReportTabConfigurationImpl
fillModel, getDescriptor, getId, getOwnerProjectId, getStartPage, getTab, getTabId, getTitle, isAvailable
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface jetbrains.buildServer.web.reportTabs.ReportTabConfiguration
getId, getStartPage, getTabId, getTitle
-
-
-
-
Constructor Detail
-
ProjectReportTabConfigurationImpl
public ProjectReportTabConfigurationImpl(@NotNull String ownerProjectId, @NotNull SProjectFeatureDescriptor featureDescriptor, @NotNull ReportTabIdGenerator generator, @NotNull ReportTabsIsolationProtection reportTabsIsolationProtection) throws ReportTabParseException
- Throws:
ReportTabParseException
-
-
Method Detail
-
getBuildTypeExternalId
@NotNull public String getBuildTypeExternalId()
- Specified by:
getBuildTypeExternalId
in interfaceProjectReportTabConfiguration
-
getRevisionRule
@NotNull public RevisionRule getRevisionRule()
- Specified by:
getRevisionRule
in interfaceProjectReportTabConfiguration
-
registerTab
public void registerTab(@NotNull PagePlaces pagePlaces, @NotNull ProjectManager projectManager, @NotNull RevisionRuleBuildFinders buildFinders, @NotNull SBuildServer server)
- Overrides:
registerTab
in classReportTabConfigurationImpl
-
-