Interface PreStageAction
- All Superinterfaces:
BambooPluginModule
Custom action that runs before the
ChainStage has started executing- Since:
- 2.7
-
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
-