Uses of Class
us.abstracta.jmeter.javadsl.core.listeners.AutoStopListener
-
Packages that use AutoStopListener Package Description us.abstracta.jmeter.javadsl us.abstracta.jmeter.javadsl.core.listeners -
-
Uses of AutoStopListener in us.abstracta.jmeter.javadsl
Methods in us.abstracta.jmeter.javadsl that return AutoStopListener Modifier and Type Method Description static AutoStopListenerJmeterDsl. autoStop()Builds an AutoStopListener that allows to stop a test plan execution if some condition over collected metrics is met.static AutoStopListenerJmeterDsl. autoStop(String name)Same asJmeterDsl.autoStop()but allowing to set a name on the listener, which can help identify which autoStop listener stopped a test plan if multiple ones are configured. -
Uses of AutoStopListener in us.abstracta.jmeter.javadsl.core.listeners
Methods in us.abstracta.jmeter.javadsl.core.listeners that return AutoStopListener Modifier and Type Method Description AutoStopListenerAutoStopListener. samplesMatching(String regex)Specifies a regular expression used to filter samples for which specified conditions will be evaluated.AutoStopListenerAutoStopListener. when(AutoStopListener.AutoStopCondition condition)Specifies conditions that when met will cause the test plan execution to stop.
-