| Package | Description |
|---|---|
| com.atlassian.bamboo.chains | |
| com.atlassian.bamboo.chains.plugins |
| Modifier and Type | Method and Description |
|---|---|
ChainExecution |
StageExecution.getChainExecution()
Gets the
ChainExecution that the StageExecution is a member of |
ChainExecution |
ChainExecutionRequestResult.getChainExecution() |
ChainExecution |
ChainExecutionManager.getChainExecution(PlanResultKey planResultKey)
Get the state of the single ChainExecution
|
| Modifier and Type | Method and Description |
|---|---|
List<ChainExecution> |
ChainExecutionManager.getExecutingChains(PlanKey planKey)
Get the Collection of the state of the ChainExecution or empty collection when no chain is executing
|
| Modifier and Type | Method and Description |
|---|---|
void |
ChainPluginSupport.chainCompleted(ChainExecution chainExecution,
BuildContext buildContext)
Executes the enabled
PostChainActions for ChainExecution |
void |
ChainPluginSupport.chainStarted(ChainExecution chainExecution,
BuildContext buildContext)
Executes the enabled
PreChainActions for ChainExecution |
| Modifier and Type | Method and Description |
|---|---|
void |
PreChainAction.execute(Chain chain,
ChainExecution chainExecution)
Executes the custom action
|
void |
PostChainAction.execute(Chain chain,
ChainResultsSummary chainResultsSummary,
ChainExecution chainExecution)
Execute the custom action
|
Copyright © 2016 Atlassian Software Systems Pty Ltd. All rights reserved.