| Package | Description |
|---|---|
| com.atlassian.bamboo.chains | |
| com.atlassian.bamboo.chains.plugins | |
| com.atlassian.bamboo.plan.cache | |
| com.atlassian.bamboo.resultsummary | |
| com.atlassian.bamboo.variable |
| Modifier and Type | Method and Description |
|---|---|
ChainStageResult |
ChainResultsSummary.createStageResult(ImmutableChainStage chainStage)
Create a new
ChainStageResult and associates it with the ChainResultsSummary |
| Modifier and Type | Method and Description |
|---|---|
List<ChainStageResult> |
ImmutableChainResultsSummary.getStageResults()
Get all the
ChainStageResult's associated with this ChainResultsSummary |
| Modifier and Type | Method and Description |
|---|---|
boolean |
ChainResultsSummary.addStageResult(ChainStageResult chainStageResult)
Add a stage result
|
boolean |
ChainResultsSummary.removeStageResult(ChainStageResult chainStageResult)
Remove a stage result
|
| Modifier and Type | Method and Description |
|---|---|
long |
ChainResultManager.getAverageProgressDurationForStages(PlanIdentifier chain,
Collection<ChainStageResult> stageStates,
int numberOfResults)
Calculates average duration of provided stages execution
|
| 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
|
| Modifier and Type | Method and Description |
|---|---|
List<ChainStageResult> |
ChainResultDetails.getStageResults()
Returns all stage results.
|
| Modifier and Type | Method and Description |
|---|---|
ChainStageResult |
BuildResultsSummaryDao.getChainStageResultById(long id)
Returns a
ChainStageResult by its id |
ChainStageResult |
ResultsSummaryManager.getChainStageResultById(Long id)
Returns a
ChainStageResult by its id |
ChainStageResult |
ResultsSummaryManager.getStageForResult(ResultsSummary resultsSummary)
Get (@link ChainStageResult} containing given
ResultsSummary |
ChainStageResult |
BuildResultsSummaryDao.getStageForResult(ResultsSummary resultsSummary)
Get (@link ChainStageResult} containing given
ResultsSummary |
| Modifier and Type | Method and Description |
|---|---|
ChainStageResult |
StageVariableContext.getChainStageResult() |
| Modifier and Type | Method and Description |
|---|---|
void |
StageVariableContext.setChainStageResult(ChainStageResult chainStageResult) |
Copyright © 2016 Atlassian Software Systems Pty Ltd. All rights reserved.