Uses of Class
io.hyperfoil.api.session.PhaseInstance.Status
-
Packages that use PhaseInstance.Status Package Description io.hyperfoil.api.session -
-
Uses of PhaseInstance.Status in io.hyperfoil.api.session
Methods in io.hyperfoil.api.session that return PhaseInstance.Status Modifier and Type Method Description PhaseInstance.StatusPhaseInstance. status()static PhaseInstance.StatusPhaseInstance.Status. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static PhaseInstance.Status[]PhaseInstance.Status. 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 PhaseInstance.Status Modifier and Type Method Description java.util.concurrent.CompletableFuture<java.lang.Void>PhaseChangeHandler. onChange(Phase phase, PhaseInstance.Status status, boolean sessionLimitExceeded, java.lang.Throwable error)
-