Uses of Class
us.abstracta.jmeter.javadsl.core.listeners.AutoStopListener.AutoStopCondition
-
Packages that use AutoStopListener.AutoStopCondition Package Description us.abstracta.jmeter.javadsl.core.listeners -
-
Uses of AutoStopListener.AutoStopCondition in us.abstracta.jmeter.javadsl.core.listeners
Fields in us.abstracta.jmeter.javadsl.core.listeners with type parameters of type AutoStopListener.AutoStopCondition Modifier and Type Field Description protected List<AutoStopListener.AutoStopCondition>AutoStopListener. conditionsMethods in us.abstracta.jmeter.javadsl.core.listeners that return AutoStopListener.AutoStopCondition Modifier and Type Method Description AutoStopListener.AutoStopConditionAutoStopListener.AggregatedConditionBuilder. greaterThan(T value)Specifies to check the aggregated metric value to be greater than a provided one.AutoStopListener.AutoStopConditionAutoStopListener.AggregatedConditionBuilder. greaterThanOrEqualTo(T value)Specifies to check the aggregated metric value to be greater than or equal to a provided one.AutoStopListener.AutoStopConditionAutoStopListener.AutoStopCondition. holdsFor(Duration duration)Specifies for how long the specified condition has to hold (be met) before the test plan execution is stopped.AutoStopListener.AutoStopConditionAutoStopListener.AggregatedConditionBuilder. lessThan(T value)Specifies to check the aggregated metric value to be less than a provided one.AutoStopListener.AutoStopConditionAutoStopListener.AggregatedConditionBuilder. lessThanOrEqualTo(T value)Specifies to check the aggregated metric value to be less than or equal to a provided one.Methods in us.abstracta.jmeter.javadsl.core.listeners with parameters of type AutoStopListener.AutoStopCondition Modifier and Type Method Description AutoStopListenerAutoStopListener. when(AutoStopListener.AutoStopCondition condition)Specifies conditions that when met will cause the test plan execution to stop.
-