Interface StopOnManualStageAction
- All Superinterfaces:
BambooPluginModule
Custom action that runs after the
ChainStage
has stopped execution on manual stage.
It will run after all PostStageAction
and before any PostChainAction
related to the same build.- Since:
- 3.2
-
Method Summary
Modifier and TypeMethodDescriptionvoid
execute
(@NotNull ChainResultsSummary chainResultsSummary, @NotNull ChainStageResult chainStageResult, @NotNull StageExecution stageExecution) Executes the custom action
-
Method Details
-
execute
void execute(@NotNull @NotNull ChainResultsSummary chainResultsSummary, @NotNull @NotNull ChainStageResult chainStageResult, @NotNull @NotNull StageExecution stageExecution) throws InterruptedException, Exception Executes the custom action- Parameters:
chainResultsSummary
-chainStageResult
-stageExecution
-- Throws:
InterruptedException
Exception
-