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
-
Method Summary
Methods inherited from class hudson.model.AbstractDescribableImpl
getDescriptor
-
Constructor Details
-
ChangeBuildDescriptionAction
@DataBoundConstructor public ChangeBuildDescriptionAction()
-
-
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
-