com.atlassian.bamboo.plan.cache
Class ChainResultDetailsImpl

java.lang.Object
  extended by com.atlassian.bamboo.plan.cache.ChainResultDetailsImpl
All Implemented Interfaces:
ChainResultDetails

public class ChainResultDetailsImpl
extends java.lang.Object
implements ChainResultDetails

Since:
v3.4

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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getStageResults

@NotNull
public java.util.List<ChainStageResult> getStageResults()
Description copied from interface: ChainResultDetails
Returns all stage results.

Specified by:
getStageResults in interface ChainResultDetails
Returns:

getFailedJobResults

@NotNull
public java.util.List<BuildResultsSummary> getFailedJobResults()
Description copied from interface: ChainResultDetails
Returns all Job results that failed. Doesn't include incpmplete jobs

Specified by:
getFailedJobResults in interface ChainResultDetails
Returns:

getTotalJobCount

public int getTotalJobCount()
Description copied from interface: ChainResultDetails
Total number of job results. Include incomplete + unbuilt jobs

Specified by:
getTotalJobCount in interface ChainResultDetails
Returns:

getOrderedJobResultSummaries

@NotNull
public java.util.List<ResultsSummary> getOrderedJobResultSummaries()
Description copied from interface: ChainResultDetails
Returns job results ordered by stage and then plan names

Specified by:
getOrderedJobResultSummaries in interface ChainResultDetails
Returns:

getTestResults

public FilteredTestResults<TestClassResultDescriptor> getTestResults()
Description copied from interface: ChainResultDetails
Get the helper class to provide filtered test lists for this chain result

Specified by:
getTestResults in interface ChainResultDetails
Returns:
helper class to provide filtered test lists for this chain result, null if the chain is still being built


Copyright © 2012 Atlassian. All Rights Reserved.