Package hudson.plugins.repo
Class ManifestAction
java.lang.Object
hudson.plugins.repo.ManifestAction
- All Implemented Interfaces:
Action,BuildBadgeAction,ModelObject,Serializable,RunAction2
@ExportedBean(defaultVisibility=999)
public class ManifestAction
extends Object
implements RunAction2, Serializable, BuildBadgeAction
A Manifest Action displays the static manifest information needed
to recreate the exact state of the repository when the build was run.
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the display name to use for the action.Returns the filename to use as the badge.Gets a String representation of the static manifest for this repo snapshot.Run<?,?> getRun()Getter for the run property.final StringReturns the name of the Url to use for the action.voidonAttached(Run<?, ?> r) void
-
Method Details
-
onAttached
- Specified by:
onAttachedin interfaceRunAction2
-
onLoad
- Specified by:
onLoadin interfaceRunAction2
-
getRun
Getter for the run property. -
getIconFileName
Returns the filename to use as the badge.- Specified by:
getIconFileNamein interfaceAction
-
getDisplayName
Returns the display name to use for the action.- Specified by:
getDisplayNamein interfaceAction- Specified by:
getDisplayNamein interfaceModelObject
-
getUrlName
Returns the name of the Url to use for the action.- Specified by:
getUrlNamein interfaceAction
-
getManifests
Gets a String representation of the static manifest for this repo snapshot.
-