Uses of Class
hudson.model.HealthReport
Packages that use HealthReport
-
Uses of HealthReport in hudson.model
Methods in hudson.model that return HealthReportModifier 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.Methods in hudson.model that return types with arguments of type HealthReportModifier and TypeMethodDescriptionHealthReport.getAggregatedReports()
Getter for property 'aggregatedReports'.Job.getBuildHealthReports()
Methods in hudson.model with parameters of type HealthReportModifier 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.