Package | Description |
---|---|
com.atlassian.bamboo.charts | |
com.atlassian.bamboo.resultsummary.tests |
Constructor and Description |
---|
TestCaseBuildTimesChart(int height,
int width,
String chartTitle,
String xAxisLabel,
String yAxisLabel,
TestCase testCase,
List<TestCaseResultStatisticsProvider> results) |
Modifier and Type | Class and Description |
---|---|
class |
TestCaseResultStatisticsProviderImpl |
Modifier and Type | Method and Description |
---|---|
List<TestCaseResultStatisticsProvider> |
TestsManagerImpl.getResultStatistics(TestCase testCase) |
List<TestCaseResultStatisticsProvider> |
TestsManager.getResultStatistics(TestCase testCase)
Returns a list of wrapped TestCaseResult and BuildResultSummary for a particular test case, for use by e.g.
|
List<TestCaseResultStatisticsProvider> |
TestsManagerImpl.getResultStatistics(TestCase testCase,
List<BuildResultsSummary> buildResults) |
List<TestCaseResultStatisticsProvider> |
TestsManager.getResultStatistics(TestCase testCase,
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.
|
List<TestCaseResultStatisticsProvider> |
TestCaseResultHibernateDao.getResultStatisticsForTestCase(TestCase testCase) |
List<TestCaseResultStatisticsProvider> |
TestCaseResultDao.getResultStatisticsForTestCase(TestCase testCase)
Returns a list of wrapped TestCaseResult and BuildResultSummary for a particular test case, for use by e.g.
|
List<TestCaseResultStatisticsProvider> |
TestCaseResultHibernateDao.getResultStatisticsForTestCaseAndBuilds(TestCase testCase,
List<BuildResultsSummary> buildResults) |
List<TestCaseResultStatisticsProvider> |
TestCaseResultDao.getResultStatisticsForTestCaseAndBuilds(TestCase testCase,
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.
|
Copyright © 2017 Atlassian Software Systems Pty Ltd. All rights reserved.