Uses of Class
hudson.model.HealthReport
-
Uses of HealthReport in hudson.model
Modifier and TypeMethodDescriptionHealthReportingAction.getBuildHealth()
Get thisAction
'sHealthReport
.Job.getBuildHealth()
Get the current health report for a job.static HealthReport
HealthReport.max
(HealthReport a, HealthReport b) Utility method to find the report with the highest health.static HealthReport
HealthReport.min
(HealthReport a, HealthReport b) Utility method to find the report with the lowest health.Modifier and TypeMethodDescriptionHealthReport.getAggregatedReports()
Getter for property 'aggregatedReports'.Job.getBuildHealthReports()
Modifier and TypeMethodDescriptionprotected void
HealthReport.ConverterImpl.callback
(HealthReport hr, com.thoughtworks.xstream.converters.UnmarshallingContext context) int
HealthReport.compareTo
(HealthReport o) static HealthReport
HealthReport.max
(HealthReport a, HealthReport b) Utility method to find the report with the highest health.static HealthReport
HealthReport.min
(HealthReport a, HealthReport b) Utility method to find the report with the lowest health.