public class TestExecutionTag extends Object implements Serializable
TestExecution
objects.| Constructor and Description |
|---|
TestExecutionTag(String tag) |
| Modifier and Type | Method and Description |
|---|---|
List<TestExecution> |
getExecutions()
Returns the list of
TestExecution objects that are tagged
with this tag. |
Long |
getId()
Returns the id of the entity in persistent storage
|
String |
getTag() |
void |
setExecutions(List<TestExecution> executions) |
void |
setId(Long id) |
void |
setTag(String tag) |
public TestExecutionTag(String tag)
public Long getId()
public void setId(Long id)
public String getTag()
public void setTag(String tag)
public List<TestExecution> getExecutions()
TestExecution objects that are tagged
with this tag.public void setExecutions(List<TestExecution> executions)
Copyright © 2013. All Rights Reserved.