Package org.apache.jmeter.testelement
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
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.apache.jmeter.testelement.TestElement
org.apache.jmeter.testelement.TestElement.Companion
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
static final int
static final int
static final int
static final int
static final int
static final int
static final int
Fields inherited from interface org.apache.jmeter.testelement.TestElement
COMMENTS, Companion, ENABLED, GUI_CLASS, NAME, TEST_CLASS
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionint
boolean
boolean
boolean
boolean
boolean
boolean
boolean
void
setErrorAction
(int value) Methods inherited from class org.apache.jmeter.testelement.AbstractTestElement
addPropertiesValues, addProperty, addProperty, addTestElement, canRemove, clear, clearTemporary, clearTestElementChildren, clone, emptyTemporary, equals, getComment, getName, getProperty, getPropertyAsBoolean, getPropertyAsBoolean, getPropertyAsDouble, getPropertyAsFloat, getPropertyAsInt, getPropertyAsInt, getPropertyAsLong, getPropertyAsLong, getPropertyAsString, getPropertyAsString, getPropertyOrNull, getSearchableTokens, getThreadContext, getThreadName, hashCode, isEnabled, isRunningVersion, isTemporary, logProperties, mergeIn, propertyIterator, recoverRunningVersion, removeProperty, setComment, setEnabled, setName, setProperty, setProperty, setProperty, setProperty, setProperty, setProperty, setProperty, setProperty, setProperty, setRunningVersion, setTemporary, setThreadContext, setThreadName, traverse, traverseCollection, traverseMap, traverseProperty
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.apache.jmeter.testelement.TestElement
get, get, get, get, get, get, get, get, get, getOrCreate, getOrCreate, getOrNull, getOrNull, getOrNull, getPropertyOrNull, getProps, getSchema, getString, removed, removeProperty, set, set, set, set, set, set, set, set, set
-
Field Details
-
ON_ERROR_CONTINUE
public static final int ON_ERROR_CONTINUE- See Also:
-
ON_ERROR_STOPTHREAD
public static final int ON_ERROR_STOPTHREAD- See Also:
-
ON_ERROR_STOPTEST
public static final int ON_ERROR_STOPTEST- See Also:
-
ON_ERROR_STOPTEST_NOW
public static final int ON_ERROR_STOPTEST_NOW- See Also:
-
ON_ERROR_START_NEXT_THREAD_LOOP
public static final int ON_ERROR_START_NEXT_THREAD_LOOP- See Also:
-
ON_ERROR_START_NEXT_ITERATION_OF_CURRENT_LOOP
public static final int ON_ERROR_START_NEXT_ITERATION_OF_CURRENT_LOOP- See Also:
-
ON_ERROR_BREAK_CURRENT_LOOP
public static final int ON_ERROR_BREAK_CURRENT_LOOP- See Also:
-
ON_ERROR_ACTION
- See Also:
-
-
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()
-