|
Apache JMeter | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.jmeter.testelement.AbstractTestElement
org.apache.jmeter.modifiers.UserParameters
public class UserParameters
| Field Summary | |
|---|---|
static String |
NAMES
|
static String |
PER_ITERATION
|
static String |
THREAD_VALUES
|
| Fields inherited from interface org.apache.jmeter.testelement.TestElement |
|---|
COMMENTS, ENABLED, GUI_CLASS, NAME, TEST_CLASS |
| Constructor Summary | |
|---|---|
UserParameters()
|
|
| Method Summary | |
|---|---|
Object |
clone()
|
CollectionProperty |
getNames()
|
CollectionProperty |
getThreadLists()
|
boolean |
isPerIteration()
|
void |
iterationStart(LoopIterationEvent event)
Called when a loop iteration is about to start. |
protected void |
mergeIn(TestElement element)
Add to this the properties of element (by reference) |
void |
process()
|
void |
setNames(Collection<?> list)
The list of names of the variables to hold values. |
void |
setNames(CollectionProperty list)
The list of names of the variables to hold values. |
void |
setPerIteration(boolean perIter)
|
void |
setThreadLists(Collection<?> threadLists)
The thread list is a list of lists. |
void |
setThreadLists(CollectionProperty threadLists)
The thread list is a list of lists. |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String NAMES
public static final String THREAD_VALUES
public static final String PER_ITERATION
| Constructor Detail |
|---|
public UserParameters()
| Method Detail |
|---|
public CollectionProperty getNames()
public CollectionProperty getThreadLists()
public void setNames(Collection<?> list)
setThreadLists(Collection).
list - The ordered list of namespublic void setNames(CollectionProperty list)
setThreadLists(CollectionProperty).
list - The ordered list of namespublic void setThreadLists(Collection<?> threadLists)
threadLists - The list of lists of values for each user threadpublic void setThreadLists(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 PreProcessorpublic void iterationStart(LoopIterationEvent event)
LoopIterationListener
iterationStart in interface LoopIterationListenerevent - the eventLoopIterationListener.iterationStart(LoopIterationEvent)public Object clone()
clone in interface TestElementclone in class AbstractTestElementprotected void mergeIn(TestElement element)
mergeIn in class AbstractTestElementelement - TestElement
|
Apache JMeter | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||