Class OnErrorTestElement

java.lang.Object
org.apache.jmeter.testelement.AbstractTestElement
org.apache.jmeter.testelement.OnErrorTestElement
All Implemented Interfaces:
Serializable, Cloneable, Searchable, org.apache.jmeter.testelement.TestElement
Direct Known Subclasses:
ResultAction

public abstract class OnErrorTestElement extends AbstractTestElement
See Also:
  • Field Details

  • Constructor Details

    • OnErrorTestElement

      protected OnErrorTestElement()
  • Method Details

    • setErrorAction

      public void setErrorAction(int value)
    • getErrorAction

      public int getErrorAction()
    • isContinue

      public boolean isContinue()
    • isStopThread

      public boolean isStopThread()
    • isStopTest

      public boolean isStopTest()
    • isStopTestNow

      public boolean isStopTestNow()
    • isStartNextThreadLoop

      public boolean isStartNextThreadLoop()
    • isStartNextIterationOfCurrentLoop

      public boolean isStartNextIterationOfCurrentLoop()
    • isBreakCurrentLoop

      public boolean isBreakCurrentLoop()