public class DiscreteTimeReporter extends AbstractEventReporter
| Modifier and Type | Field and Description |
|---|---|
static int |
DEFAULT_NUMBER_OF_RESULTS |
FAILED_LABEL_PREFIX, ID_EVENT_LABEL, LIMIT_VALUE, log, NEW_LINE, resultService, TIME_EVENT_LABEL| Constructor and Description |
|---|
DiscreteTimeReporter(org.alfresco.bm.event.ResultService resultService) |
| Modifier and Type | Method and Description |
|---|---|
void |
export(String file,
String notes)
Exports results in a csv format to a file.
|
void |
setNumberOfResults(int numberOfResults)
Change the
default number of results |
buildHeaders, writeTestDetailspublic static final int DEFAULT_NUMBER_OF_RESULTS
public DiscreteTimeReporter(org.alfresco.bm.event.ResultService resultService)
public void setNumberOfResults(int numberOfResults)
default number of resultsnumberOfResults - the approximate number of results to exportpublic void export(String file, String notes)
EventReporternotes - any notes for the exportCopyright © 2013. All Rights Reserved.