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