Uses of Enum Class
io.hyperfoil.api.session.PhaseInstance.Status
Packages that use PhaseInstance.Status
-
Uses of PhaseInstance.Status in io.hyperfoil.api.session
Methods in io.hyperfoil.api.session that return PhaseInstance.StatusModifier and TypeMethodDescriptionPhaseInstance.status()static PhaseInstance.StatusReturns the enum constant of this class with the specified name.static PhaseInstance.Status[]PhaseInstance.Status.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.hyperfoil.api.session with parameters of type PhaseInstance.StatusModifier and TypeMethodDescriptionPhaseChangeHandler.onChange(Phase phase, PhaseInstance.Status status, boolean sessionLimitExceeded, Throwable error) ControllerListener.onPhaseChange(Phase phase, PhaseInstance.Status status, boolean sessionLimitExceeded, Throwable error, Map<String, GlobalData.Element> globalData)