| Apache JMeter | |
| Prev Class | Next Class | Frames | No Frames |
| Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Objectorg.apache.jmeter.testelement.AbstractTestElementorg.apache.jmeter.config.ConfigTestElementorg.apache.jmeter.config.RandomVariableConfigpublic class RandomVariableConfigextends ConfigTestElementimplements TestBean, LoopIterationListener, NoThreadCloneField Summary |
Fields inherited from class org.apache.jmeter.config.ConfigTestElement | |
PASSWORD, USERNAME | |
Fields inherited from interface org.apache.jmeter.testelement.TestElement | |
COMMENTS, ENABLED, GUI_CLASS, NAME, TEST_CLASS | |
Method Summary | |
String | |
String | |
String | |
boolean | |
String | |
String | |
void |
|
void |
|
void |
|
void |
|
void |
|
void |
|
void |
|
Methods inherited from class org.apache.jmeter.config.ConfigTestElement | |
addConfigElement, addTestElement, expectsModification | |
public String getMaximumValue()
- Returns:
- the maxvalue
public String getMinimumValue()
- Returns:
- the minValue
public String getOutputFormat()
- Returns:
- the outputFormat
public boolean getPerThread()
- Returns:
- the perThread
public String getRandomSeed()
- Returns:
- the randomSeed
public String getVariableName()
- Returns:
- the variableName
public void iterationStart(LoopIterationEvent iterEvent)
- Specified by:
- iterationStart in interface LoopIterationListener
public void setMaximumValue(String maxvalue)
- Parameters:
maxvalue- the maxvalue to set
public void setMinimumValue(String minValue)
- Parameters:
minValue- the minValue to set
public void setOutputFormat(String outputFormat)
- Parameters:
outputFormat- the outputFormat to set
public void setPerThread(boolean perThread)
- Parameters:
perThread- the perThread to set
public void setRandomSeed(String randomSeed)
- Parameters:
randomSeed- the randomSeed to set
public void setVariableName(String variableName)
- Parameters:
variableName- the variableName to set