Package org.apache.jmeter.report.config
Class GraphConfiguration
java.lang.Object
org.apache.jmeter.report.config.SubConfiguration
org.apache.jmeter.report.config.InstanceConfiguration
org.apache.jmeter.report.config.GraphConfiguration
The class GraphConfiguration describes a configuration of a graph.
- Since:
- 3.0
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionfinal boolean
Checks if controller samples have to be filtered.final String
getTitle()
Gets the title of the graph.final void
setExcludeControllers
(boolean excludeControllers) Sets a switch used to check if controller samples have to be filtered.final void
Sets the title of the graph.Methods inherited from class org.apache.jmeter.report.config.InstanceConfiguration
getClassName, setClassName
Methods inherited from class org.apache.jmeter.report.config.SubConfiguration
getProperties, getProperty
-
Constructor Details
-
GraphConfiguration
public GraphConfiguration()
-
-
Method Details
-
excludesControllers
public final boolean excludesControllers()Checks if controller samples have to be filtered.- Returns:
- true if controller samples have to be filtered; false otherwise.
-
setExcludeControllers
public 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
-
getTitle
Gets the title of the graph.- Returns:
- the title of the graph
-
setTitle
Sets the title of the graph.- Parameters:
title
- the title of the graph to set
-