org.squashtest.csp.tm.domain.testautomation
Class TestAutomationServer
java.lang.Object
org.squashtest.csp.tm.domain.testautomation.TestAutomationServer
@Entity
public class TestAutomationServer
- extends Object
An AutomatedTestServer represents both a repository of automated tests, and an automated test execution platform.
- Author:
- bsiri
TestAutomationServer
public TestAutomationServer()
TestAutomationServer
public TestAutomationServer(URL baseURL)
TestAutomationServer
public TestAutomationServer(URL baseURL,
String kind)
TestAutomationServer
public TestAutomationServer(URL baseURL,
String login,
String password)
TestAutomationServer
public TestAutomationServer(URL baseURL,
String login,
String password,
String kind)
getId
public Long getId()
getBaseURL
public URL getBaseURL()
getLogin
public String getLogin()
getPassword
public String getPassword()
getKind
public String getKind()
toString
public String toString()
- Overrides:
toString in class Object
newWithURL
public TestAutomationServer newWithURL(URL baseURL)
newWithLogin
public TestAutomationServer newWithLogin(String login)
newWithPassword
public TestAutomationServer newWithPassword(String password)
newWithKind
public TestAutomationServer newWithKind(String kind)
Copyright © 2010-2012 Henix, henix.fr. All Rights Reserved.