Uses of Interface
com.atlassian.bamboo.chains.ChainExecution
-
-
Uses of ChainExecution in com.atlassian.bamboo.brokenbuildtracker
Methods in com.atlassian.bamboo.brokenbuildtracker with parameters of type ChainExecution Modifier and Type Method Description void
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 Modifier and Type Method Description @Nullable ChainExecution
PlanResultsAction. getChainExecution()
-
Uses of ChainExecution in com.atlassian.bamboo.chains
Methods in com.atlassian.bamboo.chains that return ChainExecution Modifier and Type Method Description @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 ChainExecution Modifier and Type Method Description @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)
Methods in com.atlassian.bamboo.chains with parameters of type ChainExecution Modifier and Type Method Description void
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 ChainExecution Modifier and Type Method Description default void
PostChainAction. execute(@NotNull Chain chain, @NotNull ChainResultsSummary chainResultsSummary, @NotNull ChainExecution chainExecution)
Deprecated.void
PostChainAction. execute(@NotNull ImmutableChain chain, @NotNull ChainResultsSummary chainResultsSummary, @NotNull ChainExecution chainExecution)
Execute the custom actiondefault void
PreChainAction. execute(@NotNull Chain chain, @NotNull ChainExecution chainExecution)
Deprecated.since 7.1 usePreChainAction.execute(ImmutableChain, ChainExecution)
void
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 ChainExecution Modifier and Type Method Description void
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 ChainExecution Modifier and Type Method Description @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 ChainExecution Constructor 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)
-
Uses of ChainExecution in com.atlassian.bamboo.notification.chain
Fields in com.atlassian.bamboo.notification.chain declared as ChainExecution Modifier and Type Field Description protected 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 ChainExecution Constructor Description RestChainResultStatus(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 ChainExecution Constructor Description RestQueuedBuild(@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 ChainExecution Constructor 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)
-