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 voidReportTabManager. deleteProjectReportTab(SProject project, ProjectReportTabConfiguration configuration)voidReportTabManager. 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 classProjectReportTabConfigurationImplMethods 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 voidReportTabManagerImpl. deleteProjectReportTab(SProject project, ProjectReportTabConfiguration configuration)voidSecuredReportTabManager. deleteProjectReportTab(SProject project, ProjectReportTabConfiguration configuration)voidReportTabManagerImpl. editProjectReportTab(SProject project, ProjectReportTabConfiguration tab, String title, String startPage, String buildTypeId, RevisionRule revisionRule)voidSecuredReportTabManager. editProjectReportTab(SProject project, ProjectReportTabConfiguration tab, String title, String startPage, String buildTypeId, RevisionRule revisionRule)
-