|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use LogFileDTO | |
|---|---|
| com.projectdarkstar.tools.dtc.data | |
| com.projectdarkstar.tools.dtc.service | |
| Uses of LogFileDTO in com.projectdarkstar.tools.dtc.data |
|---|
| Methods in com.projectdarkstar.tools.dtc.data that return LogFileDTO | |
|---|---|
LogFileDTO |
TestExecutionResultClientLogDTO.getLogFile()
|
LogFileDTO |
TestExecutionResultServerLogDTO.getLogFile()
|
LogFileDTO |
TestExecutionResultProbeLogDTO.getLogFile()
|
LogFileDTO |
TestExecutionResultDTO.getResultSummary()
|
| Methods in com.projectdarkstar.tools.dtc.data with parameters of type LogFileDTO | |
|---|---|
protected void |
TestExecutionResultClientLogDTO.setLogFile(LogFileDTO logFile)
|
protected void |
TestExecutionResultServerLogDTO.setLogFile(LogFileDTO logFile)
|
protected void |
TestExecutionResultProbeLogDTO.setLogFile(LogFileDTO logFile)
|
protected void |
TestExecutionResultDTO.setResultSummary(LogFileDTO resultSummary)
|
void |
TestExecutionResultClientLogDTO.updateLogFile(LogFileDTO logFile)
|
void |
TestExecutionResultServerLogDTO.updateLogFile(LogFileDTO logFile)
|
void |
TestExecutionResultProbeLogDTO.updateLogFile(LogFileDTO logFile)
|
void |
TestExecutionResultDTO.updateResultSummary(LogFileDTO resultSummary)
|
| Uses of LogFileDTO in com.projectdarkstar.tools.dtc.service |
|---|
| Methods in com.projectdarkstar.tools.dtc.service with parameters of type LogFileDTO | |
|---|---|
void |
RuntimeExecutionsService.updateClientLog(Long clientLogId,
LogFileDTO logFile)
Update the logFile attribute of the TestExecutionResultClientLog object with the given id. |
void |
RuntimeExecutionsService.updateProbeLog(Long probeLogId,
LogFileDTO logFile)
Update the logFile attribute of the TestExecutionResultProbeLog object with the given id. |
void |
RuntimeExecutionsService.updateServerLog(Long serverLogId,
LogFileDTO logFile)
Update the logFile attribute of the TestExecutionResultServerLog object with the given id. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||