@Immutable @Internal public interface ChainResultDetails
Modifier and Type | Method and Description |
---|---|
List<BuildResultsSummary> |
getFailedJobResults()
Returns all Job results that failed.
|
List<ResultsSummary> |
getOrderedJobResultSummaries()
Returns job results ordered by stage and then plan names
|
List<ChainStageResult> |
getStageResults()
Returns all stage results.
|
FilteredTestResults<TestClassResultDescriptor> |
getTestResults()
Get the helper class to provide filtered test lists for this chain result
|
int |
getTotalJobCount()
Total number of job results.
|
@NotNull List<ChainStageResult> getStageResults()
@NotNull List<BuildResultsSummary> getFailedJobResults()
int getTotalJobCount()
@NotNull List<ResultsSummary> getOrderedJobResultSummaries()
@Nullable FilteredTestResults<TestClassResultDescriptor> getTestResults()
Copyright © 2020 Atlassian Software Systems Pty Ltd. All rights reserved.