Class GraphConfiguration

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final String getTitle() Gets the title of the graph.
      final void setTitle(String title) Sets the title of the graph.
      final boolean excludesControllers() Checks if controller samples have to be filtered.
      final void setExcludeControllers(boolean excludeControllers) Sets a switch used to check if controller samples have to be filtered.
      • Methods inherited from class org.apache.jmeter.report.config.InstanceConfiguration

        getClassName, setClassName
      • Methods inherited from class org.apache.jmeter.report.config.SubConfiguration

        getProperties, getProperty
      • Methods inherited from class java.lang.Object

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

      • GraphConfiguration

        GraphConfiguration()
    • Method Detail

      • getTitle

         final String getTitle()

        Gets the title of the graph.

        Returns:

        the title of the graph

      • setTitle

         final void setTitle(String title)

        Sets the title of the graph.

        Parameters:
        title - the title of the graph to set
      • excludesControllers

         final boolean excludesControllers()

        Checks if controller samples have to be filtered.

        Returns:

        true if controller samples have to be filtered; false otherwise.

      • setExcludeControllers

         final void setExcludeControllers(boolean excludeControllers)

        Sets a switch used to check if controller samples have to be filtered.

        Parameters:
        excludeControllers - the switch value to set