Uses of Interface
com.atlassian.bamboo.chains.ChainExecution
Package
Description
-
Uses of ChainExecution in com.atlassian.bamboo.brokenbuildtracker
Modifier and TypeMethodDescriptionvoid
BrokenBuildPostProcessor.execute
(@NotNull ImmutableChain chain, @NotNull ChainResultsSummary chainResultsSummary, @NotNull ChainExecution chainExecution) -
Uses of ChainExecution in com.atlassian.bamboo.build
-
Uses of ChainExecution in com.atlassian.bamboo.chains
Modifier and TypeMethodDescription@Nullable ChainExecution
ChainExecutionAccessor.getChainExecution
(@NotNull PlanResultKey planResultKey) Get the state of the single ChainExecution@Nullable ChainExecution
ChainExecutionManagerImpl.getChainExecution
(@NotNull PlanResultKey planResultKey) @Nullable ChainExecution
ChainExecutionRequestResult.getChainExecution()
@NotNull ChainExecution
StageExecution.getChainExecution()
Gets theChainExecution
that theStageExecution
is a member ofModifier and TypeMethodDescription@NotNull List<ChainExecution>
ChainExecutionAccessor.getExecutingChains
(@NotNull PlanKey planKey) Get the Collection of the state of the ChainExecution or empty collection when no chain is executing@NotNull List<ChainExecution>
ChainExecutionManagerImpl.getExecutingChains
(@NotNull PlanKey planKey) @NotNull List<ChainExecution>
ChainExecutionAccessor.getFlatExecutingChains
(@NotNull PlanKey planKey) Get the Collection of the state of the ChainExecution or empty collection when no chain is executing.@NotNull List<ChainExecution>
ChainExecutionManagerImpl.getFlatExecutingChains
(@NotNull PlanKey planKey) Modifier and TypeMethodDescriptionvoid
ChainPluginSupport.chainCompleted
(@NotNull ChainExecution chainExecution, @NotNull BuildContext buildContext) Executes the enabledPostChainAction
s forChainExecution
void
ChainPluginSupport.chainStarted
(@NotNull ChainExecution chainExecution, @NotNull BuildContext buildContext) Executes the enabledPreChainAction
s forChainExecution
-
Uses of ChainExecution in com.atlassian.bamboo.chains.plugins
Modifier and TypeMethodDescriptionvoid
PostChainAction.execute
(@NotNull ImmutableChain chain, @NotNull ChainResultsSummary chainResultsSummary, @NotNull ChainExecution chainExecution) Execute the custom actionvoid
PreChainAction.execute
(@NotNull ImmutableChain chain, @NotNull ChainExecution chainExecution) Executes the custom action -
Uses of ChainExecution in com.atlassian.bamboo.clover.builder.coverage
Modifier and TypeMethodDescriptionvoid
CloverChainResultAggregator.execute
(@NotNull ImmutableChain chain, @NotNull ChainResultsSummary chainResultsSummary, @NotNull ChainExecution chainExecution) -
Uses of ChainExecution in com.atlassian.bamboo.event
Modifier and TypeMethodDescription@NotNull ChainExecution
ChainCompletedEvent.getChainExecution()
@NotNull ChainExecution
FailedStageRestartEvent.getChainExecution()
TheChainExecution
of the restarted failedStageExecution
@NotNull ChainExecution
ManualStageResumedEvent.getChainExecution()
TheChainExecution
of the resumed manualStageExecution
@NotNull ChainExecution
StageCompletedEvent.getChainExecution()
TheChainExecution
of the completedStageExecution
@NotNull ChainExecution
StoppedOnManualStageEvent.getChainExecution()
TheChainExecution
of the completedStageExecution
ModifierConstructorDescriptionChainCompletedEvent
(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) -
Uses of ChainExecution in com.atlassian.bamboo.notification.chain
Modifier and TypeFieldDescriptionprotected ChainExecution
StageCompletedNotification.chainExecution
-
Uses of ChainExecution in com.atlassian.bamboo.plugins.rest.model.build.status
ModifierConstructorDescriptionRestChainResultStatus
(ChainExecution chainExecution, PlanExecutionManager planExecutionManager) -
Uses of ChainExecution in com.atlassian.bamboo.plugins.rest.model.queue
ModifierConstructorDescriptionRestQueuedBuild
(@NotNull ChainExecution chainExecution, @NotNull List<? extends RepositoryChangeset> changesets, @NotNull javax.ws.rs.core.UriInfo uriInfo) -
Uses of ChainExecution in com.atlassian.bamboo.ww2.actions.build
ModifierConstructorDescriptionChainExecutionJsonDecorator
(@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)