Uses of Class
io.hyperfoil.api.session.Session.ConcurrencyPolicy
-
Packages that use Session.ConcurrencyPolicy Package Description io.hyperfoil.api.session -
-
Uses of Session.ConcurrencyPolicy in io.hyperfoil.api.session
Methods in io.hyperfoil.api.session that return Session.ConcurrencyPolicy Modifier and Type Method Description static Session.ConcurrencyPolicySession.ConcurrencyPolicy. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Session.ConcurrencyPolicy[]Session.ConcurrencyPolicy. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.hyperfoil.api.session with parameters of type Session.ConcurrencyPolicy Modifier and Type Method Description SequenceInstanceSession. startSequence(java.lang.String name, boolean forceSameIndex, Session.ConcurrencyPolicy policy)
-