@NotNull List<TestCaseResult> |
FilteredTestResults.getAllFailedTestList() |
|
@NotNull List<TestCaseResult> |
FilteredTestResultsAbstract.getAllFailedTestList() |
|
@NotNull com.google.common.collect.Multimap<T,TestCaseResult> |
FilteredTestResults.getAllFailedTests() |
Returns Multimap of all TestCaseResult that have failed in this build.
|
@NotNull com.google.common.collect.Multimap<TestClassResult,TestCaseResult> |
FilteredTestResultsAbstract.getAllFailedTests() |
|
protected abstract @NotNull List<TestCaseResult> |
FilteredTestResultsAbstract.getBrokenTestList() |
|
protected @NotNull List<TestCaseResult> |
FilteredTestResultsImpl.getBrokenTestList() |
|
protected @NotNull List<TestCaseResult> |
FilteredTestResultsPaginableImpl.getBrokenTestList() |
|
@NotNull com.google.common.collect.Multimap<T,TestCaseResult> |
FilteredTestResults.getExistingFailedTests() |
Returns Multimap of TestCaseResult that were failing in the previous build
and are still failing.
|
@NotNull com.google.common.collect.Multimap<TestClassResult,TestCaseResult> |
FilteredTestResultsAbstract.getExistingFailedTests() |
|
protected abstract @NotNull List<TestCaseResult> |
FilteredTestResultsAbstract.getFailingTestList() |
|
protected @NotNull List<TestCaseResult> |
FilteredTestResultsImpl.getFailingTestList() |
|
protected @NotNull List<TestCaseResult> |
FilteredTestResultsPaginableImpl.getFailingTestList() |
|
protected abstract @NotNull List<TestCaseResult> |
FilteredTestResultsAbstract.getFixedTestList() |
|
protected @NotNull List<TestCaseResult> |
FilteredTestResultsImpl.getFixedTestList() |
|
protected @NotNull List<TestCaseResult> |
FilteredTestResultsPaginableImpl.getFixedTestList() |
|
@NotNull com.google.common.collect.Multimap<T,TestCaseResult> |
FilteredTestResults.getFixedTests() |
Returns Multimap of TestCaseResult that have been fixed in this build.
|
@NotNull com.google.common.collect.Multimap<TestClassResult,TestCaseResult> |
FilteredTestResultsAbstract.getFixedTests() |
|
@NotNull List<Pair<TestCaseResult,Integer>> |
TestsManager.getLastNFailingResults(@NotNull TestCase testCase,
int number) |
Retrieve the last n failing testResults for this given test case, latest first.
|
@NotNull List<Pair<TestCaseResult,Integer>> |
TestsManager.getLastNFailingResults(@NotNull TestCase testCase,
@NotNull List<BuildResultsSummary> buildResults,
int number) |
Retrieve the last n failing testResults for this given test case, but only those that occurred within the provided
build results.
|
@NotNull List<Pair<TestCaseResult,Integer>> |
TestsManagerImpl.getLastNFailingResults(@NotNull TestCase testCase,
int number) |
|
@NotNull List<Pair<TestCaseResult,Integer>> |
TestsManagerImpl.getLastNFailingResults(@NotNull TestCase testCase,
@NotNull List<BuildResultsSummary> buildResults,
int number) |
|
@NotNull List<Pair<TestCaseResult,Integer>> |
TestCaseResultDao.getLastNFailingResultsForTestCase(@NotNull TestCase testCase,
int number) |
Retrieve the last n failing testResults for this given test case, latest first.
|
@NotNull List<Pair<TestCaseResult,Integer>> |
TestCaseResultHibernateDao.getLastNFailingResultsForTestCase(@NotNull TestCase testCase,
int number) |
|
@NotNull List<Pair<TestCaseResult,Integer>> |
TestCaseResultDao.getLastNFailingResultsForTestCaseAndBuildResults(@NotNull TestCase testCase,
@NotNull List<BuildResultsSummary> buildResults,
int number) |
Retrieve the last n failing testResults for this given test case, but only those that occurred within the provided
build results.
|
@NotNull List<Pair<TestCaseResult,Integer>> |
TestCaseResultHibernateDao.getLastNFailingResultsForTestCaseAndBuildResults(@NotNull TestCase testCase,
@NotNull List<BuildResultsSummary> buildResults,
int number) |
|
@NotNull com.google.common.collect.Multimap<T,TestCaseResult> |
FilteredTestResults.getNewFailedTests() |
Returns Multimap of TestCaseResult that have failed, but were not failing in the last build.
|
@NotNull com.google.common.collect.Multimap<TestClassResult,TestCaseResult> |
FilteredTestResultsAbstract.getNewFailedTests() |
|
@NotNull List<TestCaseResult> |
TestCaseResultDao.getQuarantinedTestCasesForBuildResult(@NotNull BuildResultsSummary buildResultsSummary) |
Provide a list of the quarantined tests for a build result
|
@NotNull List<TestCaseResult> |
TestCaseResultHibernateDao.getQuarantinedTestCasesForBuildResult(@NotNull BuildResultsSummary buildResultsSummary) |
|
@NotNull List<TestCaseResult> |
TestCaseResultDao.getQuarantinedTestCasesForChainResult(@NotNull ChainResultsSummary chainResultsSummary) |
Provide a list of the quarantined tests for a chain result
|
@NotNull List<TestCaseResult> |
TestCaseResultHibernateDao.getQuarantinedTestCasesForChainResult(@NotNull ChainResultsSummary chainResultsSummary) |
|
@NotNull com.google.common.collect.Multimap<T,TestCaseResult> |
FilteredTestResults.getQuarantinedTests() |
Returns Multimap of TestCaseResult that were Quarantined in this build, whether failed,
successful or skipped.
|
@NotNull com.google.common.collect.Multimap<TestClassResult,TestCaseResult> |
FilteredTestResultsAbstract.getQuarantinedTests() |
|
@NotNull List<TestCaseResult> |
TestQuarantineManager.getQuarantinedTestsListForBuildResult(@NotNull BuildResultsSummary buildResultsSummary) |
|
@NotNull List<TestCaseResult> |
TestQuarantineManagerImpl.getQuarantinedTestsListForBuildResult(@NotNull BuildResultsSummary buildResultsSummary) |
|
@Nullable List<TestCaseResult> |
TestQuarantineManager.getQuarantinedTestsListForChainResult(@NotNull ChainResultsSummary chainResultsSummary) |
Get a list of TestCase of all the tests quarantined for a given chain result
|
@Nullable List<TestCaseResult> |
TestQuarantineManagerImpl.getQuarantinedTestsListForChainResult(@NotNull ChainResultsSummary chainResultsSummary) |
|
@NotNull List<TestCaseResult> |
FilteredTestResults.getSkippedTestList() |
|
@NotNull List<TestCaseResult> |
FilteredTestResultsAbstract.getSkippedTestList() |
|
@NotNull com.google.common.collect.Multimap<T,TestCaseResult> |
FilteredTestResults.getSkippedTests() |
|
@NotNull com.google.common.collect.Multimap<TestClassResult,TestCaseResult> |
FilteredTestResultsAbstract.getSkippedTests() |
|
@NotNull List<TestCaseResult> |
TestCaseResultDao.getTestCaseResults(TestCase testCase,
long buildNumber) |
Find a specific run of a testCase
|
@NotNull List<TestCaseResult> |
TestCaseResultHibernateDao.getTestCaseResults(TestCase testCase,
long buildNumber) |
|
@NotNull List<TestCaseResult> |
TestClassResult.getTestCaseResults() |
Deprecated.
|
@NotNull List<TestCaseResult> |
TestClassResultImpl.getTestCaseResults() |
|
@NotNull List<TestCaseResult> |
TestsManager.getTestCaseResults(TestCase testCase,
long buildNumber) |
Find a specific run of a testCase
|
@NotNull List<TestCaseResult> |
TestsManagerImpl.getTestCaseResults(TestCase testCase,
long buildNumber) |
|
@NotNull List<TestCaseResult> |
TestCaseResultDao.getTestCaseResultsForTestCase(@NotNull TestCase testCase) |
Return a list of TestCaseResults for a given TestCase
|
@NotNull List<TestCaseResult> |
TestCaseResultHibernateDao.getTestCaseResultsForTestCase(@NotNull TestCase testCase) |
|
@NotNull List<TestCaseResult> |
TestCaseResultDao.getTestCaseResultsForTestCaseAndBuilds(@NotNull TestCase testCase,
@NotNull List<BuildResultsSummary> buildResults) |
Return a list of TestCaseResults for a given TestCase constrained to a specific set of Build Result Summaries
|
@NotNull List<TestCaseResult> |
TestCaseResultHibernateDao.getTestCaseResultsForTestCaseAndBuilds(@NotNull TestCase testCase,
@NotNull List<BuildResultsSummary> buildResults) |
|
@NotNull Set<TestCaseResult> |
TestClassResult.getTestCaseResultsSet() |
Retrieve the TestCaseResults contained within this TestClassResult
|
@NotNull Set<TestCaseResult> |
TestClassResultImpl.getTestCaseResultsSet() |
|
@NotNull com.google.common.collect.TreeMultimap<TestClassResult,TestCaseResult> |
TestsManager.getTestOrderedMap(@NotNull List<TestCaseResult> tests) |
Generate a ListOrderedMap of TestClassResult to list of TestCaseResult based on a given list of TestCaseResults.
|
@NotNull com.google.common.collect.TreeMultimap<TestClassResult,TestCaseResult> |
TestsManagerImpl.getTestOrderedMap(@NotNull List<TestCaseResult> tests) |
|
@NotNull List<TestCaseResult> |
TestCaseResultDao.getTestsForBuildResultByDeltaState(ResultsSummary summary,
TestDeltaState deltaState,
int firstResult,
int maxCount) |
Retrieves a list of testCaseResults for a BuildResultSummary based on their delta state (e.g BROKEN, FIXED)
|
@NotNull List<TestCaseResult> |
TestCaseResultHibernateDao.getTestsForBuildResultByDeltaState(ResultsSummary summary,
TestDeltaState deltaState,
int firstResult,
int unvalidatedMaxCount) |
|
@NotNull List<TestCaseResult> |
TestsManager.getTestsForBuildResultByDeltaState(BuildResultsSummary summary,
TestDeltaState deltaState,
int firstResult,
int maxCount) |
Retrieves a list of testCaseResults for a BuildResultSummary based on their delta state (e.g BROKEN, FIXED)
|
@NotNull List<TestCaseResult> |
TestsManagerImpl.getTestsForBuildResultByDeltaState(BuildResultsSummary summary,
TestDeltaState deltaState,
int firstResult,
int maxCount) |
|
@NotNull List<TestCaseResult> |
TestCaseResultDao.getTestsForBuildResultByState(ResultsSummary summary,
TestState state,
int firstResult,
int maxCount) |
Retrieves a list of testCaseResults for a BuildResultSummary based on their state (e.f FAILED or SUCCESS).
|
@NotNull List<TestCaseResult> |
TestCaseResultHibernateDao.getTestsForBuildResultByState(ResultsSummary summary,
TestState state,
int firstResult,
int unvalidatedMaxCount) |
|
@NotNull List<TestCaseResult> |
TestsManager.getTestsForBuildResultByState(BuildResultsSummary summary,
TestState state) |
Retrieves a list of testCaseResults for a BuildResultSummary based on their state (e.f FAILED or SUCCESS)
|
@NotNull List<TestCaseResult> |
TestsManager.getTestsForBuildResultByState(BuildResultsSummary summary,
TestState state,
int firstResult,
int maxCount) |
Retrieves a list of testCaseResults for a BuildResultSummary based on their state (e.f FAILED or SUCCESS).
|
@NotNull List<TestCaseResult> |
TestsManagerImpl.getTestsForBuildResultByState(BuildResultsSummary summary,
TestState state) |
|
@NotNull List<TestCaseResult> |
TestsManagerImpl.getTestsForBuildResultByState(BuildResultsSummary summary,
TestState state,
int firstResult,
int maxCount) |
|
@NotNull List<TestCaseResult> |
TestCaseResultDao.getTestsForBuildResultSummary(BuildResultsSummary summary) |
Retrieves a list of all testCaseResults for a BuildResultSummary
|
@NotNull List<TestCaseResult> |
TestCaseResultHibernateDao.getTestsForBuildResultSummary(BuildResultsSummary summary) |
|
List<TestCaseResult> |
TestsManager.getTestsForChainResultByDeltaState(ChainResultsSummary summary,
TestDeltaState deltaState,
int firstResult,
int maxCount) |
Retrieves a list of testCaseResults for a ChainResultSummary based on their delta state (e.g BROKEN, FIXED)
|
List<TestCaseResult> |
TestsManagerImpl.getTestsForChainResultByDeltaState(ChainResultsSummary summary,
TestDeltaState deltaState,
int firstResult,
int maxCount) |
|
@NotNull List<TestCaseResult> |
TestCaseResultDao.getTestsForChainResultByDeltaStates(ChainResultsSummary summary,
TestDeltaState[] deltaStates,
int firstResult,
int maxCount) |
Retrieves a list of testCaseResults for a ChainResultSummary based on their delta state (e.g BROKEN, FIXED)
|
@NotNull List<TestCaseResult> |
TestCaseResultHibernateDao.getTestsForChainResultByDeltaStates(ChainResultsSummary summary,
TestDeltaState[] deltaStates,
int firstResult,
int unvalidatedMaxCount) |
|
@NotNull List<TestCaseResult> |
TestsManager.getTestsForChainResultByDeltaStates(@NotNull ChainResultsSummary summary,
@NotNull TestDeltaState[] deltaStates,
int firstResult,
int maxCount) |
Retrieves a list of testCaseResults for a ChainResultSummary based on their delta state (e.g BROKEN, FIXED)
|
@NotNull List<TestCaseResult> |
TestsManagerImpl.getTestsForChainResultByDeltaStates(@NotNull ChainResultsSummary summary,
@NotNull TestDeltaState[] deltaStates,
int firstResult,
int maxCount) |
|
@NotNull List<TestCaseResult> |
TestCaseResultDao.getTestsForChainResultByState(@NotNull ChainResultsSummary summary,
@NotNull TestState testState,
int firstResult,
int maxCount) |
Retrieves a list of testCaseResults for a ChainResultSummary based on their TestState
|
@NotNull List<TestCaseResult> |
TestCaseResultHibernateDao.getTestsForChainResultByState(@NotNull ChainResultsSummary summary,
@NotNull TestState testState,
int firstResult,
int unvalidatedMaxCount) |
|
@NotNull List<TestCaseResult> |
TestsManager.getTestsForChainResultByState(@NotNull ChainResultsSummary summary,
@NotNull TestState testState,
int firstResult,
int maxCount) |
Retrieves a list of testCaseResults for a ChainResultSummary based on their TestState
|
@NotNull List<TestCaseResult> |
TestsManagerImpl.getTestsForChainResultByState(@NotNull ChainResultsSummary summary,
@NotNull TestState testState,
int firstResult,
int maxCount) |
|