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
Constructors - 
Method Summary
Methods inherited from class hudson.model.AbstractDescribableImpl
getDescriptor 
- 
Constructor Details
- 
DeleteArtifactsAction
@DataBoundConstructor public DeleteArtifactsAction() 
 - 
 - 
Method Details
- 
perform
Description copied from class:ActionPerforms operation defined by given action.- Specified by:
 performin classAction- Parameters:
 run- build which should be updated- Throws:
 IOExceptionInterruptedException
 
 -