Package jenkins.model

Interface RunAction2

All Superinterfaces:
Action, ModelObject
All Known Implementing Classes:
AbstractScmTagAction, CauseAction, Fingerprinter.FingerprintAction, ParametersAction, SCMTrigger.BuildAction

public interface RunAction2 extends Action
Optional interface for Actions that add themselves to a Run. You may keep a transient reference to an owning build, restored in onLoad(hudson.model.Run<?, ?>).
Since:
1.519, 1.509.3