Uses of Interface
jetbrains.buildServer.web.reportTabs.ReportTabConfiguration
-
Packages that use ReportTabConfiguration Package Description jetbrains.buildServer.controllers.admin.reportTabs jetbrains.buildServer.web.reportTabs jetbrains.buildServer.web.reportTabs.impl -
-
Uses of ReportTabConfiguration in jetbrains.buildServer.controllers.admin.reportTabs
Constructors in jetbrains.buildServer.controllers.admin.reportTabs with parameters of type ReportTabConfiguration Constructor Description ReportTabBean(ReportTabConfiguration configuration, SProject project)
-
Uses of ReportTabConfiguration in jetbrains.buildServer.web.reportTabs
Subinterfaces of ReportTabConfiguration in jetbrains.buildServer.web.reportTabs Modifier and Type Interface Description interface
ProjectReportTabConfiguration
Methods in jetbrains.buildServer.web.reportTabs that return ReportTabConfiguration Modifier and Type Method Description ReportTabConfiguration
ReportTabManager. findTab(String tabId)
ReportTabConfiguration[]
ReportTabManager. getBuildReportTabConfigurations(SProject project)
Gets all configurations of build report tabs, defined in project with given projectIdMethods in jetbrains.buildServer.web.reportTabs with parameters of type ReportTabConfiguration Modifier and Type Method Description void
ReportTabManager. deleteBuildReportTab(SProject project, ReportTabConfiguration configuration)
Deletes build report tab from given projectvoid
ReportTabManager. editBuildReportTab(SProject project, ReportTabConfiguration tab, String title, String startPage)
-
Uses of ReportTabConfiguration in jetbrains.buildServer.web.reportTabs.impl
Classes in jetbrains.buildServer.web.reportTabs.impl that implement ReportTabConfiguration Modifier and Type Class Description class
ProjectReportTabConfigurationImpl
class
ReportTabConfigurationImpl
This class encapsulates report tab parametersMethods in jetbrains.buildServer.web.reportTabs.impl that return ReportTabConfiguration Modifier and Type Method Description ReportTabConfiguration
ReportTabManagerImpl. findTab(String id)
ReportTabConfiguration
SecuredReportTabManager. findTab(String id)
ReportTabConfiguration[]
ReportTabManagerImpl. getBuildReportTabConfigurations(SProject project)
ReportTabConfiguration[]
SecuredReportTabManager. getBuildReportTabConfigurations(SProject project)
Methods in jetbrains.buildServer.web.reportTabs.impl with parameters of type ReportTabConfiguration Modifier and Type Method Description void
ReportTabManagerImpl. deleteBuildReportTab(SProject project, ReportTabConfiguration configuration)
void
SecuredReportTabManager. deleteBuildReportTab(SProject project, ReportTabConfiguration configuration)
void
ReportTabManagerImpl. editBuildReportTab(SProject project, ReportTabConfiguration configuration, String title, String startPage)
void
SecuredReportTabManager. editBuildReportTab(SProject project, ReportTabConfiguration tab, String title, String startPage)
static String
ReportTab. getTitle(ReportTabConfiguration configuration)
-