Uses of Class
io.hyperfoil.api.config.RelativeIteration
-
Packages that use RelativeIteration Package Description io.hyperfoil.api.config -
-
Uses of RelativeIteration in io.hyperfoil.api.config
Fields in io.hyperfoil.api.config declared as RelativeIteration Modifier and Type Field Description RelativeIterationPhaseReference. iterationMethods in io.hyperfoil.api.config that return RelativeIteration Modifier and Type Method Description static RelativeIterationRelativeIteration. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static RelativeIteration[]RelativeIteration. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in io.hyperfoil.api.config with parameters of type RelativeIteration Constructor Description PhaseReference(java.lang.String phase, RelativeIteration iteration, java.lang.String fork)
-