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 SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier 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.AbstractDataExporterfindData, 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- 
HtmlTemplateExporterpublic HtmlTemplateExporter()
 
- 
- 
Method Details- 
exportpublic 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 be- null)
- file- the file which from samples come (must not be- null)
- configuration- the configuration (must not be- null)
- Throws:
- ExportException- the export exception
- See Also:
 
 
-