public interface CampaignStatisticsService
| Modifier and Type | Method and Description |
|---|---|
CampaignNonExecutedTestCaseImportanceStatistics |
gatherCampaignNonExecutedTestCaseImportanceStatistics(long campaignId)
Given a campaign id, gathers and returns the number of non-executed test cases grouped by weight.
|
CampaignNonExecutedTestCaseImportanceStatistics |
gatherCampaignNonExecutedTestCaseImportanceStatisticsByMilestone(long milestoneId)
Given a campaign id, gathers and returns the number of non-executed test cases grouped by weight.
|
CampaignProgressionStatistics |
gatherCampaignProgressionStatistics(long campaignId)
Given a campaignId, gathers and return the theoterical and actual cumulative test count by iterations.
|
CampaignStatisticsBundle |
gatherCampaignStatisticsBundle(long campaignId)
Given a campaign id, gathers all of the above in one package.
|
CampaignStatisticsBundle |
gatherCampaignStatisticsBundleByMilestone(long milestoneId)
Given a campaign id, gathers all of the above in one package for a milestone.
|
CampaignTestCaseStatusStatistics |
gatherCampaignTestCaseStatusStatistics(long campaignId)
Given a campaign id, gathers and returns the number of test cases grouped by execution status.
|
CampaignTestCaseStatusStatistics |
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.
|
CampaignTestCaseSuccessRateStatistics |
gatherCampaignTestCaseSuccessRateStatistics(long campaignId)
Given a campaign id, gathers and returns the number of passed and failed test cases grouped by weight.
|
CampaignTestCaseSuccessRateStatistics |
gatherCampaignTestCaseSuccessRateStatisticsByMilestone(long milestoneId)
Given a milestoneId (and so campaign id), gathers and returns the number of passed and failed test cases grouped
by weight.
|
List<IterationTestInventoryStatistics> |
gatherIterationTestInventoryStatistics(long campaignId)
Given a campaign id, gathers and returns how many tests and at which status are planned in this campaign.
|
List<IterationTestInventoryStatistics> |
gatherIterationTestInventoryStatisticsByMilestone(long milestoneId)
Given a milestone id (and so campaign ids), gathers and returns how many tests and at which status are planned in
this campaign.
|
List<IterationTestInventoryStatistics> gatherIterationTestInventoryStatistics(long campaignId)
campaignId - List<IterationTestInventoryStatistics> gatherIterationTestInventoryStatisticsByMilestone(long milestoneId)
milestoneId - CampaignProgressionStatistics gatherCampaignProgressionStatistics(long campaignId)
Given a campaignId, gathers and return the theoterical and actual cumulative test count by iterations. The theoterical cumulative test count by iterations means how many tests should have been executed per day on the basis of the scheduled start and end of an iteration. The actual cumulative test count means how many tests have been executed so far, each days, during the same period.
This assumes that the scheduled start and end dates of each iterations are square : they must all be defined, and must not overlap. In case of errors appropriate messages will be filled instead and data won't be returned.
campaignId - CampaignStatisticsBundle gatherCampaignStatisticsBundle(long campaignId)
campaignId - CampaignStatisticsBundle gatherCampaignStatisticsBundleByMilestone(long milestoneId)
milestoneId - CampaignTestCaseStatusStatistics gatherCampaignTestCaseStatusStatistics(long campaignId)
campaignId - CampaignTestCaseStatusStatistics gatherCampaignTestCaseStatusStatisticsByMilestone(long milestoneId)
milestoneId - CampaignNonExecutedTestCaseImportanceStatistics gatherCampaignNonExecutedTestCaseImportanceStatistics(long campaignId)
campaignId - CampaignNonExecutedTestCaseImportanceStatistics gatherCampaignNonExecutedTestCaseImportanceStatisticsByMilestone(long milestoneId)
campaignId - CampaignTestCaseSuccessRateStatistics gatherCampaignTestCaseSuccessRateStatistics(long campaignId)
campaignId - CampaignTestCaseSuccessRateStatistics gatherCampaignTestCaseSuccessRateStatisticsByMilestone(long milestoneId)
campaignId - Copyright © 2010-2015 Henix, henix.fr. All Rights Reserved.