Interface PostJobAction
- All Superinterfaces:
BambooPluginModule
- All Known Implementing Classes:
DummyPostJobAction
Custom action that runs after a
Job has finished executing as part of a ChainStage- Since:
- 2.7
-
Method Summary
Modifier and TypeMethodDescriptionvoidexecute(@NotNull StageExecution stageExecution, @NotNull ImmutableJob job, @NotNull BuildResultsSummary buildResultsSummary) Executes the custom action
-
Method Details
-
execute
void execute(@NotNull @NotNull StageExecution stageExecution, @NotNull @NotNull ImmutableJob job, @NotNull @NotNull BuildResultsSummary buildResultsSummary) Executes the custom action
-