Uses of Interface
com.atlassian.bamboo.chains.StageExecution
Package
Description
-
Uses of StageExecution in com.atlassian.bamboo.chains
Modifier and TypeMethodDescription@Nullable StageExecution
ChainExecution.getCurrentStage()
The currentStageExecution
@NotNull StageExecution
BuildExecution.getStageExecution()
Returns theStageExecution
that theBuildExecution
is a component ofModifier and TypeMethodDescription@NotNull List<StageExecution>
ChainExecution.getStages()
Get Stages for this ChainModifier and TypeMethodDescriptionvoid
ChainPluginSupport.buildStarted
(@NotNull StageExecution stageExecution, @NotNull BuildContext buildContext) Executes the enabledPreJobAction
s forBuildContext
void
ChainPluginSupport.failedStageRestarted
(@NotNull StageExecution stageExecution, @NotNull BuildContext buildContext) Executes the enabledRestartFailedStageAction
s forStageExecution
void
ChainPluginSupport.manualStageResumed
(@NotNull StageExecution stageExecution, @NotNull BuildContext buildContext) Executes the enabledResumeManualStageAction
s forStageExecution
void
ChainPluginSupport.stageCompleted
(@NotNull StageExecution stageExecution, long stageResultId, @NotNull BuildContext buildContext) Executes the enabledPostStageAction
s forStageExecution
void
ChainPluginSupport.stageStarted
(@NotNull StageExecution stageExecution, @NotNull BuildContext buildContext) Executes the enabledPreStageAction
s forStageExecution
void
ChainPluginSupport.stoppedOnManualStage
(@NotNull StageExecution stageExecution, long stageResultId, @NotNull BuildContext buildContext) Executes the enabledStopOnManualStageAction
s forStageExecution
-
Uses of StageExecution in com.atlassian.bamboo.chains.plugins
Modifier and TypeMethodDescriptionvoid
PostJobAction.execute
(@NotNull StageExecution stageExecution, @NotNull ImmutableJob job, @NotNull BuildResultsSummary buildResultsSummary) Executes the custom actionvoid
PostStageAction.execute
(@NotNull ChainResultsSummary chainResultsSummary, @NotNull ChainStageResult chainStageResult, @NotNull StageExecution stageExecution) Executes the custom actionvoid
PreJobAction.execute
(@NotNull StageExecution stageExecution, @NotNull BuildContext buildContext) Executes the custom actionvoid
PreStageAction.execute
(@NotNull StageExecution stageExecution) Executes the custom actionvoid
RestartFailedStageAction.execute
(@NotNull StageExecution stageExecution) Executes the custom actionvoid
ResumeManualStageAction.execute
(@NotNull StageExecution stageExecution) Executes the custom actionvoid
StopOnManualStageAction.execute
(@NotNull ChainResultsSummary chainResultsSummary, @NotNull ChainStageResult chainStageResult, @NotNull StageExecution stageExecution) Executes the custom action -
Uses of StageExecution in com.atlassian.bamboo.event
Modifier and TypeMethodDescription@NotNull StageExecution
FailedStageRestartEvent.getStageExecution()
TheStageExecution
of the restarted failed stage@NotNull StageExecution
ManualStageResumedEvent.getStageExecution()
TheStageExecution
of the resumed manual stage@NotNull StageExecution
StageCompletedEvent.getStageExecution()
TheStageExecution
of the completed chain@NotNull StageExecution
StoppedOnManualStageEvent.getStageExecution()
TheStageExecution
of the completed chainModifierConstructorDescriptionFailedStageRestartEvent
(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 StageExecution in com.atlassian.bamboo.notification.chain
Modifier and TypeFieldDescriptionprotected StageExecution
ChainCompletedNotification.stageExecution
protected StageExecution
StageCompletedNotification.stageExecution
-
Uses of StageExecution in com.atlassian.bamboo.plugins.dummy
Modifier and TypeMethodDescriptionvoid
DummyPostJobAction.execute
(@NotNull StageExecution stageExecution, @NotNull ImmutableJob job, @NotNull BuildResultsSummary buildResultsSummary) -
Uses of StageExecution in com.atlassian.bamboo.plugins.rest.model.build.status
ModifierConstructorDescriptionRestStageResultStatus
(StageExecution stageExecution, PlanExecutionManager planExecutionManager) -
Uses of StageExecution in com.atlassian.bamboo.ww2.actions.build
ModifierConstructorDescriptionStageJsonDecorator
(@NotNull ChainExecution chainExecution, StageExecution stageExecution, @Nullable List<ChainStageResult> stages)