com.atlassian.bamboo.build
Interface TestResultDecorator

All Known Implementing Classes:
AbstractTestResultDecorator, ClassNameSortingDecorator, DurationSortingDecorator

public interface TestResultDecorator


Method Summary
 String getDurationAsText()
           
 long getNumberOfTests()
           
 Collection getTestResults()
           
 

Method Detail

getNumberOfTests

long getNumberOfTests()

getDurationAsText

String getDurationAsText()

getTestResults

Collection getTestResults()


Copyright © 2006 Atlassian Software Systems. All Rights Reserved.