Class StatusSeriesSelector
java.lang.Object
org.apache.jmeter.report.processor.graph.AbstractSeriesSelector
org.apache.jmeter.report.processor.graph.StatusSeriesSelector
- All Implemented Interfaces:
- SampleSelector<Iterable<String>>,- GraphSeriesSelector
The class StatusSeriesSelector provides a projection from a sample to a
 string that defines its status (success or failure).
- Since:
- 3.0
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionfinal StringGets the failure label.final StringGets the success label.Do the projection from the specified samplefinal voidsetFailureLabel(String failureLabel) Sets the failure label.final voidsetSuccessLabel(String successLabel) Sets the success label.Methods inherited from class org.apache.jmeter.report.processor.graph.AbstractSeriesSelectorallowsControllersDiscrimination, withDefaultIfEmpty
- 
Constructor Details- 
StatusSeriesSelectorpublic StatusSeriesSelector()
 
- 
- 
Method Details- 
getFailureLabelGets the failure label.- Returns:
- the failureLabel
 
- 
setFailureLabelSets the failure label.- Parameters:
- failureLabel- the failureLabel to set
 
- 
getSuccessLabelGets the success label.- Returns:
- the successLabel
 
- 
setSuccessLabelSets the success label.- Parameters:
- successLabel- the successLabel to set
 
- 
selectDescription copied from interface:SampleSelectorDo the projection from the specified sample- Parameters:
- sample- the sample
- Returns:
- the projection result
 
 
-