Package org.apache.jmeter.engine.event
Class LoopIterationEvent
java.lang.Object
org.apache.jmeter.engine.event.LoopIterationEvent
An iteration event provides information about the iteration number and the
source of the event.
-
Constructor Summary
ConstructorDescriptionLoopIterationEvent
(org.apache.jmeter.testelement.TestElement source, int iter) -
Method Summary
Modifier and TypeMethodDescriptionint
Returns the iteration.org.apache.jmeter.testelement.TestElement
Returns the source.
-
Constructor Details
-
LoopIterationEvent
public LoopIterationEvent(org.apache.jmeter.testelement.TestElement source, int iter)
-
-
Method Details
-
getIteration
public int getIteration()Returns the iteration.- Returns:
- int
-
getSource
public org.apache.jmeter.testelement.TestElement getSource()Returns the source.- Returns:
- TestElement
-