Class AwaitAllResponsesStep.Builder

    • Nested Class Summary

      • Nested classes/interfaces inherited from interface io.hyperfoil.api.config.BuilderBase

        io.hyperfoil.api.config.BuilderBase.CopyUtil, io.hyperfoil.api.config.BuilderBase.IgnoreCopy, io.hyperfoil.api.config.BuilderBase.ThrowingSupplier<T extends java.lang.Object>
      • Nested classes/interfaces inherited from interface io.hyperfoil.api.config.StepBuilder

        io.hyperfoil.api.config.StepBuilder.ActionAdapter, io.hyperfoil.api.config.StepBuilder.ActionBuilderConverter, io.hyperfoil.api.config.StepBuilder.ActionStep
    • Constructor Summary

      Constructors 
      Constructor Description
      Builder()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.List<io.hyperfoil.api.config.Step> build()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface io.hyperfoil.api.config.BuilderBase

        copy, prepareBuild
      • Methods inherited from interface io.hyperfoil.api.config.StepBuilder

        id
    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • build

        public java.util.List<io.hyperfoil.api.config.Step> build()
        Specified by:
        build in interface io.hyperfoil.api.config.StepBuilder<AwaitAllResponsesStep.Builder>