@NotNull List<TestCaseResultStatisticsProvider> |
TestsManager.getResultStatistics(@NotNull TestCase testCase) |
Returns a list of wrapped TestCaseResult and BuildResultSummary for a particular test case, for use by e.g.
|
@NotNull List<TestCaseResultStatisticsProvider> |
TestsManager.getResultStatistics(@NotNull TestCase testCase,
@NotNull List<BuildResultsSummary> buildResults) |
Returns a list of wrapped TestCaseResult and BuildResultSummary for a particular test case and contained within a specific
span of build result summaries.
|
@NotNull List<TestCaseResultStatisticsProvider> |
TestsManagerImpl.getResultStatistics(@NotNull TestCase testCase) |
|
@NotNull List<TestCaseResultStatisticsProvider> |
TestsManagerImpl.getResultStatistics(@NotNull TestCase testCase,
@NotNull List<BuildResultsSummary> buildResults) |
|
@NotNull List<TestCaseResultStatisticsProvider> |
TestCaseResultDao.getResultStatisticsForTestCase(@NotNull TestCase testCase) |
Returns a list of wrapped TestCaseResult and BuildResultSummary for a particular test case, for use by e.g.
|
@NotNull List<TestCaseResultStatisticsProvider> |
TestCaseResultHibernateDao.getResultStatisticsForTestCase(@NotNull TestCase testCase) |
|
@NotNull List<TestCaseResultStatisticsProvider> |
TestCaseResultDao.getResultStatisticsForTestCaseAndBuilds(@NotNull TestCase testCase,
@NotNull List<BuildResultsSummary> buildResults) |
Returns a list of wrapped TestCaseResult and BuildResultSummary for a particular test case and contained within a specific
span of build result summaries.
|
@NotNull List<TestCaseResultStatisticsProvider> |
TestCaseResultHibernateDao.getResultStatisticsForTestCaseAndBuilds(@NotNull TestCase testCase,
@NotNull List<BuildResultsSummary> buildResults) |
|