|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface HealthReportingAction
An Action
that can return information about the health of the Job.
The health of a Job
is the lowest health returned by the HealthReportingAction's
that contribute to the Job.
When a particular Action "wins", it's gets to determine the icon and associated description.
This provides a mechanism for plugins to present important summary information
on the View
main pages without eating up significant screen real estate.
Method Summary | |
---|---|
HealthReport |
getBuildHealth()
Get this Action 's HealthReport . |
Methods inherited from interface hudson.model.Action |
---|
getDisplayName, getIconFileName, getUrlName |
Method Detail |
---|
HealthReport getBuildHealth()
Action
's HealthReport
.
null
if the Action does not want to
contribute a HealthReport.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |