public class RandomVariableConfig
extends org.apache.jmeter.config.ConfigTestElement
implements org.apache.jmeter.testbeans.TestBean, org.apache.jmeter.engine.event.LoopIterationListener, org.apache.jmeter.engine.util.NoThreadClone, org.apache.jmeter.engine.util.NoConfigMerge
| Constructor and Description |
|---|
RandomVariableConfig() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getMaximumValue() |
java.lang.String |
getMinimumValue() |
java.lang.String |
getOutputFormat() |
boolean |
getPerThread() |
java.lang.String |
getRandomSeed() |
java.lang.String |
getVariableName() |
void |
iterationStart(org.apache.jmeter.engine.event.LoopIterationEvent iterEvent) |
void |
setMaximumValue(java.lang.String maxvalue) |
void |
setMinimumValue(java.lang.String minValue) |
void |
setOutputFormat(java.lang.String outputFormat) |
void |
setPerThread(boolean perThread) |
void |
setRandomSeed(java.lang.String randomSeed) |
void |
setVariableName(java.lang.String variableName) |
addConfigElement, addTestElement, expectsModificationaddPropertiesValues, addProperty, addProperty, 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, traversePropertypublic void iterationStart(org.apache.jmeter.engine.event.LoopIterationEvent iterEvent)
iterationStart in interface org.apache.jmeter.engine.event.LoopIterationListenerpublic java.lang.String getMinimumValue()
public void setMinimumValue(java.lang.String minValue)
minValue - the minValue to setpublic java.lang.String getMaximumValue()
public void setMaximumValue(java.lang.String maxvalue)
maxvalue - the maxvalue to setpublic java.lang.String getVariableName()
public void setVariableName(java.lang.String variableName)
variableName - the variableName to setpublic java.lang.String getRandomSeed()
public void setRandomSeed(java.lang.String randomSeed)
randomSeed - the randomSeed to setpublic boolean getPerThread()
public void setPerThread(boolean perThread)
perThread - the perThread to setpublic java.lang.String getOutputFormat()
public void setOutputFormat(java.lang.String outputFormat)
outputFormat - the outputFormat to setCopyright © 1998-2018 Apache Software Foundation. All Rights Reserved.