Uses of Class
org.squashtest.csp.tm.domain.testautomation.AutomatedSuite

Packages that use AutomatedSuite
org.squashtest.csp.tm.domain.execution   
org.squashtest.csp.tm.domain.testautomation This package contains all the relevant concepts around test automation. 
org.squashtest.csp.tm.internal.repository   
org.squashtest.csp.tm.internal.repository.hibernate This file contains Hibernate named queries used by DAOs. 
org.squashtest.csp.tm.internal.service   
org.squashtest.csp.tm.internal.testautomation.service   
org.squashtest.csp.tm.service   
 

Uses of AutomatedSuite in org.squashtest.csp.tm.domain.execution
 

Methods in org.squashtest.csp.tm.domain.execution that return AutomatedSuite
 AutomatedSuite Execution.getAutomatedSuite()
           
 

Uses of AutomatedSuite in org.squashtest.csp.tm.domain.testautomation
 

Methods in org.squashtest.csp.tm.domain.testautomation that return AutomatedSuite
 AutomatedSuite AutomatedExecutionExtender.getAutomatedSuite()
           
 

Methods in org.squashtest.csp.tm.domain.testautomation with parameters of type AutomatedSuite
 void AutomatedExecutionExtender.setAutomatedSuite(AutomatedSuite automatedSuite)
           
 

Uses of AutomatedSuite in org.squashtest.csp.tm.internal.repository
 

Methods in org.squashtest.csp.tm.internal.repository that return AutomatedSuite
 AutomatedSuite AutomatedSuiteDao.createNewSuite()
           
 AutomatedSuite AutomatedSuiteDao.findById(String id)
           
 AutomatedSuite AutomatedSuiteDao.initDetachedSuite(String suiteId)
          Given the id of an AutomatedSuite, returns a detached instance with all dependencies initialized : AutomatedExecutionExtender, AutomatedTest, TestAutomationProject and TestAutomationServer.
 

Methods in org.squashtest.csp.tm.internal.repository that return types with arguments of type AutomatedSuite
 List<AutomatedSuite> AutomatedSuiteDao.findAll()
           
 List<AutomatedSuite> AutomatedSuiteDao.findAllById(Collection<String> ids)
           
 

Uses of AutomatedSuite in org.squashtest.csp.tm.internal.repository.hibernate
 

Methods in org.squashtest.csp.tm.internal.repository.hibernate that return AutomatedSuite
 AutomatedSuite HibernateAutomatedSuiteDao.createNewSuite()
           
 AutomatedSuite HibernateAutomatedSuiteDao.findById(String id)
           
 AutomatedSuite HibernateAutomatedSuiteDao.initDetachedSuite(String suiteId)
           
 

Methods in org.squashtest.csp.tm.internal.repository.hibernate that return types with arguments of type AutomatedSuite
 List<AutomatedSuite> HibernateAutomatedSuiteDao.findAll()
           
 List<AutomatedSuite> HibernateAutomatedSuiteDao.findAllById(Collection<String> ids)
           
 

Uses of AutomatedSuite in org.squashtest.csp.tm.internal.service
 

Methods in org.squashtest.csp.tm.internal.service that return AutomatedSuite
 AutomatedSuite CustomIterationModificationServiceImpl.createAutomatedSuite(long iterationId)
           
 AutomatedSuite CustomTestSuiteModificationServiceImpl.createAutomatedSuite(long suiteId)
           
 AutomatedSuite CustomIterationModificationServiceImpl.createAutomatedSuite(long iterationId, Collection<Long> testPlanIds)
           
 

Uses of AutomatedSuite in org.squashtest.csp.tm.internal.testautomation.service
 

Methods in org.squashtest.csp.tm.internal.testautomation.service that return AutomatedSuite
 AutomatedSuite TestAutomationManagementServiceImpl.findAutomatedTestSuiteById(String suiteId)
           
 

Methods in org.squashtest.csp.tm.internal.testautomation.service with parameters of type AutomatedSuite
 void TestAutomationManagementServiceImpl.fetchAllResultURL(TestAutomationProject project, AutomatedSuite suite)
           
 void InsecureTestAutomationManagementService.fetchAllResultURL(TestAutomationProject project, AutomatedSuite suite)
          Will (attempt to) retrieve the result url for all the executions that belongs to a given automated suite, and of which tests belongs to a given project.
 void TestAutomationManagementServiceImpl.startAutomatedSuite(AutomatedSuite suite)
           
 

Uses of AutomatedSuite in org.squashtest.csp.tm.service
 

Methods in org.squashtest.csp.tm.service that return AutomatedSuite
 AutomatedSuite CustomIterationModificationService.createAutomatedSuite(long iterationId)
          Create an automated execution for every automated item test plan in the given iteration, group them in an automated suite and tells the connector to process them.
 AutomatedSuite CustomTestSuiteModificationService.createAutomatedSuite(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.
 AutomatedSuite CustomIterationModificationService.createAutomatedSuite(long iterationId, Collection<Long> testPlanIds)
          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 .
 AutomatedSuite TestAutomationFinderService.findAutomatedTestSuiteById(String suiteId)
           
 

Methods in org.squashtest.csp.tm.service with parameters of type AutomatedSuite
 void TestAutomationFinderService.startAutomatedSuite(AutomatedSuite suite)
          Will start a test suite, by dispatching the tests to the corresponding connectors.
 



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