org.squashtest.tm.domain.testautomation
@Entity public class AutomatedExecutionExtender extends Object
| Constructor and Description |
|---|
AutomatedExecutionExtender() |
| Modifier and Type | Method and Description |
|---|---|
AutomatedSuite |
getAutomatedSuite() |
AutomatedTest |
getAutomatedTest() |
Execution |
getExecution() |
Long |
getId() |
Set<ExecutionStatus> |
getLegalStatusSet() |
String |
getResultSummary() |
URL |
getResultURL() |
void |
setAutomatedSuite(AutomatedSuite automatedSuite) |
void |
setAutomatedTest(AutomatedTest automatedTest) |
void |
setExecution(Execution execution) |
void |
setExecutionStatus(ExecutionStatus status) |
void |
setResultSummary(String resultSummary) |
void |
setResultURL(URL resultURL) |
public Long getId()
public Execution getExecution()
public void setExecution(Execution execution)
public AutomatedTest getAutomatedTest()
public void setAutomatedTest(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)
Copyright © 2010-2014 Henix, henix.fr. All Rights Reserved.