Class StaticSeriesSelector
java.lang.Object
org.apache.jmeter.report.processor.graph.AbstractSeriesSelector
org.apache.jmeter.report.processor.graph.StaticSeriesSelector
- All Implemented Interfaces:
SampleSelector<Iterable<String>>
,GraphSeriesSelector
The class StaticSeriesSelector provides always the same series name.
- Since:
- 3.0
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionfinal String
Gets the name of the series.Do the projection from the specified samplefinal void
setSeriesName
(String seriesName) Sets the name of the series.Methods inherited from class org.apache.jmeter.report.processor.graph.AbstractSeriesSelector
allowsControllersDiscrimination, withDefaultIfEmpty
-
Constructor Details
-
StaticSeriesSelector
public StaticSeriesSelector()
-
-
Method Details
-
getSeriesName
Gets the name of the series.- Returns:
- the name of the series
-
setSeriesName
Sets the name of the series.- Parameters:
seriesName
- the name of the series to set
-
select
Description copied from interface:SampleSelector
Do the projection from the specified sample- Parameters:
sample
- the sample- Returns:
- the projection result
-