|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
@Transactional public interface CustomTestSuiteModificationService
Test-Suite modification services which cannot be dynamically generated.
| Method Summary | |
|---|---|
org.squashtest.tm.domain.execution.Execution |
addAutomatedExecution(long testPlanItemId)
|
org.squashtest.tm.domain.execution.Execution |
addExecution(long testPlanItemId)
|
org.squashtest.tm.domain.testautomation.AutomatedSuite |
createAndStartAutomatedSuite(long id)
Create an automated execution for every automated item test plan in the given test-suite, group them in an automated suite and tells the connector to process them. |
org.squashtest.tm.domain.testautomation.AutomatedSuite |
createAndStartAutomatedSuite(long testSuiteId,
List<Long> ids)
Create an automated execution for each of the test plan in arguments, group them in an automated suite and tells the connectors to process them . |
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. |
| Methods inherited from interface org.squashtest.tm.service.campaign.TestSuiteFinder |
|---|
findById |
| Method Detail |
|---|
void 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)
org.squashtest.tm.domain.execution.Execution addAutomatedExecution(long testPlanItemId)
org.squashtest.tm.domain.testautomation.AutomatedSuite createAndStartAutomatedSuite(long id)
AutomatedSuite
org.squashtest.tm.domain.testautomation.AutomatedSuite createAndStartAutomatedSuite(long testSuiteId,
List<Long> ids)
testSuiteId - the id of the testSuite that holds them all, and against which will be tested the user credentialstestPlanIds -
AutomatedSuite
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||