com.atlassian.bamboo.build.test
Class TestCollationServiceImpl

java.lang.Object
  extended by com.atlassian.bamboo.build.test.TestCollationServiceImpl
All Implemented Interfaces:
TestCollationService

public class TestCollationServiceImpl
extends java.lang.Object
implements TestCollationService


Constructor Summary
TestCollationServiceImpl()
           
 
Method Summary
 void collateTestResults(TaskContext taskContext, java.lang.String filePattern)
          Collates TestClassResults and TestCaseResults from TaskContext.getWorkingDirectory() using the specified file pattern This method parses in the JUnit format by default.
 void collateTestResults(TaskContext taskContext, java.lang.String filePattern, TestReportCollector testReportCollector)
          Collates TestClassResults and TestCaseResults from TaskContext.getWorkingDirectory() using the specified file pattern You can implement your own TestReportCollector and pass it in to support other reporting formats
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestCollationServiceImpl

public TestCollationServiceImpl()
Method Detail

collateTestResults

public void collateTestResults(@NotNull
                               TaskContext taskContext,
                               @NotNull
                               java.lang.String filePattern)
Description copied from interface: TestCollationService
Collates TestClassResults and TestCaseResults from TaskContext.getWorkingDirectory() using the specified file pattern This method parses in the JUnit format by default. To implement support for an alternate reporting format see TestCollationService.collateTestResults(TaskContext, String, TestReportCollector)

Specified by:
collateTestResults in interface TestCollationService

collateTestResults

public void collateTestResults(@NotNull
                               TaskContext taskContext,
                               @NotNull
                               java.lang.String filePattern,
                               @NotNull
                               TestReportCollector testReportCollector)
Description copied from interface: TestCollationService
Collates TestClassResults and TestCaseResults from TaskContext.getWorkingDirectory() using the specified file pattern You can implement your own TestReportCollector and pass it in to support other reporting formats

Specified by:
collateTestResults in interface TestCollationService


Copyright © 2011 Atlassian. All Rights Reserved.