Class SimulationCreationRequest
java.lang.Object
io.gatling.plugin.client.http.requests.SimulationCreationRequest
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionSimulationCreationRequest(String name, UUID teamId, String className, UUID pkgId, Map<String, String> systemProperties, Map<String, String> environmentVariables, boolean ignoreGlobalProperties, MeaningfulTimeWindowRequest meaningfulTimeWindow, Map<String, HostByLocationRequest> 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
-
SimulationCreationRequest
public SimulationCreationRequest(String name, UUID teamId, String className, UUID pkgId, Map<String, String> systemProperties, Map<String, String> environmentVariables, boolean ignoreGlobalProperties, MeaningfulTimeWindowRequest meaningfulTimeWindow, Map<String, HostByLocationRequest> hostsByPool, boolean usePoolWeights, boolean usePoolDedicatedIps)
-
-
Method Details