Uses of Interface
com.atlassian.bamboo.chains.StageExecution
-
-
Uses of StageExecution in com.atlassian.bamboo.chains
Methods in com.atlassian.bamboo.chains that return StageExecution Modifier and Type Method Description @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 StageExecution Modifier and Type Method Description @NotNull List<StageExecution>
ChainExecution. getStages()
Get Stages for this ChainMethods in com.atlassian.bamboo.chains with parameters of type StageExecution Modifier and Type Method Description void
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 StageExecution Modifier and Type Method Description default void
PostJobAction. execute(@NotNull StageExecution stageExecution, @NotNull Job job, @NotNull BuildResultsSummary buildResultsSummary)
Deprecated.since 6.10 this method no longer works for plan branches.void
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 StageExecution Modifier and Type Method Description @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 StageExecution Constructor Description 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 StageExecution in com.atlassian.bamboo.notification.chain
Fields in com.atlassian.bamboo.notification.chain declared as StageExecution Modifier and Type Field Description protected 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 StageExecution Modifier and Type Method Description void
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 StageExecution Modifier and Type Field Description protected StageExecution
RestStageResultStatus. stageExecution
Constructors in com.atlassian.bamboo.plugins.rest.model.build.status with parameters of type StageExecution Constructor Description RestStageResultStatus(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 StageExecution Constructor Description StageJsonDecorator(@NotNull ChainExecution chainExecution, StageExecution stageExecution, @Nullable List<ChainStageResult> stages)
-