Class AutoStopConditionElement

  • All Implemented Interfaces:
    Serializable, Cloneable, org.apache.jmeter.gui.Searchable, org.apache.jmeter.testelement.TestElement

    public class AutoStopConditionElement
    extends org.apache.jmeter.testelement.AbstractTestElement
    See Also:
    Serialized Form
    • Field Summary

      • Fields inherited from interface org.apache.jmeter.testelement.TestElement

        COMMENTS, ENABLED, GUI_CLASS, NAME, TEST_CLASS
    • Constructor Detail

      • AutoStopConditionElement

        public AutoStopConditionElement()
    • Method Detail

      • getRegex

        public String getRegex()
      • setRegex

        public void setRegex​(String regex)
      • getMetric

        public String getMetric()
      • setMetric

        public void setMetric​(String metric)
      • getAggregation

        public String getAggregation()
      • setAggregation

        public void setAggregation​(String aggregation)
      • getPercentile

        public double getPercentile()
      • setPercentile

        public void setPercentile​(double percentile)
      • getAggregationResetPeriodSeconds

        public long getAggregationResetPeriodSeconds()
      • setAggregationResetPeriodSeconds

        public void setAggregationResetPeriodSeconds​(long aggregationResetPeriod)
      • getComparison

        public String getComparison()
      • setComparison

        public void setComparison​(String comparison)
      • getValue

        public Object getValue()
      • setValue

        public void setValue​(Object value)
      • getHoldsForSeconds

        public long getHoldsForSeconds()
      • setHoldsForSeconds

        public void setHoldsForSeconds​(long holdsFor)
      • start

        public void start()
      • eval

        public boolean eval​(org.apache.jmeter.samplers.SampleResult result)