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 String
ALL_PROBLEMS
static String
ARCHIVED_PROJECTS_PROBLEMS
static String
GLOBAL_PROBLEMS
-
Constructor Summary
Constructors Constructor Description HealthStatusReportBean(ProjectManager projectManager, SecurityContext securityContext)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description HealthStatusScope
createScope()
HealthAnalysis
getCurrentHealthAnalysis()
HealthAnalysis
getLastFinishedHealthAnalysis()
ItemSeverity
getMinSeverity()
List<ProjectHierarchyBean>
getProjects()
String
getScopeProjectId()
List<ItemSeverity>
getSeverityItems()
void
setMinSeverity(ItemSeverity severity)
void
setScopeProjectId(String scopeProjectId)
void
startNewAnalysis(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)
-
-