Interface RestartFailedStageAction
- All Superinterfaces:
BambooPluginModule
Custom action that runs before a failed
ChainStage has been restarted.
It will run before any PreStageAction related to the same build.- Since:
- 3.2
-
Method Summary
Modifier and TypeMethodDescriptionvoidexecute(@NotNull StageExecution stageExecution) Executes the custom action
-
Method Details
-
execute
void execute(@NotNull @NotNull StageExecution stageExecution) throws InterruptedException, Exception Executes the custom action- Parameters:
stageExecution-- Throws:
InterruptedExceptionException
-