| |
|
| org.apache.jmeter.control.GenericController org.apache.jmeter.control.LoopController
LoopController | public LoopController()(Code) | | |
getContinueForever | public boolean getContinueForever()(Code) | | |
getIterCount | protected int getIterCount()(Code) | | |
getLoops | public int getLoops()(Code) | | |
incrementLoopCount | protected void incrementLoopCount()(Code) | | |
reInitialize | protected void reInitialize()(Code) | | |
resetLoopCount | protected void resetLoopCount()(Code) | | |
setContinueForever | public void setContinueForever(boolean forever)(Code) | | Determines whether the loop will return any samples if it is rerun.
Parameters: forever - true if the loop must be reset after ending a run |
setLoops | public void setLoops(int loops)(Code) | | |
|
|
|