Uses of Class
us.abstracta.jmeter.javadsl.core.listeners.autostop.AutoStopConditionElement
-
Packages that use AutoStopConditionElement Package Description us.abstracta.jmeter.javadsl.core.listeners us.abstracta.jmeter.javadsl.core.listeners.autostop -
-
Uses of AutoStopConditionElement in us.abstracta.jmeter.javadsl.core.listeners
Fields in us.abstracta.jmeter.javadsl.core.listeners declared as AutoStopConditionElement Modifier and Type Field Description protected AutoStopConditionElementAutoStopListener.BaseAutoStopConditionBuilder. retConstructors in us.abstracta.jmeter.javadsl.core.listeners with parameters of type AutoStopConditionElement Constructor Description AggregatedConditionBuilder(AutoStopConditionElement ret, AutoStopAggregation aggregation)BaseAutoStopConditionBuilder(AutoStopConditionElement ret)CountMetricConditionBuilder(AutoStopConditionElement ret, AutoStopMetric metric)ErrorsConditionBuilder(AutoStopConditionElement ret)MetricConditionBuilder(AutoStopConditionElement ret, AutoStopMetric metric)TimeMetricConditionBuilder(AutoStopConditionElement ret, AutoStopMetric metric) -
Uses of AutoStopConditionElement in us.abstracta.jmeter.javadsl.core.listeners.autostop
Methods in us.abstracta.jmeter.javadsl.core.listeners.autostop that return types with arguments of type AutoStopConditionElement Modifier and Type Method Description List<AutoStopConditionElement>AutoStopTestBean. getConditions()Methods in us.abstracta.jmeter.javadsl.core.listeners.autostop with parameters of type AutoStopConditionElement Modifier and Type Method Description AutoStopAggregator<?>AutoStopAggregation. buildAggregator(AutoStopConditionElement condition)StringAutoStopAggregation. getNameFor(AutoStopConditionElement condition)Method parameters in us.abstracta.jmeter.javadsl.core.listeners.autostop with type arguments of type AutoStopConditionElement Modifier and Type Method Description voidAutoStopTestBean. setConditions(List<AutoStopConditionElement> conditions)Constructor parameters in us.abstracta.jmeter.javadsl.core.listeners.autostop with type arguments of type AutoStopConditionElement Constructor Description AutoStopTestBean(Pattern regex, List<AutoStopConditionElement> conditions, TestStopper testStopper)
-