Package com.atlassian.bamboo.plan.cache
Class ChainResultDetailsImpl
java.lang.Object
com.atlassian.bamboo.plan.cache.ChainResultDetailsImpl
- All Implemented Interfaces:
ChainResultDetails
- Since:
- v3.4
-
Method Summary
Modifier and TypeMethodDescription@NotNull List<BuildResultsSummary> Returns all Job results that failed.@NotNull List<ResultsSummary> Returns job results ordered by stage and then plan names@NotNull List<ChainStageResult> Returns all stage results.Get the helper class to provide filtered test lists for this chain resultintTotal number of job results.
-
Method Details
-
getStageResults
Description copied from interface:ChainResultDetailsReturns all stage results.- Specified by:
getStageResultsin interfaceChainResultDetails- Returns:
-
getFailedJobResults
Description copied from interface:ChainResultDetailsReturns all Job results that failed. Doesn't include incpmplete jobs- Specified by:
getFailedJobResultsin interfaceChainResultDetails- Returns:
-
getTotalJobCount
public int getTotalJobCount()Description copied from interface:ChainResultDetailsTotal number of job results. Include incomplete + unbuilt jobs- Specified by:
getTotalJobCountin interfaceChainResultDetails- Returns:
-
getOrderedJobResultSummaries
Description copied from interface:ChainResultDetailsReturns job results ordered by stage and then plan names- Specified by:
getOrderedJobResultSummariesin interfaceChainResultDetails- Returns:
-
getTestResults
Description copied from interface:ChainResultDetailsGet the helper class to provide filtered test lists for this chain result- Specified by:
getTestResultsin interfaceChainResultDetails- Returns:
- helper class to provide filtered test lists for this chain result, null if the chain is still being built
-