org.squashtest.tm.domain.testautomation
@Entity public class TestAutomationServer extends Object
| Constructor and Description |
|---|
TestAutomationServer() |
TestAutomationServer(URL baseURL) |
TestAutomationServer(URL baseURL,
String kind) |
TestAutomationServer(URL baseURL,
String login,
String password) |
TestAutomationServer(URL baseURL,
String login,
String password,
String kind) |
| Modifier and Type | Method and Description |
|---|---|
URL |
getBaseURL() |
Long |
getId() |
String |
getKind() |
String |
getLogin() |
String |
getPassword() |
TestAutomationServer |
newWithKind(String kind) |
TestAutomationServer |
newWithLogin(String login) |
TestAutomationServer |
newWithPassword(String password) |
TestAutomationServer |
newWithURL(URL baseURL) |
String |
toString() |
public TestAutomationServer()
public TestAutomationServer(URL baseURL)
public Long getId()
public URL getBaseURL()
public String getLogin()
public String getPassword()
public String getKind()
public TestAutomationServer newWithURL(URL baseURL)
public TestAutomationServer newWithLogin(String login)
public TestAutomationServer newWithPassword(String password)
public TestAutomationServer newWithKind(String kind)
Copyright © 2010-2014 Henix, henix.fr. All Rights Reserved.