Package io.hyperfoil.api.config
Class Model.Always
- java.lang.Object
-
- io.hyperfoil.api.config.Model.Always
-
- All Implemented Interfaces:
Model,java.io.Serializable
- Enclosing interface:
- Model
public static class Model.Always extends java.lang.Object implements Model
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface io.hyperfoil.api.config.Model
Model.Always, Model.AtOnce, Model.ConstantRate, Model.Noop, Model.OpenModel, Model.RampRate, Model.Sequentially
-
-
Constructor Summary
Constructors Constructor Description Always(int users)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Stringdescription()voidvalidate(Phase phase)
-
-
-
Method Detail
-
description
public java.lang.String description()
- Specified by:
descriptionin interfaceModel
-
-