Uses of Class
hudson.model.HealthReport
-
Packages that use HealthReport Package Description hudson.model Core object model that are bound to URLs via stapler, rooted atJenkins
. -
-
Uses of HealthReport in hudson.model
Methods in hudson.model that return HealthReport Modifier and Type Method Description HealthReport
HealthReportingAction. getBuildHealth()
Get thisAction
'sHealthReport
.HealthReport
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 HealthReport Modifier and Type Method Description List<HealthReport>
HealthReport. getAggregatedReports()
Getter for property 'aggregatedReports'.List<HealthReport>
Job. getBuildHealthReports()
Methods in hudson.model with parameters of type HealthReport Modifier and Type Method Description protected 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.
-