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

Packages that use AutomatedExecutionExtender
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.repository.testautomation   
 

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

Methods in org.squashtest.csp.tm.domain.execution that return AutomatedExecutionExtender
 AutomatedExecutionExtender Execution.getAutomatedExecutionExtender()
           
 

Methods in org.squashtest.csp.tm.domain.execution with parameters of type AutomatedExecutionExtender
 void Execution.setAutomatedExecutionExtender(AutomatedExecutionExtender extender)
           
 

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

Fields in org.squashtest.csp.tm.domain.testautomation with type parameters of type AutomatedExecutionExtender
 Collection<AutomatedExecutionExtender> AutomatedSuite.executionExtenders
           
 

Methods in org.squashtest.csp.tm.domain.testautomation that return types with arguments of type AutomatedExecutionExtender
 Collection<AutomatedExecutionExtender> AutomatedSuite.getExecutionExtenders()
           
 

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

Method parameters in org.squashtest.csp.tm.domain.testautomation with type arguments of type AutomatedExecutionExtender
 void AutomatedSuite.addExtenders(Collection<AutomatedExecutionExtender> extenders)
           
 void AutomatedSuite.setExecutionExtenders(Collection<AutomatedExecutionExtender> executionExtenders)
           
 

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

Methods in org.squashtest.csp.tm.internal.repository that return types with arguments of type AutomatedExecutionExtender
 Collection<AutomatedExecutionExtender> AutomatedSuiteDao.findAllCompletedExtenders(String suiteId)
          retrieve all the extenders of executions which had been ran their test automation servers, for a given AutomatedSuite
 Collection<AutomatedExecutionExtender> AutomatedSuiteDao.findAllExtenders(String suiteId)
          retrieve all the AutomatedExecutionExtender that this suite is bound to.
 Collection<AutomatedExecutionExtender> AutomatedSuiteDao.findAllExtendersByStatus(String suiteId, Collection<ExecutionStatus> statusList)
          retrieve all the extenders of executions which status is one of the supplied status, for a given AutomatedSuite
 Collection<AutomatedExecutionExtender> AutomatedSuiteDao.findAllRunningExtenders(String suiteId)
          retrieve all the extenders of executions currently being run by their test automation servers, for a given AutomatedSuite
 Collection<AutomatedExecutionExtender> AutomatedSuiteDao.findAllWaitingExtenders(String suiteId)
          retrieve all the extenders of executions currently waiting to be run by their test automation servers, for a given AutomatedSuite
 

Method parameters in org.squashtest.csp.tm.internal.repository with type arguments of type AutomatedExecutionExtender
 List<AutomatedTest> AutomatedTestDao.findAllByExtender(Collection<AutomatedExecutionExtender> extenders)
          Same than AutomatedTestDao.findAllByExtenderIds(List), but with the extenders themselves instead of their ids.
 

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

Methods in org.squashtest.csp.tm.internal.repository.hibernate that return types with arguments of type AutomatedExecutionExtender
 Collection<AutomatedExecutionExtender> HibernateAutomatedSuiteDao.findAllCompletedExtenders(String suiteId)
           
 Collection<AutomatedExecutionExtender> HibernateAutomatedSuiteDao.findAllExtenders(String suiteId)
           
 Collection<AutomatedExecutionExtender> HibernateAutomatedSuiteDao.findAllExtendersByStatus(String suiteId, Collection<ExecutionStatus> statusList)
           
 Collection<AutomatedExecutionExtender> HibernateAutomatedSuiteDao.findAllExtendersByStatus(String suiteId, ExecutionStatus... statusArray)
           
 Collection<AutomatedExecutionExtender> HibernateAutomatedSuiteDao.findAllRunningExtenders(String suiteId)
           
 Collection<AutomatedExecutionExtender> HibernateAutomatedSuiteDao.findAllWaitingExtenders(String suiteId)
           
 

Method parameters in org.squashtest.csp.tm.internal.repository.hibernate with type arguments of type AutomatedExecutionExtender
 List<AutomatedTest> HibernateAutomatedTestDao.findAllByExtender(Collection<AutomatedExecutionExtender> extenders)
           
 

Uses of AutomatedExecutionExtender in org.squashtest.csp.tm.internal.repository.testautomation
 

Methods in org.squashtest.csp.tm.internal.repository.testautomation that return AutomatedExecutionExtender
 AutomatedExecutionExtender AutomatedExecutionExtenderDao.findById(long executionId)
           
 

Methods in org.squashtest.csp.tm.internal.repository.testautomation that return types with arguments of type AutomatedExecutionExtender
 List<AutomatedExecutionExtender> AutomatedExecutionExtenderDao.findAllBySuiteIdAndProjectId(String suiteId, Long projectId)
           
 List<AutomatedExecutionExtender> AutomatedExecutionExtenderDao.findAllBySuiteIdAndTestName(String suiteId, String testName, String projectName)
          Returns the AutomatedExecutions which match the AutomatedExecutionSetIdentifier.
 

Methods in org.squashtest.csp.tm.internal.repository.testautomation with parameters of type AutomatedExecutionExtender
 void AutomatedExecutionExtenderDao.persist(AutomatedExecutionExtender extender)
           
 



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