Uses of Class
us.abstracta.jmeter.javadsl.core.listeners.autostop.AutoStopMetric
-
Packages that use AutoStopMetric Package Description us.abstracta.jmeter.javadsl.core.listeners us.abstracta.jmeter.javadsl.core.listeners.autostop -
-
Uses of AutoStopMetric in us.abstracta.jmeter.javadsl.core.listeners
Constructors in us.abstracta.jmeter.javadsl.core.listeners with parameters of type AutoStopMetric Constructor Description CountMetricConditionBuilder(AutoStopConditionElement ret, AutoStopMetric metric)MetricConditionBuilder(AutoStopConditionElement ret, AutoStopMetric metric)TimeMetricConditionBuilder(AutoStopConditionElement ret, AutoStopMetric metric) -
Uses of AutoStopMetric in us.abstracta.jmeter.javadsl.core.listeners.autostop
Methods in us.abstracta.jmeter.javadsl.core.listeners.autostop that return AutoStopMetric Modifier and Type Method Description static AutoStopMetricAutoStopMetric. valueOf(String name)Returns the enum constant of this type with the specified name.static AutoStopMetric[]AutoStopMetric. values()Returns an array containing the constants of this enum type, in the order they are declared.
-