Class JMeterVariables
java.lang.Object
org.apache.jmeter.threads.JMeterVariables
Class which defines JMeter variables.
These are similar to properties, but they are local to a single thread.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionentrySet()Gets the value of a variable, coerced to a String.intGets a read-only Iterator over the variables.Gets the value of a variable (not converted to String).voidvoidvoidCreates or updates a variable with a String value.voidvoidputAll(JMeterVariables vars) voidCreates or updates a variable with a value that does not have to be a String.Remove a variable.
-
Constructor Details
-
JMeterVariables
public JMeterVariables()
-
-
Method Details
-
getThreadName
-
getIteration
public int getIteration() -
incIteration
public void incIteration() -
initialize
public void initialize() -
remove
-
put
-
putObject
-
putAll
-
putAll
-
get
-
getObject
-
getIterator
-
entrySet
-