Class ChangeBuildDescriptionAction
java.lang.Object
hudson.model.AbstractDescribableImpl<Action>
pl.damianszczepanik.jenkins.buildhistorymanager.model.actions.Action
pl.damianszczepanik.jenkins.buildhistorymanager.model.actions.ChangeBuildDescriptionAction
- All Implemented Interfaces:
 Describable<Action>
Prepend to job description 
This action is recommended for debug and test conditions.
[build-history-manager]so it is easy to find which builds should be affected before it really happens.
This action is recommended for debug and test conditions.
- Author:
 - Damian Szczepanik (damianszczepanik@github)
 
- 
Constructor Summary
Constructors - 
Method Summary
Methods inherited from class hudson.model.AbstractDescribableImpl
getDescriptor 
- 
Constructor Details
- 
ChangeBuildDescriptionAction
@DataBoundConstructor public ChangeBuildDescriptionAction() 
 - 
 - 
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
 
 -