Package io.hyperfoil.api.config
Class SLABuilder.ListBuilder<P>
- java.lang.Object
-
- io.hyperfoil.api.config.SLABuilder.ListBuilder<P>
-
- All Implemented Interfaces:
MappingListBuilder<SLABuilder<SLABuilder.ListBuilder<P>>>
- Enclosing class:
- SLABuilder<P>
public static class SLABuilder.ListBuilder<P> extends java.lang.Object implements MappingListBuilder<SLABuilder<SLABuilder.ListBuilder<P>>>
Defines a list of Service Level Agreements (SLAs) - conditions that must hold for benchmark to be deemed successful.
-
-
Constructor Summary
Constructors Constructor Description ListBuilder()ListBuilder(P parent)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SLABuilder<SLABuilder.ListBuilder<P>>addItem()One or more SLA configurations.SLA[]build()PendList()
-
-
-
Constructor Detail
-
ListBuilder
public ListBuilder()
-
ListBuilder
public ListBuilder(P parent)
-
-
Method Detail
-
addItem
public SLABuilder<SLABuilder.ListBuilder<P>> addItem()
One or more SLA configurations.- Specified by:
addItemin interfaceMappingListBuilder<P>- Returns:
- Builder.
-
endList
public P endList()
-
build
public SLA[] build()
-
-