|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
@Immutable public interface ChainResultDetails
Simple helper class for a chain result for items that are expensive to calculate (ie traverses through the jobs)
Method Summary | |
---|---|
java.util.List<BuildResultsSummary> |
getFailedJobResults()
Returns all Job results that failed. |
java.util.List<ResultsSummary> |
getOrderedJobResultSummaries()
Returns job results ordered by stage and then plan names |
java.util.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. |
Method Detail |
---|
@NotNull java.util.List<ChainStageResult> getStageResults()
@NotNull java.util.List<BuildResultsSummary> getFailedJobResults()
int getTotalJobCount()
@NotNull java.util.List<ResultsSummary> getOrderedJobResultSummaries()
@Nullable FilteredTestResults<TestClassResultDescriptor> getTestResults()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |