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