|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ChainResultsSummary
Represents an execution result of a Chain
| Method Summary | |
|---|---|
boolean |
addStageResult(ChainStageResult chainStageResult)
Add a stage result |
ChainStageResult |
createStageResult(ChainStage chainStage)
Create a new ChainStageResult and associates it with the ChainResultsSummary |
java.util.List<BuildResultsSummary> |
getFailedJobResults()
Get a list of all failed job Results in this chain result |
java.util.List<ChainStageResult> |
getStageResults()
Get all the ChainStageResult's associated with this ChainResultsSummary |
FilteredTestResults<TestClassResultDescriptor> |
getTestResults()
Get the helper class to provide filtered test lists for this chain result |
int |
getTotalJobCount()
|
boolean |
removeStageResult(ChainStageResult chainStageResult)
Remove a stage result |
| Methods inherited from interface com.atlassian.bamboo.core.BambooObject |
|---|
getId, setId |
| Methods inherited from interface com.atlassian.bamboo.resultsummary.ResultStatisticsProvider |
|---|
getBuildDate, getBuildNumber, getBuildState, getDurationInSeconds |
| Methods inherited from interface java.lang.Comparable |
|---|
compareTo |
| Method Detail |
|---|
@NotNull java.util.List<ChainStageResult> getStageResults()
ChainStageResult's associated with this ChainResultsSummary
@NotNull
ChainStageResult createStageResult(@NotNull
ChainStage chainStage)
ChainStageResult and associates it with the ChainResultsSummary
chainStage - the Stage related to result
boolean addStageResult(@NotNull
ChainStageResult chainStageResult)
chainStageResult -
boolean removeStageResult(@NotNull
ChainStageResult chainStageResult)
chainStageResult -
@Nullable FilteredTestResults<TestClassResultDescriptor> getTestResults()
@NotNull java.util.List<BuildResultsSummary> getFailedJobResults()
int getTotalJobCount()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||