Uses of Interface
io.hyperfoil.api.config.Step
-
Packages that use Step Package Description io.hyperfoil.api.config io.hyperfoil.api.session -
-
Uses of Step in io.hyperfoil.api.config
Classes in io.hyperfoil.api.config that implement Step Modifier and Type Class Description static classStepBuilder.ActionStepMethods in io.hyperfoil.api.config that return Step Modifier and Type Method Description StepBaseSequenceBuilder.SimpleBuilder. build()Step[]Sequence. steps()Methods in io.hyperfoil.api.config that return types with arguments of type Step Modifier and Type Method Description java.util.List<Step>BaseSequenceBuilder.SimpleAdapter. build()java.util.List<Step>StepBuilder.ActionAdapter. build()java.util.List<Step>StepBuilder. build()java.util.List<Step>BaseSequenceBuilder. buildSteps()java.util.stream.Stream<Step>Benchmark. steps()Methods in io.hyperfoil.api.config with parameters of type Step Modifier and Type Method Description SBaseSequenceBuilder. step(Step step)Constructors in io.hyperfoil.api.config with parameters of type Step Constructor Description Sequence(java.lang.String name, int id, int concurrency, int offset, Step[] steps) -
Uses of Step in io.hyperfoil.api.session
Methods in io.hyperfoil.api.session with parameters of type Step Modifier and Type Method Description SequenceInstanceSequenceInstance. reset(Sequence sequence, int index, Step[] steps, java.util.function.Consumer<SequenceInstance> releaseHandler)
-