com.atlassian.bamboo.resultsummary.tests
Interface MutableTestResultsSummary
- All Superinterfaces:
- TestResultsSummary
- All Known Implementing Classes:
- TestResultsSummaryImpl
public interface MutableTestResultsSummary
- extends TestResultsSummary
Mutable version of TestResultsSummary
incrementSuccessCount
void incrementSuccessCount()
incrementFailedCount
void incrementFailedCount()
incrementTotalCount
void incrementTotalCount()
incrementNewFailureCount
void incrementNewFailureCount()
incrementExistingFailureCount
void incrementExistingFailureCount()
incrementFixedCount
void incrementFixedCount()
setSuccessfulTestCaseCount
void setSuccessfulTestCaseCount(int successfulTestCaseCount)
setFailedTestCaseCount
void setFailedTestCaseCount(int failedTestCaseCount)
setTotalTestCaseCount
void setTotalTestCaseCount(int totalTestCaseCount)
setNewFailedTestCaseCount
void setNewFailedTestCaseCount(int brokenTestCaseCount)
setExistingFailedTestCount
void setExistingFailedTestCount(int existingFailedTestCount)
setFixedTestCaseCount
void setFixedTestCaseCount(int fixedTestCaseCount)
setTotalTestDuration
void setTotalTestDuration(long totalTestDuration)
addCountsFrom
void addCountsFrom(@NotNull
TestResultsSummary testResultsSummary)
- Merges the given
TestResultsSummary
with the current TestResultsSummary
- Parameters:
testResultsSummary
- to merge from
Copyright © 2010 Atlassian. All Rights Reserved.