@Entity public class AutomatedExecutionExtender extends Object
| Constructor and Description |
|---|
AutomatedExecutionExtender() |
| Modifier and Type | Method and Description |
|---|---|
TestAutomationProject |
getAutomatedProject() |
AutomatedSuite |
getAutomatedSuite() |
AutomatedTest |
getAutomatedTest() |
CampaignLibrary |
getCampaignLibrary() |
Execution |
getExecution() |
Long |
getId() |
Set<ExecutionStatus> |
getLegalStatusSet() |
String |
getNodeName() |
String |
getResultSummary() |
URL |
getResultURL() |
boolean |
isNotOverYet() |
boolean |
isProjectDisassociated() |
void |
setAutomatedSuite(AutomatedSuite automatedSuite) |
void |
setAutomatedTest(AutomatedTest automatedTest)
Sets the automated test and the node, based on the test's host server.
|
void |
setExecution(Execution execution) |
void |
setExecutionStatus(ExecutionStatus status) |
void |
setNodeName(String nodeName)
Sets the node name.
|
void |
setResultSummary(String resultSummary) |
void |
setResultURL(URL resultURL) |
public Long getId()
public Execution getExecution()
public CampaignLibrary getCampaignLibrary()
public void setExecution(Execution execution)
public AutomatedTest getAutomatedTest()
public void setAutomatedTest(AutomatedTest automatedTest)
automatedTest - public URL getResultURL()
public void setResultURL(URL resultURL)
public AutomatedSuite getAutomatedSuite()
public void setAutomatedSuite(AutomatedSuite automatedSuite)
public String getResultSummary()
public void setResultSummary(String resultSummary)
public Set<ExecutionStatus> getLegalStatusSet()
public void setExecutionStatus(ExecutionStatus status)
public TestAutomationProject getAutomatedProject()
public void setNodeName(String nodeName)
nulls are turned into empty stringnodeName - public String getNodeName()
public boolean isNotOverYet()
public boolean isProjectDisassociated()
Copyright © 2010–2016 Henix, henix.fr. All rights reserved.