com.atlassian.bamboo.resultsummary.tests
Class FilteredTestResultsImpl
java.lang.Object
com.atlassian.bamboo.resultsummary.tests.FilteredTestResultsAbstract
com.atlassian.bamboo.resultsummary.tests.FilteredTestResultsImpl
- All Implemented Interfaces:
- FilteredTestResults<TestClassResult>
public class FilteredTestResultsImpl
- extends FilteredTestResultsAbstract
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FilteredTestResultsImpl
public FilteredTestResultsImpl(BuildResultsSummary resultsSummary)
getBrokenTestList
@NotNull
protected List<TestCaseResult> getBrokenTestList()
- Specified by:
getBrokenTestList
in class FilteredTestResultsAbstract
getFailingTestList
@NotNull
protected List<TestCaseResult> getFailingTestList()
- Specified by:
getFailingTestList
in class FilteredTestResultsAbstract
getFixedTestList
@NotNull
protected List<TestCaseResult> getFixedTestList()
- Specified by:
getFixedTestList
in class FilteredTestResultsAbstract
Copyright © 2015 Atlassian Software Systems Pty Ltd. All rights reserved.