| Interface | Description |
|---|---|
| PostChainAction |
Custom action that runs after the
Chain has finished executing |
| PostJobAction |
Custom action that runs after a
Job has finished executing as part of a ChainStage |
| PostStageAction |
Custom action that runs after the
ChainStage has finished executing |
| PreChainAction |
Custom action that runs before the
Chain has started executing |
| PreJobAction |
Custom action that runs before a
Job has been queued as part of a ChainStage |
| PrePostTaskActions |
Custom actions that run before and after a build task (
TaskType),
a deployment task (com.atlassian.bamboo.deployments.execution.DeploymentTaskType,
or a common task (CommonTaskType) in a build or a deployment plan. |
| PreStageAction |
Custom action that runs before the
ChainStage has started executing |
| RestartFailedStageAction |
Custom action that runs before a failed
ChainStage has been restarted. |
| ResumeManualStageAction |
Custom action that runs before the manual
ChainStage has been continued |
| StopOnManualStageAction |
Custom action that runs after the
ChainStage has stopped execution on manual stage. |
| Class | Description |
|---|---|
| PostChainIndexAction |
Responsible for indexing the
ChainResultsSummary when the Chain execution has completed |
| TestResultSummaryMergeAction |
Merges the
TestResultsSummary of the completed
Job with the TestResultsSummary
of its parent Chain when the Job has finished executing |
Copyright © 2017 Atlassian Software Systems Pty Ltd. All rights reserved.