Interface RestartFailedStageAction
-
- All Superinterfaces:
BambooPluginModule
@PublicApi public interface RestartFailedStageAction extends BambooPluginModule
Custom action that runs before a failedChainStage
has been restarted. It will run before anyPreStageAction
related to the same build.- Since:
- 3.2
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
execute(@NotNull StageExecution stageExecution)
Executes the custom action
-
-
-
Method Detail
-
execute
void execute(@NotNull @NotNull StageExecution stageExecution) throws InterruptedException, Exception
Executes the custom action- Parameters:
stageExecution
-- Throws:
InterruptedException
Exception
-
-