org.squashtest.tm.domain.testautomation
@Entity public class TestAutomationProject extends Object
| Constructor and Description |
|---|
TestAutomationProject() |
TestAutomationProject(String name,
TestAutomationServer server) |
| Modifier and Type | Method and Description |
|---|---|
Long |
getId() |
String |
getName() |
TestAutomationServer |
getServer() |
TestAutomationProject |
newWithName(String name) |
TestAutomationProject |
newWithServer(TestAutomationServer server) |
public TestAutomationProject()
public TestAutomationProject(String name, TestAutomationServer server)
public Long getId()
public String getName()
public TestAutomationServer getServer()
public TestAutomationProject newWithName(String name)
public TestAutomationProject newWithServer(TestAutomationServer server)
Copyright © 2010-2014 Henix, henix.fr. All Rights Reserved.