org.squashtest.tm.service.campaign
Interface TestSuiteModificationService

All Superinterfaces:
CustomTestSuiteModificationService, TestSuiteFinder

@Transactional
public interface TestSuiteModificationService
extends CustomTestSuiteModificationService


Method Summary
 void changeDescription(long id, String newDescription)
           
 
Methods inherited from interface org.squashtest.tm.service.campaign.CustomTestSuiteModificationService
addAutomatedExecution, addExecution, createAndStartAutomatedSuite, createAndStartAutomatedSuite, findTestSuiteStatistics, rename
 
Methods inherited from interface org.squashtest.tm.service.campaign.TestSuiteFinder
findById
 

Method Detail

changeDescription

@PreAuthorize(value="hasPermission(#arg0, \'org.squashtest.tm.domain.campaign.TestSuite\', \'WRITE\') or hasRole(\'ROLE_ADMIN\')")
void changeDescription(long id,
                                    String newDescription)


Copyright © 2010-2013 Henix, henix.fr. All Rights Reserved.