Package io.hyperfoil.api.config
Interface StepBuilder<S extends StepBuilder<S>>
-
- All Superinterfaces:
BuilderBase<S>
- All Known Implementing Classes:
BaseSequenceBuilder.SimpleAdapter,StepBuilder.ActionAdapter
public interface StepBuilder<S extends StepBuilder<S>> extends BuilderBase<S>
- Author:
- Ståle Pedersen
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classStepBuilder.ActionAdapterstatic classStepBuilder.ActionBuilderConverterstatic classStepBuilder.ActionStep-
Nested classes/interfaces inherited from interface io.hyperfoil.api.config.BuilderBase
BuilderBase.CopyUtil, BuilderBase.IgnoreCopy, BuilderBase.ThrowingSupplier<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description java.util.List<Step>build()default intid()-
Methods inherited from interface io.hyperfoil.api.config.BuilderBase
copy, prepareBuild
-
-
-
-
Method Detail
-
build
java.util.List<Step> build()
-
id
default int id()
-
-