Interface PostStageAction
- All Superinterfaces:
BambooPluginModule
Custom action that runs after the
ChainStage
has finished executing- Since:
- 2.7
-
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
-