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

Packages that use TestAutomationServer
org.squashtest.tm.domain.project   
org.squashtest.tm.domain.testautomation This package contains all the relevant concepts around test automation. 
 

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

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

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

Methods in org.squashtest.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.tm.domain.testautomation with parameters of type TestAutomationServer
 TestAutomationProject TestAutomationProject.newWithServer(TestAutomationServer server)
           
 

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



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