public class FilteredTestResultsPaginableImpl extends FilteredTestResultsAbstract
resultsSummary
Constructor and Description |
---|
FilteredTestResultsPaginableImpl(BuildResultsSummary buildResultsSummary,
int pageNumber,
int pageSize) |
Modifier and Type | Method and Description |
---|---|
protected List<TestCaseResult> |
getBrokenTestList() |
protected List<TestCaseResult> |
getFailingTestList() |
protected List<TestCaseResult> |
getFixedTestList() |
getAllFailedTestList, getAllFailedTests, getExistingFailedTests, getFixedTests, getNewFailedTests, getQuarantinedTests, getSkippedTestList, getSkippedTests, getTestQuarantineManager, getTestsManager
public FilteredTestResultsPaginableImpl(BuildResultsSummary buildResultsSummary, int pageNumber, int pageSize)
@NotNull protected List<TestCaseResult> getBrokenTestList()
getBrokenTestList
in class FilteredTestResultsAbstract
@NotNull protected List<TestCaseResult> getFailingTestList()
getFailingTestList
in class FilteredTestResultsAbstract
@NotNull protected List<TestCaseResult> getFixedTestList()
getFixedTestList
in class FilteredTestResultsAbstract
Copyright © 2020 Atlassian Software Systems Pty Ltd. All rights reserved.