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

public class StaticSeriesSelector extends AbstractSeriesSelector
The class StaticSeriesSelector provides always the same series name.
Since:
3.0
  • Constructor Details

    • StaticSeriesSelector

      public StaticSeriesSelector()
  • Method Details

    • getSeriesName

      public final String getSeriesName()
      Gets the name of the series.
      Returns:
      the name of the series
    • setSeriesName

      public final void setSeriesName(String seriesName)
      Sets the name of the series.
      Parameters:
      seriesName - the name of the series to set
    • select

      public Iterable<String> select(Sample sample)
      Description copied from interface: SampleSelector
      Do the projection from the specified sample
      Parameters:
      sample - the sample
      Returns:
      the projection result