Class Action
java.lang.Object
hudson.model.AbstractDescribableImpl<Action>
pl.damianszczepanik.jenkins.buildhistorymanager.model.actions.Action
- All Implemented Interfaces:
Describable<Action>
- Direct Known Subclasses:
ChangeBuildDescriptionAction
,DeleteArtifactsAction
,DeleteBuildAction
,DeleteLogFileAction
- Author:
- Damian Szczepanik (damianszczepanik@github) (this class must be abstract, otherwise Jenkins reports warning with NullPointerException when the plusin is saved after update)
-
Constructor Summary
-
Method Summary
Methods inherited from class hudson.model.AbstractDescribableImpl
getDescriptor
-
Constructor Details
-
Action
public Action()
-
-
Method Details
-
perform
Performs operation defined by given action.- Parameters:
run
- build which should be updated- Throws:
IOException
InterruptedException
-