| Modifier and Type | Method and Description |
|---|---|
CampaignTestCaseStatusStatistics |
CampaignStatisticsService.gatherCampaignTestCaseStatusStatistics(long campaignId)
Given a campaign id, gathers and returns the number of test cases grouped by execution status.
|
CampaignTestCaseStatusStatistics |
CampaignStatisticsService.gatherCampaignTestCaseStatusStatisticsByMilestone(long milestoneId)
Given a milestone id (and so find some campaign id), gathers and returns the number of test cases grouped by
execution status.
|
CampaignTestCaseStatusStatistics |
IterationStatisticsService.gatherIterationTestCaseStatusStatistics(long iterationId)
Given a iteration id, gathers and returns the number of non-executed test cases grouped by weight.
|
| Modifier and Type | Method and Description |
|---|---|
CampaignTestCaseStatusStatistics |
CampaignStatisticsServiceImpl.gatherCampaignTestCaseStatusStatistics(long campaignId) |
CampaignTestCaseStatusStatistics |
CampaignStatisticsServiceImpl.gatherCampaignTestCaseStatusStatisticsByMilestone(long milestoneId) |
CampaignTestCaseStatusStatistics |
IterationStatisticsServiceImpl.gatherIterationTestCaseStatusStatistics(long iterationId) |
| Modifier and Type | Method and Description |
|---|---|
CampaignTestCaseStatusStatistics |
CampaignStatisticsBundle.getCampaignTestCaseStatusStatistics() |
| Modifier and Type | Method and Description |
|---|---|
void |
CampaignStatisticsBundle.setCampaignTestCaseStatusStatistics(CampaignTestCaseStatusStatistics campaignTestCaseStatusStatistics) |
| Modifier and Type | Method and Description |
|---|---|
CampaignTestCaseStatusStatistics |
IterationStatisticsBundle.getIterationTestCaseStatusStatistics() |
| Modifier and Type | Method and Description |
|---|---|
void |
IterationStatisticsBundle.setIterationTestCaseStatusStatistics(CampaignTestCaseStatusStatistics iterationTestCaseStatusStatistics) |
Copyright © 2010-2015 Henix, henix.fr. All Rights Reserved.