public class AutoStopTestBean
extends org.apache.jmeter.reporters.AbstractListenerElement
implements org.apache.jmeter.testbeans.TestBean, org.apache.jmeter.samplers.SampleListener, org.apache.jmeter.testelement.TestStateListener, org.apache.jmeter.engine.util.NoThreadClone, org.apache.jmeter.visualizers.Visualizer
| Constructor and Description |
|---|
AutoStopTestBean() |
AutoStopTestBean(Pattern regex,
List<AutoStopConditionElement> conditions,
TestStopper testStopper) |
| Modifier and Type | Method and Description |
|---|---|
void |
add(org.apache.jmeter.samplers.SampleResult sample) |
List<AutoStopConditionElement> |
getConditions() |
String |
getRegex() |
TestStopper |
getTestStopper() |
boolean |
isStats() |
void |
sampleOccurred(org.apache.jmeter.samplers.SampleEvent e) |
void |
sampleStarted(org.apache.jmeter.samplers.SampleEvent e) |
void |
sampleStopped(org.apache.jmeter.samplers.SampleEvent e) |
void |
setClock(Clock clock) |
void |
setConditions(List<AutoStopConditionElement> conditions) |
void |
setRegex(String regex) |
void |
setTestStopper(TestStopper testStopper) |
void |
testEnded() |
void |
testEnded(String host) |
void |
testStarted() |
void |
testStarted(String host) |
clone, getVisualizer, setListeneraddPropertiesValues, addProperty, addProperty, addTestElement, canRemove, clear, clearTemporary, clearTestElementChildren, 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, traversePropertypublic AutoStopTestBean()
public AutoStopTestBean(Pattern regex, List<AutoStopConditionElement> conditions, TestStopper testStopper)
public String getRegex()
public void setRegex(String regex)
public List<AutoStopConditionElement> getConditions()
public void setConditions(List<AutoStopConditionElement> conditions)
public TestStopper getTestStopper()
public void setTestStopper(TestStopper testStopper)
public void add(org.apache.jmeter.samplers.SampleResult sample)
add in interface org.apache.jmeter.visualizers.Visualizerpublic boolean isStats()
isStats in interface org.apache.jmeter.visualizers.Visualizerpublic void sampleOccurred(org.apache.jmeter.samplers.SampleEvent e)
sampleOccurred in interface org.apache.jmeter.samplers.SampleListenerpublic void sampleStarted(org.apache.jmeter.samplers.SampleEvent e)
sampleStarted in interface org.apache.jmeter.samplers.SampleListenerpublic void sampleStopped(org.apache.jmeter.samplers.SampleEvent e)
sampleStopped in interface org.apache.jmeter.samplers.SampleListenerpublic void testStarted()
testStarted in interface org.apache.jmeter.testelement.TestStateListenerpublic void testStarted(String host)
testStarted in interface org.apache.jmeter.testelement.TestStateListenerpublic void testEnded()
testEnded in interface org.apache.jmeter.testelement.TestStateListenerpublic void testEnded(String host)
testEnded in interface org.apache.jmeter.testelement.TestStateListener@VisibleForTesting public void setClock(Clock clock)
Copyright © 2024. All rights reserved.