package

com.atlassian.bamboo.build.test

Interfaces

TestCollationService Collates TestClassResults and TestCaseResults from the file system after a TaskType execution  
TestCollectionResult Holds the successful and failed TestResults after calling collect(File) Use TestCollectionResultBuilder to create instances of this interface 
TestReportCollector Collects a builds test results. 
TestReportProvider Generic provider for TestCollectionResult

Classes

JunitTestReportCollector This class obtains the test results from a directory containing Junit test result file. 
JunitTestResultsParser This class extracts the interesting test information from the ant test results. 
TestCollationServiceImpl  
TestCollectionResultBuilder ¬†* Builder for creating TestCollectionResults ¬†* @since 3.2 ¬† 
TestCollectionResultImpl This class is deprecated. since 3.2 use the TestCollectionResultBuilder to construct instances of TestCollectionResult