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 SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionfinal StringGets the name of the series.Do the projection from the specified samplefinal voidsetSeriesName(String seriesName) Sets the name of the series.Methods inherited from class org.apache.jmeter.report.processor.graph.AbstractSeriesSelectorallowsControllersDiscrimination, withDefaultIfEmpty
- 
Constructor Details- 
StaticSeriesSelectorpublic StaticSeriesSelector()
 
- 
- 
Method Details- 
getSeriesNameGets the name of the series.- Returns:
- the name of the series
 
- 
setSeriesNameSets the name of the series.- Parameters:
- seriesName- the name of the series to set
 
- 
selectDescription copied from interface:SampleSelectorDo the projection from the specified sample- Parameters:
- sample- the sample
- Returns:
- the projection result
 
 
-