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