|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TestCaseResultStatisticsProvider | |
|---|---|
| com.atlassian.bamboo.charts | |
| com.atlassian.bamboo.resultsummary.tests | |
| Uses of TestCaseResultStatisticsProvider in com.atlassian.bamboo.charts |
|---|
| Constructor parameters in com.atlassian.bamboo.charts with type arguments of type TestCaseResultStatisticsProvider | |
|---|---|
TestCaseBuildTimesChart(int height,
int width,
java.lang.String chartTitle,
java.lang.String xAxisLabel,
java.lang.String yAxisLabel,
TestCase testCase,
java.util.List<TestCaseResultStatisticsProvider> results)
|
|
| Uses of TestCaseResultStatisticsProvider in com.atlassian.bamboo.resultsummary.tests |
|---|
| Classes in com.atlassian.bamboo.resultsummary.tests that implement TestCaseResultStatisticsProvider | |
|---|---|
class |
TestCaseResultStatisticsProviderImpl
|
| Methods in com.atlassian.bamboo.resultsummary.tests that return types with arguments of type TestCaseResultStatisticsProvider | |
|---|---|
java.util.List<TestCaseResultStatisticsProvider> |
TestsManager.getResultStatistics(TestCase testCase)
Returns a list of wrapped TestCaseResult and BuildResultSummary for a particular test case, for use by e.g. |
java.util.List<TestCaseResultStatisticsProvider> |
TestsManagerImpl.getResultStatistics(TestCase testCase)
|
java.util.List<TestCaseResultStatisticsProvider> |
TestsManager.getResultStatistics(TestCase testCase,
java.util.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. |
java.util.List<TestCaseResultStatisticsProvider> |
TestsManagerImpl.getResultStatistics(TestCase testCase,
java.util.List<BuildResultsSummary> buildResults)
|
java.util.List<TestCaseResultStatisticsProvider> |
TestCaseResultHibernateDao.getResultStatisticsForTestCase(TestCase testCase)
|
java.util.List<TestCaseResultStatisticsProvider> |
TestCaseResultDao.getResultStatisticsForTestCase(TestCase testCase)
Returns a list of wrapped TestCaseResult and BuildResultSummary for a particular test case, for use by e.g. |
java.util.List<TestCaseResultStatisticsProvider> |
TestCaseResultHibernateDao.getResultStatisticsForTestCaseAndBuilds(TestCase testCase,
java.util.List<BuildResultsSummary> buildResults)
|
java.util.List<TestCaseResultStatisticsProvider> |
TestCaseResultDao.getResultStatisticsForTestCaseAndBuilds(TestCase testCase,
java.util.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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||