Interface PreStageAction
- All Superinterfaces:
BambooPluginModule
Custom action that runs before the
ChainStage
has started executing- Since:
- 2.7
-
Method Summary
Modifier and TypeMethodDescriptionvoid
execute
(@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:
InterruptedException
Exception
-