public interface RunAction2 extends Action
Action
s that add themselves to a Run
.
You may keep a transient
reference to an owning build, restored in onLoad(hudson.model.Run<?, ?>)
.Modifier and Type | Method and Description |
---|---|
void |
onAttached(Run<?,?> r)
Called when this action is added to a build.
|
void |
onLoad(Run<?,?> r)
Called after a build is loaded to which this action was previously attached.
|
getDisplayName, getIconFileName, getUrlName
void onAttached(Run<?,?> r)
void onLoad(Run<?,?> r)
Copyright © 2004–2022. All rights reserved.