Class ReportTabBean
- java.lang.Object
-
- jetbrains.buildServer.controllers.admin.reportTabs.ReportTabBean
-
- Direct Known Subclasses:
ProjectReportTabBean
public class ReportTabBean extends Object
- Author:
- nik
-
-
Constructor Summary
Constructors Constructor Description ReportTabBean(ReportTabConfiguration configuration, SProject project)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getId()
SProject
getProject()
String
getStartPage()
String
getTabId()
String
getTitle()
-
-
-
Constructor Detail
-
ReportTabBean
public ReportTabBean(@NotNull ReportTabConfiguration configuration, @NotNull SProject project)
-
-