Modifier and Type | Method and Description |
---|---|
void |
BrokenBuildPostProcessor.execute(Chain chain,
ChainResultsSummary chainResultsSummary,
ChainExecution chainExecution) |
Modifier and Type | Method and Description |
---|---|
ChainExecution |
PlanResultsAction.getChainExecution() |
Modifier and Type | Method and Description |
---|---|
ChainExecution |
ChainExecutionRequestResult.getChainExecution() |
ChainExecution |
StageExecution.getChainExecution()
Gets the
ChainExecution that the StageExecution is a member of |
ChainExecution |
ChainExecutionManagerImpl.getChainExecution(PlanResultKey planResultKey) |
ChainExecution |
ChainExecutionAccessor.getChainExecution(PlanResultKey planResultKey)
Get the state of the single ChainExecution
|
Modifier and Type | Method and Description |
---|---|
List<ChainExecution> |
ChainExecutionManagerImpl.getExecutingChains(PlanKey planKey) |
List<ChainExecution> |
ChainExecutionAccessor.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
PostChainAction s for ChainExecution |
void |
ChainPluginSupport.chainStarted(ChainExecution chainExecution,
BuildContext buildContext)
Executes the enabled
PreChainAction s for ChainExecution |
Modifier and Type | Method and Description |
---|---|
void |
PreChainAction.execute(Chain chain,
ChainExecution chainExecution)
Executes the custom action
|
void |
PostChainIndexAction.execute(Chain chain,
ChainResultsSummary chainResultsSummary,
ChainExecution chainExecution) |
void |
PostChainAction.execute(Chain chain,
ChainResultsSummary chainResultsSummary,
ChainExecution chainExecution)
Execute the custom action
|
Modifier and Type | Method and Description |
---|---|
void |
CloverChainResultAggregator.execute(Chain chain,
ChainResultsSummary chainResultsSummary,
ChainExecution chainExecution) |
Modifier and Type | Method and Description |
---|---|
ChainExecution |
StageCompletedEvent.getChainExecution()
The
ChainExecution of the completed StageExecution |
ChainExecution |
FailedStageRestartEvent.getChainExecution()
The
ChainExecution of the restarted failed StageExecution |
ChainExecution |
StoppedOnManualStageEvent.getChainExecution()
The
ChainExecution of the completed StageExecution |
ChainExecution |
ChainCompletedEvent.getChainExecution() |
ChainExecution |
ManualStageResumedEvent.getChainExecution()
The
ChainExecution of the resumed manual StageExecution |
Constructor and Description |
---|
ChainCompletedEvent(Object source,
ChainExecution chainExecution,
BuildContext buildContext) |
FailedStageRestartEvent(Object source,
ChainExecution chainExecution,
StageExecution stageExecution) |
ManualStageResumedEvent(Object source,
ChainExecution chainExecution,
StageExecution stageExecution) |
StageCompletedEvent(Object source,
ChainExecution chainExecution,
StageExecution stageExecution,
ImmutableChainStage stageDefinition) |
StoppedOnManualStageEvent(Object source,
ChainExecution chainExecution,
StageExecution stageExecution) |
Modifier and Type | Field and Description |
---|---|
protected ChainExecution |
StageCompletedNotification.chainExecution |
Constructor and Description |
---|
RestChainResultStatus(ChainExecution chainExecution,
PlanExecutionManager planExecutionManager) |
Constructor and Description |
---|
RestQueuedBuild(ChainExecution chainExecution,
List<? extends RepositoryChangeset> changesets,
javax.ws.rs.core.UriInfo uriInfo) |
Constructor and Description |
---|
ChainExecutionJsonDecorator(com.opensymphony.xwork2.TextProvider textProvider,
BambooPermissionManager bambooPermissionManager,
ChainExecution chainExecution,
ResultsSummary chainResultSummary,
TriggerManager triggerManager) |
StageJsonDecorator(ChainExecution chainExecution,
StageExecution stageExecution,
List<ChainStageResult> stages) |
Copyright © 2017 Atlassian Software Systems Pty Ltd. All rights reserved.