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