|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of StageExecution in com.atlassian.bamboo.chains |
|---|
| Methods in com.atlassian.bamboo.chains that return StageExecution | |
|---|---|
StageExecution |
ChainExecution.getCurrentStage()
The current StageExecution |
StageExecution |
BuildExecution.getStageExecution()
Returns the StageExecution that the BuildExecution is a component of |
| Methods in com.atlassian.bamboo.chains that return types with arguments of type StageExecution | |
|---|---|
java.util.List<StageExecution> |
ChainExecution.getStages()
Get Stages for this Chain |
| Methods in com.atlassian.bamboo.chains with parameters of type StageExecution | |
|---|---|
void |
ChainPluginSupport.buildStarted(StageExecution stageExecution,
BuildContext buildContext)
Executes the enabled PreJobActions for BuildContext |
void |
ChainPluginSupport.failedStageRestarted(StageExecution stageExecution,
BuildContext buildContext)
Executes the enabled RestartFailedStageActions for StageExecution |
void |
ChainPluginSupport.manualStageResumed(StageExecution stageExecution,
BuildContext buildContext)
Executes the enabled ResumeManualStageActions for StageExecution |
void |
ChainPluginSupport.stageCompleted(StageExecution stageExecution,
long stageResultId,
BuildContext buildContext)
Executes the enabled PostStageActions for StageExecution |
void |
ChainPluginSupport.stageStarted(StageExecution stageExecution,
BuildContext buildContext)
Executes the enabled PreStageActions for StageExecution |
void |
ChainPluginSupport.stoppedOnManualStage(StageExecution stageExecution,
long stageResultId,
BuildContext buildContext)
Executes the enabled StopOnManualStageActions for StageExecution |
| Uses of StageExecution in com.atlassian.bamboo.chains.plugins |
|---|
| Methods in com.atlassian.bamboo.chains.plugins with parameters of type StageExecution | |
|---|---|
void |
StopOnManualStageAction.execute(ChainResultsSummary chainResultsSummary,
ChainStageResult chainStageResult,
StageExecution stageExecution)
Executes the custom action |
void |
PostStageAction.execute(ChainResultsSummary chainResultsSummary,
ChainStageResult chainStageResult,
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 |
PreStageAction.execute(StageExecution stageExecution)
Executes the custom action |
void |
PreJobAction.execute(StageExecution stageExecution,
BuildContext buildContext)
Executes the custom action |
void |
PostJobAction.execute(StageExecution stageExecution,
Job job,
BuildResultsSummary buildResultsSummary)
Executes the custom action |
void |
TestResultSummaryMergeAction.execute(StageExecution stageExecution,
Job job,
BuildResultsSummary buildResultsSummary)
|
| Uses of StageExecution in com.atlassian.bamboo.event |
|---|
| Methods in com.atlassian.bamboo.event that return StageExecution | |
|---|---|
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 |
| Constructors in com.atlassian.bamboo.event with parameters of type StageExecution | |
|---|---|
FailedStageRestartEvent(java.lang.Object source,
ChainExecution chainExecution,
StageExecution stageExecution)
|
|
ManualStageResumedEvent(java.lang.Object source,
ChainExecution chainExecution,
StageExecution stageExecution)
|
|
StageCompletedEvent(java.lang.Object source,
ChainExecution chainExecution,
StageExecution stageExecution)
|
|
StoppedOnManualStageEvent(java.lang.Object source,
ChainExecution chainExecution,
StageExecution stageExecution)
|
|
| Uses of StageExecution in com.atlassian.bamboo.notification.chain |
|---|
| Fields in com.atlassian.bamboo.notification.chain declared as StageExecution | |
|---|---|
protected StageExecution |
StageCompletedNotification.stageExecution
|
protected StageExecution |
ChainCompletedNotification.stageExecution
|
| Uses of StageExecution in com.atlassian.bamboo.ww2.actions.build |
|---|
| Constructors in com.atlassian.bamboo.ww2.actions.build with parameters of type StageExecution | |
|---|---|
StageJsonDecorator(ChainExecution chainExecution,
StageExecution stageExecution,
java.util.List<ChainStageResult> stages)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||