com.atlassian.bamboo.resultsummary.tests
Interface TestResultsSummary
- All Known Implementing Classes:
- TestResultsSummaryImpl
public interface TestResultsSummary
Provides summary information about tests for a build result summary
getTestSummaryDescription
java.lang.String getTestSummaryDescription()
getSuccessfulTestCaseCount
int getSuccessfulTestCaseCount()
getFailedTestCaseCount
int getFailedTestCaseCount()
getTotalTestCaseCount
int getTotalTestCaseCount()
getNewFailedTestCaseCount
int getNewFailedTestCaseCount()
getExistingFailedTestCount
int getExistingFailedTestCount()
getFixedTestCaseCount
int getFixedTestCaseCount()
hasFailedTestResults
boolean hasFailedTestResults()
hasSuccessfulTestResults
boolean hasSuccessfulTestResults()
getTotalTestDuration
long getTotalTestDuration()
- Returns:
- An aggregate of all test durations that ran in this build, in milliseconds
Copyright © 2010 Atlassian. All Rights Reserved.