Class ResultAction
java.lang.Object
org.apache.jmeter.testelement.AbstractTestElement
org.apache.jmeter.testelement.OnErrorTestElement
org.apache.jmeter.reporters.ResultAction
- All Implemented Interfaces:
Serializable, Cloneable, Searchable, SampleListener, TestElement
ResultAction - take action based on the status of the last Result
- See Also:
-
Field Summary
Fields inherited from class OnErrorTestElement
ON_ERROR_ACTION, ON_ERROR_CONTINUE, ON_ERROR_START_NEXT_THREAD_LOOP, ON_ERROR_STOPTEST, ON_ERROR_STOPTEST_NOW, ON_ERROR_STOPTHREADFields inherited from interface TestElement
COMMENTS, ENABLED, GUI_CLASS, NAME, TEST_CLASS -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidExamine the sample(s) and take appropriate actionvoidA sample has started.voidA sample has stopped.Methods inherited from class OnErrorTestElement
getErrorAction, isContinue, isStartNextThreadLoop, isStopTest, isStopTestNow, isStopThread, setErrorActionMethods inherited from class 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, 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
-
Constructor Details
-
ResultAction
public ResultAction()
-
-
Method Details
-
sampleOccurred
Examine the sample(s) and take appropriate action- Specified by:
sampleOccurredin interfaceSampleListener- Parameters:
e- theSampleEventthat has occurred- See Also:
-
sampleStarted
A sample has started.- Specified by:
sampleStartedin interfaceSampleListener- Parameters:
e- theSampleEventthat has started
-
sampleStopped
A sample has stopped.- Specified by:
sampleStoppedin interfaceSampleListener- Parameters:
e- theSampleEventthat has stopped
-