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

Packages that use TestExecutionResultValueDTO
com.projectdarkstar.tools.dtc.data   
com.projectdarkstar.tools.dtc.service   
 

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

Methods in com.projectdarkstar.tools.dtc.data that return TestExecutionResultValueDTO
 TestExecutionResultValueDTO TestExecutionResultDTO.getResult()
           
static TestExecutionResultValueDTO TestExecutionResultValueDTO.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static TestExecutionResultValueDTO[] TestExecutionResultValueDTO.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.projectdarkstar.tools.dtc.data with parameters of type TestExecutionResultValueDTO
protected  void TestExecutionResultDTO.setResult(TestExecutionResultValueDTO result)
           
 void TestExecutionResultDTO.updateResult(TestExecutionResultValueDTO result)
           
 

Constructors in com.projectdarkstar.tools.dtc.data with parameters of type TestExecutionResultValueDTO
TestExecutionResultDTO(Long id, Long versionNumber, TestExecutionResultValueDTO result, String originalTestSpecName, String originalTestSpecDescription, String originalTestSpecTestRunner, Long originalTestSpecTimeLimit, Long originalTestSpecMaxClients)
           
 

Uses of TestExecutionResultValueDTO in com.projectdarkstar.tools.dtc.service
 

Methods in com.projectdarkstar.tools.dtc.service with parameters of type TestExecutionResultValueDTO
 void RuntimeExecutionsService.updateTestResult(Long testExecutionResultId, TestExecutionResultValueDTO result)
          Update the result of a test execution
 



Copyright © 2013. All Rights Reserved.