Uses of Interface
io.hyperfoil.api.session.GlobalData.Element
Packages that use GlobalData.Element
-
Uses of GlobalData.Element in io.hyperfoil.api.session
Methods in io.hyperfoil.api.session that return GlobalData.ElementModifier and TypeMethodDescriptionGlobalData.Accumulator.complete()Transforms contents of this accumulator into a combined element.Retrieves the element created in one of strictly preceding phases.Methods in io.hyperfoil.api.session with parameters of type GlobalData.ElementModifier and TypeMethodDescriptionvoidGlobalData.Accumulator.add(GlobalData.Element e) Add a new element to the accumulator.voidGlobalData.publish(String phase, String key, GlobalData.Element element) Offers an element for publishing.Method parameters in io.hyperfoil.api.session with type arguments of type GlobalData.ElementModifier and TypeMethodDescriptionControllerListener.onPhaseChange(Phase phase, PhaseInstance.Status status, boolean sessionLimitExceeded, Throwable error, Map<String, GlobalData.Element> globalData)