Uses of Interface
us.abstracta.jmeter.javadsl.java.DslJsr223Sampler.SamplerScript
-
Packages that use DslJsr223Sampler.SamplerScript Package Description us.abstracta.jmeter.javadsl us.abstracta.jmeter.javadsl.java -
-
Uses of DslJsr223Sampler.SamplerScript in us.abstracta.jmeter.javadsl
Methods in us.abstracta.jmeter.javadsl with parameters of type DslJsr223Sampler.SamplerScript Modifier and Type Method Description static DslJsr223SamplerJmeterDsl. jsr223Sampler(String name, DslJsr223Sampler.SamplerScript script)Same asJmeterDsl.jsr223Sampler(String, String)but allowing to use Java type safety and code completion when specifying the script.static DslJsr223SamplerJmeterDsl. jsr223Sampler(DslJsr223Sampler.SamplerScript script)Same asJmeterDsl.jsr223Sampler(String)but allowing to use Java type safety and code completion when specifying the script.Method parameters in us.abstracta.jmeter.javadsl with type arguments of type DslJsr223Sampler.SamplerScript Modifier and Type Method Description static DslJsr223SamplerJmeterDsl. jsr223Sampler(Class<? extends DslJsr223Sampler.SamplerScript> scriptClass)Same asJmeterDsl.jsr223Sampler(SamplerScript)but with support for running at scale in a remote engine.static DslJsr223SamplerJmeterDsl. jsr223Sampler(String name, Class<? extends DslJsr223Sampler.SamplerScript> scriptClass)Same asJmeterDsl.jsr223Sampler(Class)but allowing to set a name on the sampler. -
Uses of DslJsr223Sampler.SamplerScript in us.abstracta.jmeter.javadsl.java
Constructors in us.abstracta.jmeter.javadsl.java with parameters of type DslJsr223Sampler.SamplerScript Constructor Description DslJsr223Sampler(String name, DslJsr223Sampler.SamplerScript script)Constructor parameters in us.abstracta.jmeter.javadsl.java with type arguments of type DslJsr223Sampler.SamplerScript Constructor Description DslJsr223Sampler(String name, Class<? extends DslJsr223Sampler.SamplerScript> scriptClass)
-