| Package | Description |
|---|---|
| us.abstracta.jmeter.javadsl | |
| us.abstracta.jmeter.javadsl.java |
| Modifier and Type | Method and Description |
|---|---|
static DslJsr223Sampler |
JmeterDsl.jsr223Sampler(DslJsr223Sampler.SamplerScript script)
Same as
JmeterDsl.jsr223Sampler(String) but allowing to use Java type safety and code completion
when specifying the script. |
static DslJsr223Sampler |
JmeterDsl.jsr223Sampler(String name,
DslJsr223Sampler.SamplerScript script)
Same as
JmeterDsl.jsr223Sampler(String, String) but allowing to use Java type safety and code
completion when specifying the script. |
| Modifier and Type | Method and Description |
|---|---|
static DslJsr223Sampler |
JmeterDsl.jsr223Sampler(Class<? extends DslJsr223Sampler.SamplerScript> scriptClass)
Same as
#jsr223Sampler(SamplerScript) but with support for running at scale in a remote
engine. |
static DslJsr223Sampler |
JmeterDsl.jsr223Sampler(String name,
Class<? extends DslJsr223Sampler.SamplerScript> scriptClass)
Same as
JmeterDsl.jsr223Sampler(Class) but allowing to set a name on the sampler. |
| Constructor and Description |
|---|
DslJsr223Sampler(String name,
DslJsr223Sampler.SamplerScript script) |
| Constructor and Description |
|---|
DslJsr223Sampler(String name,
Class<? extends DslJsr223Sampler.SamplerScript> scriptClass) |
Copyright © 2024. All rights reserved.