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

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

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

Methods in com.projectdarkstar.tools.dtc.data that return types with arguments of type TestExecutionResultProbeDataDTO
 List<TestExecutionResultProbeDataDTO> TestExecutionResultProbeLogDTO.getData()
          A list of TestExecutionResultProbeDataDTO objects are periodically collected during the execution of a SystemProbeDTO to monitor the specific metric that the probe measures over time.
 

Method parameters in com.projectdarkstar.tools.dtc.data with type arguments of type TestExecutionResultProbeDataDTO
protected  void TestExecutionResultProbeLogDTO.setData(List<TestExecutionResultProbeDataDTO> data)
           
 void TestExecutionResultProbeLogDTO.updateData(List<TestExecutionResultProbeDataDTO> data)
           
 

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

Methods in com.projectdarkstar.tools.dtc.service with parameters of type TestExecutionResultProbeDataDTO
 void RuntimeExecutionsService.addProbeDataPoint(Long probeLogId, TestExecutionResultProbeDataDTO data)
          Add a new data point collected by a probe.
 



Copyright © 2013. All Rights Reserved.