- All Implemented Interfaces:
- hudson.model.Action, hudson.model.ModelObject
public class FirstBuildAction
extends Object
implements hudson.model.Action
A class representing an action performed in a build step(It can be used in all parts of the build).
These actions are added to the build. These actions can contain business logic, data etc.
Builds can have multiple actions of the same type.
This data can the be extracted for use in the various views that Jenkins offers.
In our example we will re-use the same action through the entire build pipeline.
- Author:
- Praqma