Uses of Interface
com.atlassian.bamboo.chains.ChainExecution
Packages that use ChainExecution
Package
Description
-
Uses of ChainExecution in com.atlassian.bamboo.brokenbuildtracker
Methods in com.atlassian.bamboo.brokenbuildtracker with parameters of type ChainExecutionModifier and TypeMethodDescriptionvoid
BrokenBuildPostProcessor.execute
(@NotNull ImmutableChain chain, @NotNull ChainResultsSummary chainResultsSummary, @NotNull ChainExecution chainExecution) -
Uses of ChainExecution in com.atlassian.bamboo.build
Methods in com.atlassian.bamboo.build that return ChainExecution -
Uses of ChainExecution in com.atlassian.bamboo.chains
Methods in com.atlassian.bamboo.chains that return ChainExecutionModifier 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 ofMethods in com.atlassian.bamboo.chains that return types with arguments of type ChainExecutionModifier 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) Methods in com.atlassian.bamboo.chains with parameters of type ChainExecutionModifier 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
Methods in com.atlassian.bamboo.chains.plugins with parameters of type ChainExecutionModifier 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
Methods in com.atlassian.bamboo.clover.builder.coverage with parameters of type ChainExecutionModifier and TypeMethodDescriptionvoid
CloverChainResultAggregator.execute
(@NotNull ImmutableChain chain, @NotNull ChainResultsSummary chainResultsSummary, @NotNull ChainExecution chainExecution) -
Uses of ChainExecution in com.atlassian.bamboo.event
Methods in com.atlassian.bamboo.event that return ChainExecutionModifier 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
Constructors in com.atlassian.bamboo.event with parameters of type ChainExecutionModifierConstructorDescriptionChainCompletedEvent
(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
Fields in com.atlassian.bamboo.notification.chain declared as ChainExecutionModifier and TypeFieldDescriptionprotected ChainExecution
StageCompletedNotification.chainExecution
-
Uses of ChainExecution in com.atlassian.bamboo.plugins.rest.model.build.status
Constructors in com.atlassian.bamboo.plugins.rest.model.build.status with parameters of type ChainExecutionModifierConstructorDescriptionRestChainResultStatus
(ChainExecution chainExecution, PlanExecutionManager planExecutionManager) -
Uses of ChainExecution in com.atlassian.bamboo.plugins.rest.model.queue
Constructors in com.atlassian.bamboo.plugins.rest.model.queue with parameters of type ChainExecutionModifierConstructorDescriptionRestQueuedBuild
(@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
Constructors in com.atlassian.bamboo.ww2.actions.build with parameters of type ChainExecutionModifierConstructorDescriptionChainExecutionJsonDecorator
(@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)