Interface PreJobAction
- All Superinterfaces:
BambooPluginModule
Custom action that runs before a
Job has been queued as part of a ChainStage- Since:
- 2.7
-
Method Summary
Modifier and TypeMethodDescriptionvoidexecute(@NotNull StageExecution stageExecution, @NotNull BuildContext buildContext) Executes the custom action
-
Method Details
-
execute
void execute(@NotNull @NotNull StageExecution stageExecution, @NotNull @NotNull BuildContext buildContext) Executes the custom action- Parameters:
stageExecution-buildContext-
-