Package | Description |
---|---|
hudson.model |
Core object model that are bound to URLs via stapler, rooted at
Hudson . |
Modifier and Type | Method and Description |
---|---|
HealthReport |
Job.getBuildHealth()
Get the current health report for a job.
|
HealthReport |
HealthReportingAction.getBuildHealth()
Get this
Action 's HealthReport . |
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 Type | Method and Description |
---|---|
List<HealthReport> |
HealthReport.getAggregatedReports()
Getter for property 'aggregatedReports'.
|
List<HealthReport> |
Job.getBuildHealthReports() |
Modifier and Type | Method and 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.
|
Copyright © 2004–2021. All rights reserved.