Class HtmlTemplateExporter
java.lang.Object
org.apache.jmeter.report.dashboard.AbstractDataExporter
org.apache.jmeter.report.dashboard.HtmlTemplateExporter
- All Implemented Interfaces:
 DataExporter
The class HtmlTemplateExporter provides a data exporter that generates and
 processes template files using freemarker.
- Since:
 - 3.0
 
- 
Field Summary
Fields - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionvoidexport(SampleContext context, File file, ReportGeneratorConfiguration configuration) Export data from the specified context using the given configuration.Methods inherited from class org.apache.jmeter.report.dashboard.AbstractDataExporter
findData, findValue, getName, getPropertyFromConfig, setName 
- 
Field Details
- 
DATA_CTX_REPORT_TITLE
- See Also:
 
 - 
DATA_CTX_TESTFILE
- See Also:
 
 - 
DATA_CTX_BEGINDATE
- See Also:
 
 - 
DATA_CTX_ENDDATE
- See Also:
 
 - 
DATA_CTX_TIMEZONE
- See Also:
 
 - 
DATA_CTX_TIMEZONE_OFFSET
- See Also:
 
 - 
DATA_CTX_OVERALL_FILTER
- See Also:
 
 - 
DATA_CTX_SHOW_CONTROLLERS_ONLY
- See Also:
 
 - 
DATA_CTX_RESULT
- See Also:
 
 - 
DATA_CTX_EXTRA_OPTIONS
- See Also:
 
 - 
DATA_CTX_SERIES_FILTER
- See Also:
 
 - 
DATA_CTX_FILTERS_ONLY_SAMPLE_SERIES
- See Also:
 
 - 
TIMESTAMP_FORMAT_MS
- See Also:
 
 
 - 
 - 
Constructor Details
- 
HtmlTemplateExporter
public HtmlTemplateExporter() 
 - 
 - 
Method Details
- 
export
public void export(SampleContext context, File file, ReportGeneratorConfiguration configuration) throws ExportException Description copied from interface:DataExporterExport data from the specified context using the given configuration.- Parameters:
 context- the context (must not benull)file- the file which from samples come (must not benull)configuration- the configuration (must not benull)- Throws:
 ExportException- the export exception- See Also:
 
 
 -