org.squashtest.tm.service.internal.campaign
Interface IterationTestPlanManager

All Known Implementing Classes:
CustomIterationModificationServiceImpl

@Service
public interface IterationTestPlanManager

Author:
Gregory Fouquet

Method Summary
 org.squashtest.tm.domain.execution.Execution addAutomatedExecution(org.squashtest.tm.domain.campaign.IterationTestPlanItem item)
           
 org.squashtest.tm.domain.execution.Execution addExecution(org.squashtest.tm.domain.campaign.IterationTestPlanItem item)
           
 void addTestSuite(org.squashtest.tm.domain.campaign.Iteration iteration, org.squashtest.tm.domain.campaign.TestSuite suite)
           
 org.squashtest.tm.domain.testautomation.AutomatedSuite createAndStartAutomatedSuite(List<org.squashtest.tm.domain.campaign.IterationTestPlanItem> testPlanItems)
           
 org.squashtest.tm.domain.testautomation.AutomatedSuite createAndStartAutomatedSuiteByITPIsIds(Collection<Long> testPlanIds)
           
 

Method Detail

addExecution

org.squashtest.tm.domain.execution.Execution addExecution(org.squashtest.tm.domain.campaign.IterationTestPlanItem item)
                                                          throws org.squashtest.tm.exception.execution.TestPlanItemNotExecutableException
Throws:
org.squashtest.tm.exception.execution.TestPlanItemNotExecutableException

addTestSuite

void addTestSuite(org.squashtest.tm.domain.campaign.Iteration iteration,
                  org.squashtest.tm.domain.campaign.TestSuite suite)

addAutomatedExecution

org.squashtest.tm.domain.execution.Execution addAutomatedExecution(org.squashtest.tm.domain.campaign.IterationTestPlanItem item)
                                                                   throws org.squashtest.tm.exception.execution.TestPlanItemNotExecutableException
Throws:
org.squashtest.tm.exception.execution.TestPlanItemNotExecutableException

createAndStartAutomatedSuite

org.squashtest.tm.domain.testautomation.AutomatedSuite createAndStartAutomatedSuite(List<org.squashtest.tm.domain.campaign.IterationTestPlanItem> testPlanItems)

createAndStartAutomatedSuiteByITPIsIds

org.squashtest.tm.domain.testautomation.AutomatedSuite createAndStartAutomatedSuiteByITPIsIds(Collection<Long> testPlanIds)


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