About
Action is one of the primary ways plugins use to add more information to the top page, project pages, build pages, and so on.
Actions are used often to define additional URL space into Jenkins to show information.
Articles Related
Type
- Persistent actions are almost always added via Actionable.addAction().
- Transient actions are added via callback. You implement other extension points that can contribute transient actions, such as byShortName/LabelAtomProperty, byShortName/Builder, and byShortName/Publisher,