@Transactional public interface CustomTestSuiteModificationService extends TestSuiteFinder
| Modifier and Type | Method and Description |
|---|---|
org.squashtest.tm.domain.execution.Execution |
addExecution(long testPlanItemId) |
org.squashtest.tm.domain.campaign.TestPlanStatistics |
findTestSuiteStatistics(long suiteId)
That method will retrieve the data and fill the testSuiteStatistics DTO.
|
void |
rename(long suiteId,
String newName)
That method will update the name of the suite with newName, identified by suiteId.
|
findAllMilestones, findByIdvoid rename(long suiteId,
String newName)
throws org.squashtest.tm.exception.DuplicateNameException
DuplicateNameException
if the suite could not rename itself due to name already used by another suite from the same owning Iteration (as as spec of TestSuite).suiteId - newName - org.squashtest.tm.exception.DuplicateNameExceptionorg.squashtest.tm.domain.campaign.TestPlanStatistics findTestSuiteStatistics(long suiteId)
That method will retrieve the data and fill the testSuiteStatistics DTO.
suiteId - org.squashtest.tm.domain.execution.Execution addExecution(long testPlanItemId)
Copyright © 2010–2017 Henix, henix.fr. All rights reserved.