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 Summary
-
Method Summary
Modifier and TypeMethodDescriptionfinal String
Gets the failure label.final String
Gets the success label.Do the projection from the specified samplefinal void
setFailureLabel
(String failureLabel) Sets the failure label.final void
setSuccessLabel
(String successLabel) Sets the success label.Methods inherited from class org.apache.jmeter.report.processor.graph.AbstractSeriesSelector
allowsControllersDiscrimination, withDefaultIfEmpty
-
Constructor Details
-
StatusSeriesSelector
public StatusSeriesSelector()
-
-
Method Details
-
getFailureLabel
Gets the failure label.- Returns:
- the failureLabel
-
setFailureLabel
Sets the failure label.- Parameters:
failureLabel
- the failureLabel to set
-
getSuccessLabel
Gets the success label.- Returns:
- the successLabel
-
setSuccessLabel
Sets the success label.- Parameters:
successLabel
- the successLabel to set
-
select
Description copied from interface:SampleSelector
Do the projection from the specified sample- Parameters:
sample
- the sample- Returns:
- the projection result
-