|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use HealthReport | |
---|---|
hudson.model | Core object model that are bound to URLs via stapler, rooted at Hudson. |
hudson.tasks.test | Defines contracts that need to be implemented by a test reporting action (such as the built-in JUnit one). |
Uses of HealthReport in hudson.model |
---|
Methods in hudson.model that return HealthReport | |
---|---|
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. |
Methods in hudson.model that return types with arguments of type HealthReport | |
---|---|
List<HealthReport> |
HealthReport.getAggregatedReports()
Getter for property 'aggregatedReports'. |
List<HealthReport> |
Job.getBuildHealthReports()
|
Methods in hudson.model with parameters of type HealthReport | |
---|---|
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. |
Uses of HealthReport in hudson.tasks.test |
---|
Methods in hudson.tasks.test that return HealthReport | |
---|---|
HealthReport |
AbstractTestResultAction.getBuildHealth()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |