| Package | Description |
|---|---|
| com.atlassian.bamboo.chains | |
| com.atlassian.bamboo.chains.plugins |
| Modifier and Type | Method and Description |
|---|---|
StageExecution |
ChainExecution.getCurrentStage()
The current
StageExecution |
StageExecution |
BuildExecution.getStageExecution()
Returns the
StageExecution that the BuildExecution is a component of |
| Modifier and Type | Method and Description |
|---|---|
List<StageExecution> |
ChainExecution.getStages()
Get Stages for this Chain
|
| Modifier and Type | Method and Description |
|---|---|
void |
ChainPluginSupport.buildStarted(StageExecution stageExecution,
BuildContext buildContext)
Executes the enabled
PreJobActions for BuildContext |
void |
ChainPluginSupport.failedStageRestarted(StageExecution stageExecution,
BuildContext buildContext)
Executes the enabled
RestartFailedStageActions for StageExecution |
void |
ChainPluginSupport.manualStageResumed(StageExecution stageExecution,
BuildContext buildContext)
Executes the enabled
ResumeManualStageActions for StageExecution |
void |
ChainPluginSupport.stageCompleted(StageExecution stageExecution,
long stageResultId,
BuildContext buildContext)
Executes the enabled
PostStageActions for StageExecution |
void |
ChainPluginSupport.stageStarted(StageExecution stageExecution,
BuildContext buildContext)
Executes the enabled
PreStageActions for StageExecution |
void |
ChainPluginSupport.stoppedOnManualStage(StageExecution stageExecution,
long stageResultId,
BuildContext buildContext)
Executes the enabled
StopOnManualStageActions for StageExecution |
| Modifier and Type | Method and Description |
|---|---|
void |
PostStageAction.execute(ChainResultsSummary chainResultsSummary,
ChainStageResult chainStageResult,
StageExecution stageExecution)
Executes the custom action
|
void |
StopOnManualStageAction.execute(ChainResultsSummary chainResultsSummary,
ChainStageResult chainStageResult,
StageExecution stageExecution)
Executes the custom action
|
void |
ResumeManualStageAction.execute(StageExecution stageExecution)
Executes the custom action
|
void |
RestartFailedStageAction.execute(StageExecution stageExecution)
Executes the custom action
|
void |
PreStageAction.execute(StageExecution stageExecution)
Executes the custom action
|
void |
PreJobAction.execute(StageExecution stageExecution,
BuildContext buildContext)
Executes the custom action
|
void |
PostJobAction.execute(StageExecution stageExecution,
Job job,
BuildResultsSummary buildResultsSummary)
Executes the custom action
|
Copyright © 2016 Atlassian Software Systems Pty Ltd. All rights reserved.