org.squashtest.tm.service.campaign
Interface CustomCampaignModificationService
- All Known Subinterfaces:
- CampaignModificationService
- All Known Implementing Classes:
- CustomCampaignModificationServiceImpl
@Transactional
public interface CustomCampaignModificationService
rename
void rename(long campaignId,
String newName)
findIterationsByCampaignId
List<org.squashtest.tm.domain.campaign.Iteration> findIterationsByCampaignId(long campaignId)
findCampaignStatistics
org.squashtest.tm.domain.campaign.TestPlanStatistics findCampaignStatistics(long campaignId)
- Parameters:
campaignId - the id of the concerned campaign
- Returns:
- the computed
TestPlanStatistics out of each test-plan-item of each campaign's iteration
gatherCampaignStatisticsBundle
CampaignStatisticsBundle gatherCampaignStatisticsBundle(long campaignId)
Copyright © 2010-2013 Henix, henix.fr. All Rights Reserved.