public class UserParameters
extends org.apache.jmeter.testelement.AbstractTestElement
implements java.io.Serializable, org.apache.jmeter.processor.PreProcessor, org.apache.jmeter.engine.event.LoopIterationListener
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
NAMES |
static java.lang.String |
PER_ITERATION |
static java.lang.String |
THREAD_VALUES |
| Constructor and Description |
|---|
UserParameters() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
clone()
A new instance is created for each thread group, and the
clone() method is then called to create copies for each thread in a
thread group.
|
org.apache.jmeter.testelement.property.CollectionProperty |
getNames() |
org.apache.jmeter.testelement.property.CollectionProperty |
getThreadLists() |
boolean |
isPerIteration() |
void |
iterationStart(org.apache.jmeter.engine.event.LoopIterationEvent event) |
void |
process() |
void |
setNames(java.util.Collection<?> list)
The list of names of the variables to hold values.
|
void |
setNames(org.apache.jmeter.testelement.property.CollectionProperty list)
The list of names of the variables to hold values.
|
void |
setPerIteration(boolean perIter) |
void |
setThreadLists(java.util.Collection<?> threadLists)
The thread list is a list of lists.
|
void |
setThreadLists(org.apache.jmeter.testelement.property.CollectionProperty threadLists)
The thread list is a list of lists.
|
addPropertiesValues, 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 static final java.lang.String NAMES
public static final java.lang.String THREAD_VALUES
public static final java.lang.String PER_ITERATION
public org.apache.jmeter.testelement.property.CollectionProperty getNames()
public org.apache.jmeter.testelement.property.CollectionProperty getThreadLists()
public void setNames(java.util.Collection<?> list)
setThreadLists(Collection).list - The ordered list of namespublic void setNames(org.apache.jmeter.testelement.property.CollectionProperty list)
setThreadLists(CollectionProperty).list - The ordered list of namespublic void setThreadLists(java.util.Collection<?> threadLists)
threadLists - The list of lists of values for each user threadpublic void setThreadLists(org.apache.jmeter.testelement.property.CollectionProperty threadLists)
threadLists - The list of lists of values for each user threadpublic boolean isPerIteration()
public void setPerIteration(boolean perIter)
public void process()
process in interface org.apache.jmeter.processor.PreProcessorpublic void iterationStart(org.apache.jmeter.engine.event.LoopIterationEvent event)
iterationStart in interface org.apache.jmeter.engine.event.LoopIterationListenerLoopIterationListener.iterationStart(LoopIterationEvent)public java.lang.Object clone()
clone in interface org.apache.jmeter.testelement.TestElementclone in class org.apache.jmeter.testelement.AbstractTestElementObject.clone()Copyright © 1998-2018 Apache Software Foundation. All Rights Reserved.