|
Apache JMeter | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.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)
.
public void setNames(CollectionProperty list)
setThreadLists(CollectionProperty)
.
public void setThreadLists(Collection<?> threadLists)
public void setThreadLists(CollectionProperty threadLists)
public boolean isPerIteration()
public void setPerIteration(boolean perIter)
public void process()
process
in interface PreProcessor
public void iterationStart(LoopIterationEvent event)
LoopIterationListener
iterationStart
in interface LoopIterationListener
event
- the eventLoopIterationListener.iterationStart(LoopIterationEvent)
public Object clone()
clone
in interface TestElement
clone
in class AbstractTestElement
protected void mergeIn(TestElement element)
mergeIn
in class AbstractTestElement
element
- TestElement
|
Apache JMeter | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |