Class CodeSeriesSelector
java.lang.Object
org.apache.jmeter.report.processor.graph.AbstractSeriesSelector
org.apache.jmeter.report.processor.graph.CodeSeriesSelector
- All Implemented Interfaces:
- SampleSelector<Iterable<String>>,- GraphSeriesSelector
The class CodeSeriesSelector provides a projection of a sample to its code
 response.
- Since:
- 3.0
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class org.apache.jmeter.report.processor.graph.AbstractSeriesSelectorallowsControllersDiscrimination, withDefaultIfEmpty
- 
Constructor Details- 
CodeSeriesSelectorpublic CodeSeriesSelector()
 
- 
- 
Method Details- 
selectDescription copied from interface:SampleSelectorDo the projection from the specified sample- Parameters:
- sample- the sample
- Returns:
- the projection result
 
 
-