Class DeleteArtifactsAction
java.lang.Object
hudson.model.AbstractDescribableImpl<Action>
pl.damianszczepanik.jenkins.buildhistorymanager.model.actions.Action
pl.damianszczepanik.jenkins.buildhistorymanager.model.actions.DeleteArtifactsAction
- All Implemented Interfaces:
Describable<Action>
Deletes the artifacts.
- Author:
- Damian Szczepanik (damianszczepanik@github)
- See Also:
-
Constructor Summary
-
Method Summary
Methods inherited from class hudson.model.AbstractDescribableImpl
getDescriptor
-
Constructor Details
-
DeleteArtifactsAction
@DataBoundConstructor public DeleteArtifactsAction()
-
-
Method Details
-
perform
Description copied from class:Action
Performs operation defined by given action.- Specified by:
perform
in classAction
- Parameters:
run
- build which should be updated- Throws:
IOException
InterruptedException
-