Class HealthStatusReportBean
- java.lang.Object
-
- jetbrains.buildServer.controllers.admin.healthStatus.HealthStatusReportBean
-
public class HealthStatusReportBean extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static StringALL_PROBLEMSstatic StringARCHIVED_PROJECTS_PROBLEMSstatic StringGLOBAL_PROBLEMS
-
Constructor Summary
Constructors Constructor Description HealthStatusReportBean(ProjectManager projectManager, SecurityContext securityContext)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description HealthStatusScopecreateScope()HealthAnalysisgetCurrentHealthAnalysis()HealthAnalysisgetLastFinishedHealthAnalysis()ItemSeveritygetMinSeverity()List<ProjectHierarchyBean>getProjects()StringgetScopeProjectId()List<ItemSeverity>getSeverityItems()voidsetMinSeverity(ItemSeverity severity)voidsetScopeProjectId(String scopeProjectId)voidstartNewAnalysis(HealthStatusTask currentTask, XmlHealthReportProgressListener progressListener)
-
-
-
Field Detail
-
GLOBAL_PROBLEMS
public static final String GLOBAL_PROBLEMS
- See Also:
- Constant Field Values
-
ALL_PROBLEMS
public static final String ALL_PROBLEMS
- See Also:
- Constant Field Values
-
ARCHIVED_PROJECTS_PROBLEMS
public static final String ARCHIVED_PROJECTS_PROBLEMS
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
HealthStatusReportBean
public HealthStatusReportBean(@NotNull ProjectManager projectManager, @NotNull SecurityContext securityContext)
-
-
Method Detail
-
getProjects
@NotNull public List<ProjectHierarchyBean> getProjects()
-
getSeverityItems
@NotNull public List<ItemSeverity> getSeverityItems()
-
getCurrentHealthAnalysis
@Nullable public HealthAnalysis getCurrentHealthAnalysis()
-
getLastFinishedHealthAnalysis
@Nullable public HealthAnalysis getLastFinishedHealthAnalysis()
-
getScopeProjectId
public String getScopeProjectId()
-
setScopeProjectId
public void setScopeProjectId(String scopeProjectId)
-
getMinSeverity
public ItemSeverity getMinSeverity()
-
setMinSeverity
public void setMinSeverity(ItemSeverity severity)
-
createScope
@NotNull public HealthStatusScope createScope()
-
startNewAnalysis
public void startNewAnalysis(@NotNull HealthStatusTask currentTask, @NotNull XmlHealthReportProgressListener progressListener)
-
-