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

java.lang.Object
  extended by 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

Constructor Summary
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)
           
 
Method Summary
 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()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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)
Method Detail

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.