Uses of Interface
com.atlassian.bamboo.chains.StageExecution
Packages that use StageExecution
Package
Description
-
Uses of StageExecution in com.atlassian.bamboo.chains
Methods in com.atlassian.bamboo.chains that return StageExecutionModifier and TypeMethodDescription@Nullable StageExecution
ChainExecution.getCurrentStage()
The currentStageExecution
@NotNull StageExecution
BuildExecution.getStageExecution()
Returns theStageExecution
that theBuildExecution
is a component ofMethods in com.atlassian.bamboo.chains that return types with arguments of type StageExecutionModifier and TypeMethodDescription@NotNull List<StageExecution>
ChainExecution.getStages()
Get Stages for this ChainMethods in com.atlassian.bamboo.chains with parameters of type StageExecutionModifier 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
Methods in com.atlassian.bamboo.chains.plugins with parameters of type StageExecutionModifier 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
Methods in com.atlassian.bamboo.event that return StageExecutionModifier 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 chainConstructors in com.atlassian.bamboo.event with parameters of type StageExecutionModifierConstructorDescriptionFailedStageRestartEvent
(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
Fields in com.atlassian.bamboo.notification.chain declared as StageExecutionModifier and TypeFieldDescriptionprotected StageExecution
ChainCompletedNotification.stageExecution
protected StageExecution
StageCompletedNotification.stageExecution
-
Uses of StageExecution in com.atlassian.bamboo.plugins.dummy
Methods in com.atlassian.bamboo.plugins.dummy with parameters of type StageExecutionModifier 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
Fields in com.atlassian.bamboo.plugins.rest.model.build.status declared as StageExecutionConstructors in com.atlassian.bamboo.plugins.rest.model.build.status with parameters of type StageExecutionModifierConstructorDescriptionRestStageResultStatus
(StageExecution stageExecution, PlanExecutionManager planExecutionManager) -
Uses of StageExecution in com.atlassian.bamboo.ww2.actions.build
Constructors in com.atlassian.bamboo.ww2.actions.build with parameters of type StageExecutionModifierConstructorDescriptionStageJsonDecorator
(@NotNull ChainExecution chainExecution, StageExecution stageExecution, @Nullable List<ChainStageResult> stages)