Uses of Interface
com.atlassian.bamboo.resultsummary.tests.TestCaseResultStatisticsProvider
Packages that use TestCaseResultStatisticsProvider
-
Uses of TestCaseResultStatisticsProvider in com.atlassian.bamboo.charts
Constructor parameters in com.atlassian.bamboo.charts with type arguments of type TestCaseResultStatisticsProviderModifierConstructorDescriptionTestCaseBuildTimesChart(int height, int width, String chartTitle, String xAxisLabel, String yAxisLabel, TestCase testCase, List<TestCaseResultStatisticsProvider> results) -
Uses of TestCaseResultStatisticsProvider in com.atlassian.bamboo.resultsummary.tests
Classes in com.atlassian.bamboo.resultsummary.tests that implement TestCaseResultStatisticsProviderMethods in com.atlassian.bamboo.resultsummary.tests that return types with arguments of type TestCaseResultStatisticsProviderModifier 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)