|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
T - type of the resultpublic interface ResultAction<T extends BuildResult>
Defines an action that is responsible for handling results of the given type
T.
| Method Summary | |
|---|---|
hudson.model.AbstractBuild<?,?> |
getBuild()
Returns the associated build of this action. |
AbstractHealthDescriptor |
getHealthDescriptor()
Gets the associated health descriptor. |
ResultAction<T> |
getPreviousResultAction()
Returns the result action from the previous build. |
T |
getResult()
Returns the current result of this action. |
ToolTipProvider |
getToolTipProvider()
Returns the associated tool tip provider. |
boolean |
hasPreviousResultAction()
Returns whether a previous build already has a result action of this type attached. |
void |
setResult(T result)
Sets the result for this build. |
| Methods inherited from interface hudson.model.Action |
|---|
getDisplayName, getIconFileName, getUrlName |
| Method Detail |
|---|
T getResult()
void setResult(T result)
result - the result to setboolean hasPreviousResultAction()
true a previous build already has a result action
of this type attachedResultAction<T> getPreviousResultAction()
java.util.NoSuchElementException - if there is no previous result action is foundhudson.model.AbstractBuild<?,?> getBuild()
ToolTipProvider getToolTipProvider()
AbstractHealthDescriptor getHealthDescriptor()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||