public class HtmlTemplateExporter extends AbstractDataExporter
| Modifier and Type | Field and Description |
|---|---|
static String |
DATA_CTX_BEGINDATE |
static String |
DATA_CTX_ENDDATE |
static String |
DATA_CTX_EXTRA_OPTIONS |
static String |
DATA_CTX_FILTERS_ONLY_SAMPLE_SERIES |
static String |
DATA_CTX_OVERALL_FILTER |
static String |
DATA_CTX_REPORT_TITLE |
static String |
DATA_CTX_RESULT |
static String |
DATA_CTX_SERIES_FILTER |
static String |
DATA_CTX_SHOW_CONTROLLERS_ONLY |
static String |
DATA_CTX_TESTFILE |
static String |
DATA_CTX_TIMEZONE |
static String |
DATA_CTX_TIMEZONE_OFFSET |
static String |
TIMESTAMP_FORMAT_MS |
| Constructor and Description |
|---|
HtmlTemplateExporter() |
| Modifier and Type | Method and Description |
|---|---|
void |
export(SampleContext context,
File file,
ReportGeneratorConfiguration configuration)
Export data from the specified context using the given configuration.
|
findData, findValue, getName, getPropertyFromConfig, setNamepublic static final String DATA_CTX_REPORT_TITLE
public static final String DATA_CTX_TESTFILE
public static final String DATA_CTX_BEGINDATE
public static final String DATA_CTX_ENDDATE
public static final String DATA_CTX_TIMEZONE
public static final String DATA_CTX_TIMEZONE_OFFSET
public static final String DATA_CTX_OVERALL_FILTER
public static final String DATA_CTX_SHOW_CONTROLLERS_ONLY
public static final String DATA_CTX_RESULT
public static final String DATA_CTX_EXTRA_OPTIONS
public static final String DATA_CTX_SERIES_FILTER
public static final String DATA_CTX_FILTERS_ONLY_SAMPLE_SERIES
public static final String TIMESTAMP_FORMAT_MS
public void export(SampleContext context, File file, ReportGeneratorConfiguration configuration) throws ExportException
DataExportercontext - the context (must not be null)file - the file which from samples come (must not be null)configuration - the configuration (must not be null)ExportException - the export exceptionDataExporter.export(SampleContext, File, ReportGeneratorConfiguration)Copyright © 1998-2023 Apache Software Foundation. All Rights Reserved.