Package io.gatling.plugin.model
Class SimulationCreationPayload
java.lang.Object
io.gatling.plugin.model.SimulationCreationPayload
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal Stringfinal Map<String, HostByLocation> final booleanfinal MeaningfulTimeWindowfinal Stringfinal UUIDfinal UUIDfinal booleanfinal boolean -
Constructor Summary
ConstructorsConstructorDescriptionSimulationCreationPayload(String name, UUID teamId, String className, UUID pkgId, Map<String, String> systemProperties, Map<String, String> environmentVariables, boolean ignoreGlobalProperties, MeaningfulTimeWindow meaningfulTimeWindow, Map<String, HostByLocation> hostsByPool, boolean usePoolWeights, boolean usePoolDedicatedIps) -
Method Summary
-
Field Details
-
name
-
teamId
-
className
-
pkgId
-
systemProperties
-
environmentVariables
-
ignoreGlobalProperties
public final boolean ignoreGlobalProperties -
meaningfulTimeWindow
-
hostsByPool
-
usePoolWeights
public final boolean usePoolWeights -
usePoolDedicatedIps
public final boolean usePoolDedicatedIps
-
-
Constructor Details
-
SimulationCreationPayload
public SimulationCreationPayload(String name, UUID teamId, String className, UUID pkgId, Map<String, String> systemProperties, Map<String, String> environmentVariables, boolean ignoreGlobalProperties, MeaningfulTimeWindow meaningfulTimeWindow, Map<String, HostByLocation> hostsByPool, boolean usePoolWeights, boolean usePoolDedicatedIps)
-
-
Method Details