Modifier and Type | Method and Description |
---|---|
@Nullable StageExecution |
ChainExecution.getCurrentStage()
The current
StageExecution |
@NotNull StageExecution |
BuildExecution.getStageExecution()
Returns the
StageExecution that the BuildExecution is a component of |
Modifier and Type | Method and Description |
---|---|
void |
ChainPluginSupport.buildStarted(@NotNull StageExecution stageExecution,
@NotNull BuildContext buildContext)
Executes the enabled
PreJobAction s for BuildContext |
void |
ChainPluginSupport.failedStageRestarted(@NotNull StageExecution stageExecution,
@NotNull BuildContext buildContext)
Executes the enabled
RestartFailedStageAction s for StageExecution |
void |
ChainPluginSupport.manualStageResumed(@NotNull StageExecution stageExecution,
@NotNull BuildContext buildContext)
Executes the enabled
ResumeManualStageAction s for StageExecution |
void |
ChainPluginSupport.stageCompleted(@NotNull StageExecution stageExecution,
long stageResultId,
@NotNull BuildContext buildContext)
Executes the enabled
PostStageAction s for StageExecution |
void |
ChainPluginSupport.stageStarted(@NotNull StageExecution stageExecution,
@NotNull BuildContext buildContext)
Executes the enabled
PreStageAction s for StageExecution |
void |
ChainPluginSupport.stoppedOnManualStage(@NotNull StageExecution stageExecution,
long stageResultId,
@NotNull BuildContext buildContext)
Executes the enabled
StopOnManualStageAction s for StageExecution |
Modifier and Type | Method and Description |
---|---|
void |
StopOnManualStageAction.execute(@NotNull ChainResultsSummary chainResultsSummary,
@NotNull ChainStageResult chainStageResult,
@NotNull StageExecution stageExecution)
Executes the custom action
|
void |
PostStageAction.execute(@NotNull ChainResultsSummary chainResultsSummary,
@NotNull ChainStageResult chainStageResult,
@NotNull StageExecution stageExecution)
Executes the custom action
|
void |
RestartFailedStageAction.execute(@NotNull StageExecution stageExecution)
Executes the custom action
|
void |
ResumeManualStageAction.execute(@NotNull StageExecution stageExecution)
Executes the custom action
|
void |
PreStageAction.execute(@NotNull StageExecution stageExecution)
Executes the custom action
|
void |
PreJobAction.execute(@NotNull StageExecution stageExecution,
@NotNull BuildContext buildContext)
Executes the custom action
|
void |
PostJobAction.execute(@NotNull StageExecution stageExecution,
@NotNull ImmutableJob job,
@NotNull BuildResultsSummary buildResultsSummary)
Executes the custom action
|
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. Use
PostJobAction.execute(StageExecution, ImmutableJob, BuildResultsSummary) instead |
Modifier and Type | Method and Description |
---|---|
@NotNull StageExecution |
StageCompletedEvent.getStageExecution()
The
StageExecution of the completed chain |
@NotNull StageExecution |
FailedStageRestartEvent.getStageExecution()
The
StageExecution of the restarted failed stage |
@NotNull StageExecution |
StoppedOnManualStageEvent.getStageExecution()
The
StageExecution of the completed chain |
@NotNull StageExecution |
ManualStageResumedEvent.getStageExecution()
The
StageExecution of the resumed manual stage |
Constructor and 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) |
Modifier and Type | Field and Description |
---|---|
protected StageExecution |
ChainCompletedNotification.stageExecution |
protected StageExecution |
StageCompletedNotification.stageExecution |
Modifier and Type | Method and Description |
---|---|
void |
DummyPostJobAction.execute(@NotNull StageExecution stageExecution,
@NotNull ImmutableJob job,
@NotNull BuildResultsSummary buildResultsSummary) |
Modifier and Type | Field and Description |
---|---|
protected StageExecution |
RestStageResultStatus.stageExecution |
Constructor and Description |
---|
RestStageResultStatus(StageExecution stageExecution,
PlanExecutionManager planExecutionManager) |
Constructor and Description |
---|
StageJsonDecorator(@NotNull ChainExecution chainExecution,
StageExecution stageExecution,
@Nullable List<ChainStageResult> stages) |
Copyright © 2022 Atlassian Software Systems Pty Ltd. All rights reserved.