Uses of Interface
com.atlassian.bamboo.resultsummary.tests.TestCaseResultStatisticsProvider
-
Uses of TestCaseResultStatisticsProvider in com.atlassian.bamboo.charts
ModifierConstructorDescriptionTestCaseBuildTimesChart
(int height, int width, String chartTitle, String xAxisLabel, String yAxisLabel, TestCase testCase, List<TestCaseResultStatisticsProvider> results) -
Uses of TestCaseResultStatisticsProvider in com.atlassian.bamboo.resultsummary.tests
Modifier and TypeMethodDescription@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)