Class AbstractDataExporter

  • All Implemented Interfaces:
    org.apache.jmeter.report.dashboard.DataExporter

    
    public abstract class AbstractDataExporter
     implements DataExporter
                        

    The Class AbstractDataExporter provides a base class for DataExporter.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
      public String name
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      String getName() Gets the name of the exporter.
      void setName(String name) Sets the name of the exporter.
      • Methods inherited from class org.apache.jmeter.report.dashboard.DataExporter

        export
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • Method Detail

      • getName

         String getName()

        Gets the name of the exporter.

        Returns:

        the name of the exporter

      • setName

         void setName(String name)

        Sets the name of the exporter.

        Parameters:
        name - the new name of the exporter