Package io.hyperfoil.api.config
Class Locator.Abstract
- java.lang.Object
-
- io.hyperfoil.api.config.Locator.Abstract
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface io.hyperfoil.api.config.Locator
Locator.Abstract, Locator.Holder, Locator.Impl
-
-
Constructor Summary
Constructors Constructor Description Abstract()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BenchmarkBuilderbenchmark()java.lang.StringlocationMessage()ScenarioBuilderscenario()BaseSequenceBuilder<?>sequence()StepBuilder<?>step()
-
-
-
Method Detail
-
step
public StepBuilder<?> step()
-
sequence
public BaseSequenceBuilder<?> sequence()
-
scenario
public ScenarioBuilder scenario()
-
benchmark
public BenchmarkBuilder benchmark()
-
locationMessage
public java.lang.String locationMessage()
- Specified by:
locationMessagein interfaceLocator
-
-