|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of ChainExecution in com.atlassian.bamboo.autofavourite |
---|
Methods in com.atlassian.bamboo.autofavourite with parameters of type ChainExecution | |
---|---|
void |
AutoFavouritePostChainAction.execute(Chain chain,
ChainResultsSummary chainResultsSummary,
ChainExecution chainExecution)
|
Uses of ChainExecution in com.atlassian.bamboo.build |
---|
Methods in com.atlassian.bamboo.build that return ChainExecution | |
---|---|
ChainExecution |
PlanResultsAction.getChainExecution()
|
Uses of ChainExecution in com.atlassian.bamboo.chains |
---|
Methods in com.atlassian.bamboo.chains that return ChainExecution | |
---|---|
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 |
ChainExecution |
ChainExecutionManagerImpl.getChainExecution(PlanResultKey planResultKey)
|
Methods in com.atlassian.bamboo.chains that return types with arguments of type ChainExecution | |
---|---|
java.util.List<ChainExecution> |
ChainExecutionManager.getExecutingChains(PlanKey planKey)
Get the Collection of the state of the ChainExecution or empty collection when no chain is executing |
java.util.List<ChainExecution> |
ChainExecutionManagerImpl.getExecutingChains(PlanKey planKey)
|
Uses of ChainExecution in com.atlassian.bamboo.chains.plugins |
---|
Methods in com.atlassian.bamboo.chains.plugins with parameters of type ChainExecution | |
---|---|
void |
PreChainAction.execute(Chain chain,
ChainExecution chainExecution)
Executes the custom action |
void |
PostChainAction.execute(Chain chain,
ChainResultsSummary chainResultsSummary,
ChainExecution chainExecution)
Execute the custom action |
void |
PostChainIndexAction.execute(Chain chain,
ChainResultsSummary chainResultsSummary,
ChainExecution chainExecution)
|
Uses of ChainExecution in com.atlassian.bamboo.event |
---|
Methods in com.atlassian.bamboo.event that return ChainExecution | |
---|---|
ChainExecution |
StageCompletedEvent.getChainExecution()
The ChainExecution of the completed StageExecution |
ChainExecution |
ChainCompletedEvent.getChainExecution()
|
Constructors in com.atlassian.bamboo.event with parameters of type ChainExecution | |
---|---|
ChainCompletedEvent(java.lang.Object source,
ChainExecution chainExecution,
BuildContext buildContext)
|
|
StageCompletedEvent(java.lang.Object source,
ChainExecution chainExecution,
StageExecution stageExecution)
|
Uses of ChainExecution in com.atlassian.bamboo.notification.chain |
---|
Fields in com.atlassian.bamboo.notification.chain declared as ChainExecution | |
---|---|
protected ChainExecution |
StageCompletedNotification.chainExecution
|
Uses of ChainExecution in com.atlassian.bamboo.plugins.rest.model.build.status |
---|
Fields in com.atlassian.bamboo.plugins.rest.model.build.status declared as ChainExecution | |
---|---|
protected ChainExecution |
RestChainResultStatus.chainExecution
|
Constructors in com.atlassian.bamboo.plugins.rest.model.build.status with parameters of type ChainExecution | |
---|---|
RestChainResultStatus(ChainExecution chainExecution,
PlanExecutionManager planExecutionManager)
|
Uses of ChainExecution in com.atlassian.bamboo.ww2.actions.build |
---|
Constructors in com.atlassian.bamboo.ww2.actions.build with parameters of type ChainExecution | |
---|---|
ChainExecutionJsonDecorator(com.opensymphony.xwork.TextProvider textProvider,
BambooPermissionManager bambooPermissionManager,
ChainExecution chainExecution,
ResultsSummary chainResultSummary,
TriggerReasonManager triggerReasonManager)
|
|
StageJsonDecorator(ChainExecution chainExecution,
StageExecution stageExecution)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |