Uses of Class
io.hyperfoil.api.config.PhaseBuilder
Packages that use PhaseBuilder
-
Uses of PhaseBuilder in io.hyperfoil.api.config
Classes in io.hyperfoil.api.config with type parameters of type PhaseBuilderModifier and TypeClassDescriptionclassPhaseBuilder<PB extends PhaseBuilder<PB>>The builder creates a matrix of phases (not just single phase); we allow multiple iterations of a phase (with increasing number of users) and multiple forks (different scenarios, but same configuration).static classPhaseBuilder.OpenModel<P extends PhaseBuilder<P>>Subclasses of PhaseBuilder in io.hyperfoil.api.configModifier and TypeClassDescriptionstatic classstatic classstatic classPhaseBuilder.ClosedModel<T extends PhaseBuilder.ClosedModel<T>>static classstatic classstatic classPhaseBuilder.OpenModel<P extends PhaseBuilder<P>>static classstatic classMethods in io.hyperfoil.api.config that return PhaseBuilderMethods in io.hyperfoil.api.config that return types with arguments of type PhaseBuilderModifier and TypeMethodDescriptionstatic Collection<PhaseBuilder<?>>BenchmarkBuilder.phasesForTesting(BenchmarkBuilder builder) Methods in io.hyperfoil.api.config with parameters of type PhaseBuilderModifier and TypeMethodDescriptionvoidPhaseBuilder.readCustomSlaFrom(PhaseBuilder<?> other) voidPhaseBuilder.readForksFrom(PhaseBuilder<?> other) Constructors in io.hyperfoil.api.config with parameters of type PhaseBuilder