|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Uses of TestExecution in com.projectdarkstar.tools.dtc.domain |
|---|
| Methods in com.projectdarkstar.tools.dtc.domain that return TestExecution | |
|---|---|
TestExecution |
TestQueue.getExecution()
|
TestExecution |
TestExecutionResult.getParentExecution()
|
| Methods in com.projectdarkstar.tools.dtc.domain that return types with arguments of type TestExecution | |
|---|---|
List<TestExecution> |
TestExecutionTag.getExecutions()
Returns the list of TestExecution objects that are tagged
with this tag. |
| Methods in com.projectdarkstar.tools.dtc.domain with parameters of type TestExecution | |
|---|---|
void |
TestQueue.setExecution(TestExecution execution)
|
void |
TestExecutionResult.setParentExecution(TestExecution parentExecution)
|
| Method parameters in com.projectdarkstar.tools.dtc.domain with type arguments of type TestExecution | |
|---|---|
void |
TestExecutionTag.setExecutions(List<TestExecution> executions)
|
| Constructors in com.projectdarkstar.tools.dtc.domain with parameters of type TestExecution | |
|---|---|
TestExecutionResult(TestSpec originalTestSpec,
TestExecution parentExecution)
|
|
TestQueue(Date dateQueued,
TestExecution execution)
|
|
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||