|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface RunAction
Optional interface for Action
s that add themselves to Run
.
Method Summary | |
---|---|
void |
onAttached(Run r)
Called when the action is aded to the Run object. |
void |
onBuildComplete()
Called after the build is finished. |
void |
onLoad()
Called after the build is loaded and the object is added to the build list. |
Methods inherited from interface hudson.model.Action |
---|
getDisplayName, getIconFileName, getUrlName |
Method Detail |
---|
void onLoad()
RunAction
s are persisted with Run
, the implementation
can keep a reference to Run
in a field (which is set via onAttached(Run)
)
void onAttached(Run r)
Run
object.
void onBuildComplete()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |