public class FileSystemResultRecorder
extends ThreadsafeResultRecorder
Filesystem-based implementation of tests execution results recorder
ResultRecorder.DefaultImpls| Constructor and Description |
|---|
FileSystemResultRecorder(java.lang.String pathToFile)
Filesystem-based implementation of tests execution results recorder
|
| Modifier and Type | Method and Description |
|---|---|
void |
doFlush(java.util.List<cz.encircled.jput.model.PerfTestExecution> data) |
java.util.List<java.lang.Long> |
getSample(PerfTestExecution execution)
Fetch execution times sample for the given execution
|
java.nio.file.Path |
getTarget() |
appendTrendResult, doFlush, flushappendTrendResult, flush, getSample, getUserDefinedEnvParams, subListpublic FileSystemResultRecorder(java.lang.String pathToFile)
Filesystem-based implementation of tests execution results recorder
public java.nio.file.Path getTarget()
public java.util.List<java.lang.Long> getSample(PerfTestExecution execution)
Fetch execution times sample for the given execution
public void doFlush(java.util.List<cz.encircled.jput.model.PerfTestExecution> data)