Package com.atlassian.bamboo.build
Interface TestResultDecorator
-
public interface TestResultDecorator
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetDurationAsText()longgetNumberOfTests()CollectiongetTestResults()
-
-
-
Method Detail
-
getNumberOfTests
long getNumberOfTests()
-
getDurationAsText
String getDurationAsText()
-
getTestResults
Collection getTestResults()
-
-