@Entity public class TestAutomationProject extends Object
| Constructor and Description |
|---|
TestAutomationProject() |
TestAutomationProject(String jobName) |
TestAutomationProject(String jobName,
String label) |
TestAutomationProject(String jobName,
String label,
TestAutomationServer server) |
TestAutomationProject(String jobName,
TestAutomationServer server) |
| Modifier and Type | Method and Description |
|---|---|
TestAutomationProject |
createCopy() |
Long |
getId() |
String |
getJobName() |
String |
getLabel() |
String |
getName()
Deprecated.
|
TestAutomationServer |
getServer() |
String |
getSlaves() |
GenericProject |
getTmProject() |
boolean |
referencesSameJob(TestAutomationProject otherproject) |
void |
setJobName(String jobName) |
void |
setLabel(String label) |
void |
setServer(TestAutomationServer server) |
void |
setSlaves(String slaves) |
void |
setTmProject(GenericProject tmProject) |
public TestAutomationProject()
public TestAutomationProject(String jobName)
public TestAutomationProject(String jobName, String label, TestAutomationServer server)
public TestAutomationProject(String jobName, TestAutomationServer server)
public Long getId()
@Deprecated public String getName()
getLabel() or getJobName()public String getJobName()
public String getLabel()
public TestAutomationServer getServer()
public void setServer(TestAutomationServer server)
public void setJobName(String jobName)
public void setLabel(String label)
public GenericProject getTmProject()
public void setTmProject(GenericProject tmProject)
public String getSlaves()
public void setSlaves(String slaves)
public boolean referencesSameJob(TestAutomationProject otherproject)
public TestAutomationProject createCopy()
Copyright © 2010–2016 Henix, henix.fr. All rights reserved.