Interface PreStageAction
-
- All Superinterfaces:
BambooPluginModule
@PublicApi public interface PreStageAction extends BambooPluginModule
Custom action that runs before theChainStage
has started executing- Since:
- 2.7
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
execute(@NotNull StageExecution stageExecution)
Executes the custom action
-
-
-
Method Detail
-
execute
void execute(@NotNull @NotNull StageExecution stageExecution) throws InterruptedException, Exception
Executes the custom action- Parameters:
stageExecution
-- Throws:
InterruptedException
Exception
-
-