Class ProjectReportTabBean
- java.lang.Object
-
- jetbrains.buildServer.controllers.admin.reportTabs.ReportTabBean
-
- jetbrains.buildServer.controllers.admin.reportTabs.ProjectReportTabBean
-
public class ProjectReportTabBean extends ReportTabBean
- Author:
- nik
-
-
Constructor Summary
Constructors Constructor Description ProjectReportTabBean(ProjectReportTabConfiguration configuration, SProject project)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SBuildType
getBuildType()
String
getBuildTypeExternalId()
RevisionRule
getRevisionRule()
-
Methods inherited from class jetbrains.buildServer.controllers.admin.reportTabs.ReportTabBean
getId, getProject, getStartPage, getTabId, getTitle
-
-
-
-
Constructor Detail
-
ProjectReportTabBean
public ProjectReportTabBean(@NotNull ProjectReportTabConfiguration configuration, @NotNull SProject project)
-
-
Method Detail
-
getBuildTypeExternalId
@NotNull public String getBuildTypeExternalId()
-
getBuildType
@Nullable public SBuildType getBuildType()
-
getRevisionRule
@NotNull public RevisionRule getRevisionRule()
-
-