Class JsonExporter

java.lang.Object
org.apache.jmeter.report.dashboard.AbstractDataExporter
org.apache.jmeter.report.dashboard.JsonExporter
All Implemented Interfaces:
DataExporter

public class JsonExporter extends AbstractDataExporter
Implementation of DataExporter that exports statistics to JSON
Since:
5.1
  • Field Details

  • Constructor Details

    • JsonExporter

      public JsonExporter()
  • Method Details

    • export

      public void export(SampleContext context, File file, ReportGeneratorConfiguration reportGeneratorConfiguration) throws ExportException
      Description copied from interface: DataExporter
      Export 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)
      reportGeneratorConfiguration - the configuration (must not be null)
      Throws:
      ExportException - the export exception