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 TypeMethodDescriptionvoidBrokenBuildPostProcessor.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 ChainExecutionChainExecutionAccessor.getChainExecution(@NotNull PlanResultKey planResultKey) Get the state of the single ChainExecution@Nullable ChainExecutionChainExecutionManagerImpl.getChainExecution(@NotNull PlanResultKey planResultKey) @Nullable ChainExecutionChainExecutionRequestResult.getChainExecution()@NotNull ChainExecutionStageExecution.getChainExecution()Gets theChainExecutionthat theStageExecutionis 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 TypeMethodDescriptionvoidChainPluginSupport.chainCompleted(@NotNull ChainExecution chainExecution, @NotNull BuildContext buildContext) Executes the enabledPostChainActions forChainExecutionvoidChainPluginSupport.chainStarted(@NotNull ChainExecution chainExecution, @NotNull BuildContext buildContext) Executes the enabledPreChainActions forChainExecution -
Uses of ChainExecution in com.atlassian.bamboo.chains.plugins
Methods in com.atlassian.bamboo.chains.plugins with parameters of type ChainExecutionModifier and TypeMethodDescriptionvoidPostChainAction.execute(@NotNull ImmutableChain chain, @NotNull ChainResultsSummary chainResultsSummary, @NotNull ChainExecution chainExecution) Execute the custom actionvoidPreChainAction.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 TypeMethodDescriptionvoidCloverChainResultAggregator.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 ChainExecutionChainCompletedEvent.getChainExecution()@NotNull ChainExecutionFailedStageRestartEvent.getChainExecution()TheChainExecutionof the restarted failedStageExecution@NotNull ChainExecutionManualStageResumedEvent.getChainExecution()TheChainExecutionof the resumed manualStageExecution@NotNull ChainExecutionStageCompletedEvent.getChainExecution()TheChainExecutionof the completedStageExecution@NotNull ChainExecutionStoppedOnManualStageEvent.getChainExecution()TheChainExecutionof the completedStageExecutionConstructors 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 ChainExecutionStageCompletedNotification.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 jakarta.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 org.apache.struts2.text.TextProvider textProvider, @NotNull BambooPermissionManager bambooPermissionManager, ChainExecution chainExecution, ResultsSummary chainResultSummary, TriggerManager triggerManager) StageJsonDecorator(@NotNull ChainExecution chainExecution, StageExecution stageExecution, @Nullable List<ChainStageResult> stages)