Uses of Class
com.projectdarkstar.tools.dtc.data.TestExecutionDTO

Packages that use TestExecutionDTO
com.projectdarkstar.tools.dtc.data   
 

Uses of TestExecutionDTO in com.projectdarkstar.tools.dtc.data
 

Methods in com.projectdarkstar.tools.dtc.data that return TestExecutionDTO
 TestExecutionDTO TestQueueDTO.getExecution()
           
 TestExecutionDTO TestExecutionResultDTO.getParentExecution()
           
 

Methods in com.projectdarkstar.tools.dtc.data that return types with arguments of type TestExecutionDTO
 List<TestExecutionDTO> TestExecutionTagDTO.getExecutions()
          Returns the list of TestExecutionDTO objects that are tagged with this tag.
 

Methods in com.projectdarkstar.tools.dtc.data with parameters of type TestExecutionDTO
protected  void TestQueueDTO.setExecution(TestExecutionDTO execution)
           
protected  void TestExecutionResultDTO.setParentExecution(TestExecutionDTO parentExecution)
           
 void TestQueueDTO.updateExecution(TestExecutionDTO execution)
           
 void TestExecutionResultDTO.updateParentExecution(TestExecutionDTO parentExecution)
           
 

Method parameters in com.projectdarkstar.tools.dtc.data with type arguments of type TestExecutionDTO
protected  void TestExecutionTagDTO.setExecutions(List<TestExecutionDTO> executions)
           
 void TestExecutionTagDTO.updateExecutions(List<TestExecutionDTO> executions)
           
 



Copyright © 2013. All Rights Reserved.