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

Packages that use TestAutomationServer
org.squashtest.csp.tm.domain.project   
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.project   
org.squashtest.csp.tm.internal.testautomation.configuration   
org.squashtest.csp.tm.internal.testautomation.service   
org.squashtest.csp.tm.service   
org.squashtest.csp.tm.service.project   
org.squashtest.csp.tm.testautomation.spi   
 

Uses of TestAutomationServer in org.squashtest.csp.tm.domain.project
 

Methods in org.squashtest.csp.tm.domain.project that return TestAutomationServer
 TestAutomationServer GenericProject.getServerOfLatestBoundProject()
           
 

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

Methods in org.squashtest.csp.tm.domain.testautomation that return TestAutomationServer
 TestAutomationServer TestAutomationProject.getServer()
           
 TestAutomationServer TestAutomationServer.newWithKind(String kind)
           
 TestAutomationServer TestAutomationServer.newWithLogin(String login)
           
 TestAutomationServer TestAutomationServer.newWithPassword(String password)
           
 TestAutomationServer TestAutomationServer.newWithURL(URL baseURL)
           
 

Methods in org.squashtest.csp.tm.domain.testautomation with parameters of type TestAutomationServer
 TestAutomationProject TestAutomationProject.newWithServer(TestAutomationServer server)
           
 

Constructors in org.squashtest.csp.tm.domain.testautomation with parameters of type TestAutomationServer
TestAutomationProject(String name, TestAutomationServer server)
           
 

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

Methods in org.squashtest.csp.tm.internal.repository that return TestAutomationServer
 TestAutomationServer TestAutomationServerDao.findByExample(TestAutomationServer example)
          Given a detached (or even attached) TestAutomationServer example, will fetch a TestAutomationServer having the same characteristics.
 TestAutomationServer TestAutomationServerDao.findById(Long id)
           
 TestAutomationServer TestAutomationServerDao.uniquePersist(TestAutomationServer server)
          Will persist a TestAutomationServer if really new, or return the existing instance if not.
 

Methods in org.squashtest.csp.tm.internal.repository with parameters of type TestAutomationServer
 TestAutomationServer TestAutomationServerDao.findByExample(TestAutomationServer example)
          Given a detached (or even attached) TestAutomationServer example, will fetch a TestAutomationServer having the same characteristics.
 void TestAutomationServerDao.persist(TestAutomationServer server)
          Will persist a new TestAutomationServer.
 TestAutomationServer TestAutomationServerDao.uniquePersist(TestAutomationServer server)
          Will persist a TestAutomationServer if really new, or return the existing instance if not.
 

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

Methods in org.squashtest.csp.tm.internal.repository.hibernate that return TestAutomationServer
 TestAutomationServer HibernateTestAutomationServerDao.findByExample(TestAutomationServer example)
           
 TestAutomationServer HibernateTestAutomationServerDao.findById(Long id)
           
 TestAutomationServer HibernateTestAutomationServerDao.uniquePersist(TestAutomationServer server)
           
 

Methods in org.squashtest.csp.tm.internal.repository.hibernate with parameters of type TestAutomationServer
 TestAutomationServer HibernateTestAutomationServerDao.findByExample(TestAutomationServer example)
           
 void HibernateTestAutomationServerDao.persist(TestAutomationServer server)
           
 TestAutomationServer HibernateTestAutomationServerDao.uniquePersist(TestAutomationServer server)
           
 

Uses of TestAutomationServer in org.squashtest.csp.tm.internal.service.project
 

Methods in org.squashtest.csp.tm.internal.service.project that return TestAutomationServer
 TestAutomationServer CustomGenericProjectManagerImpl.getLastBoundServerOrDefault(long projectId)
           
 

Uses of TestAutomationServer in org.squashtest.csp.tm.internal.testautomation.configuration
 

Methods in org.squashtest.csp.tm.internal.testautomation.configuration that return TestAutomationServer
 TestAutomationServer DefaultTestAutomationServerFactoryBean.getObject()
           
 

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

Methods in org.squashtest.csp.tm.internal.testautomation.service that return TestAutomationServer
 TestAutomationServer TestAutomationManagementServiceImpl.getDefaultServer()
           
 TestAutomationServer InsecureTestAutomationManagementService.getDefaultServer()
          That method returns the default server configuration.
 

Methods in org.squashtest.csp.tm.internal.testautomation.service with parameters of type TestAutomationServer
 Collection<TestAutomationProject> TestAutomationManagementServiceImpl.listProjectsOnServer(TestAutomationServer server)
           
 

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

Methods in org.squashtest.csp.tm.service with parameters of type TestAutomationServer
 Collection<TestAutomationProject> TestAutomationFinderService.listProjectsOnServer(TestAutomationServer server)
          see TestAutomationFinderService.listProjectsOnServer(URL, String, String), using a TestAutomationServer for argument
 

Uses of TestAutomationServer in org.squashtest.csp.tm.service.project
 

Methods in org.squashtest.csp.tm.service.project that return TestAutomationServer
 TestAutomationServer CustomGenericProjectFinder.getLastBoundServerOrDefault(long projectId)
          Returns a TestAutomationServer instance.
 

Uses of TestAutomationServer in org.squashtest.csp.tm.testautomation.spi
 

Methods in org.squashtest.csp.tm.testautomation.spi with parameters of type TestAutomationServer
 boolean TestAutomationConnector.checkCredentials(TestAutomationServer server)
          Checks that the given server configuration (including credentials) actually works.
 Collection<TestAutomationProject> TestAutomationConnector.listProjectsOnServer(TestAutomationServer server)
          Given a server (that contains everything you need to connect it), returns the collection of TestAutomationProject that it hosts.
 



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