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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
Returns the iteration.Returns the source.
-
Constructor Details
-
LoopIterationEvent
-
-
Method Details
-
getIteration
public int getIteration()Returns the iteration.- Returns:
- int
-
getSource
Returns the source.- Returns:
- TestElement
-