Interface ResumeManualStageAction
- All Superinterfaces:
BambooPluginModule
Custom action that runs before the manual
ChainStage has been continued- 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
-