Plugin Points added:
| Name | Description | Available Objects |
|---|---|---|
| CustomPreChainExecutionAction | Analogue to the CustomPreBuildQueuedAction. Runs before the Chain starts execution. | ChainExecution |
| CustomChainCompleteAction | Analogue to the CustomBuildCompleteAction . Runs after the Chain has finished Executing. | Chain ChainResult |
| CustomPreStageExecutionAction | Custom action that executes before the Stage is executed | StageExecution |
| CustomStageCompleteAction | Custom action that executes when the Stage has completed executing | ChainResult ChainStageResult |
| CustomPreBuildStageExecutionAction | Custom action that executes before a Build that belongs to a stage is executed | StageExecution BuildContext |
| CustomBuildStageCompleteAction | Custom action that executes when a Build that belongs to a stage has finished executing | StageExecution Build BuildResultsSummary |