Package io.hyperfoil.api.deployment
Interface Deployer.Factory
-
- Enclosing interface:
- Deployer
public static interface Deployer.Factory
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Deployercreate()java.lang.Stringname()
-
-
-
Method Detail
-
name
java.lang.String name()
-
create
Deployer create()
-
-