Uses of Interface
jetbrains.buildServer.web.reportTabs.ProjectReportTabConfiguration
-
Packages that use ProjectReportTabConfiguration Package Description jetbrains.buildServer.controllers.admin.reportTabs jetbrains.buildServer.web.reportTabs jetbrains.buildServer.web.reportTabs.impl -
-
Uses of ProjectReportTabConfiguration in jetbrains.buildServer.controllers.admin.reportTabs
Constructors in jetbrains.buildServer.controllers.admin.reportTabs with parameters of type ProjectReportTabConfiguration Constructor Description ProjectReportTabBean(ProjectReportTabConfiguration configuration, SProject project)
-
Uses of ProjectReportTabConfiguration in jetbrains.buildServer.web.reportTabs
Methods in jetbrains.buildServer.web.reportTabs that return ProjectReportTabConfiguration Modifier and Type Method Description ProjectReportTabConfiguration[]
ReportTabManager. getProjectReportTabs(SProject project)
Methods in jetbrains.buildServer.web.reportTabs with parameters of type ProjectReportTabConfiguration Modifier and Type Method Description void
ReportTabManager. deleteProjectReportTab(SProject project, ProjectReportTabConfiguration configuration)
void
ReportTabManager. editProjectReportTab(SProject project, ProjectReportTabConfiguration tab, String title, String startPage, String buildTypeId, RevisionRule revisionRule)
-
Uses of ProjectReportTabConfiguration in jetbrains.buildServer.web.reportTabs.impl
Classes in jetbrains.buildServer.web.reportTabs.impl that implement ProjectReportTabConfiguration Modifier and Type Class Description class
ProjectReportTabConfigurationImpl
Methods in jetbrains.buildServer.web.reportTabs.impl that return ProjectReportTabConfiguration Modifier and Type Method Description ProjectReportTabConfiguration[]
SecuredReportTabManager. getProjectReportTabs(SProject project)
Methods in jetbrains.buildServer.web.reportTabs.impl with parameters of type ProjectReportTabConfiguration Modifier and Type Method Description void
ReportTabManagerImpl. deleteProjectReportTab(SProject project, ProjectReportTabConfiguration configuration)
void
SecuredReportTabManager. deleteProjectReportTab(SProject project, ProjectReportTabConfiguration configuration)
void
ReportTabManagerImpl. editProjectReportTab(SProject project, ProjectReportTabConfiguration tab, String title, String startPage, String buildTypeId, RevisionRule revisionRule)
void
SecuredReportTabManager. editProjectReportTab(SProject project, ProjectReportTabConfiguration tab, String title, String startPage, String buildTypeId, RevisionRule revisionRule)
-