Package org.apache.jmeter.report.core
Class ControllerSamplePredicate
java.lang.Object
org.apache.jmeter.report.core.ControllerSamplePredicate
- All Implemented Interfaces:
SamplePredicate
The class ControllerSamplePredicate provides a way to define whether a sample
is a controller.
- Since:
- 3.0
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
ControllerSamplePredicate
public ControllerSamplePredicate()
-
-
Method Details
-
matches
Description copied from interface:SamplePredicate
Defines if the specified sample matches the current predicate.- Specified by:
matches
in interfaceSamplePredicate
- Parameters:
sample
- the sample to test (must not benull
)- Returns:
true
, if successful; otherwisefalse
-