public abstract static class DslScript.DslScriptVars extends Object
| Modifier and Type | Field and Description |
|---|---|
org.apache.jmeter.threads.JMeterContext |
ctx |
org.slf4j.Logger |
log |
org.apache.jmeter.samplers.SampleResult |
prev |
Properties |
props |
org.apache.jmeter.samplers.Sampler |
sampler |
org.apache.jmeter.threads.JMeterVariables |
vars |
| Constructor and Description |
|---|
DslScriptVars(org.apache.jmeter.samplers.SampleResult prev,
org.apache.jmeter.threads.JMeterContext ctx,
org.apache.jmeter.threads.JMeterVariables vars,
Properties props,
org.apache.jmeter.samplers.Sampler sampler,
org.slf4j.Logger log) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
prevMap()
Builds a map from last sample result to ease visualization and debugging.
|
Map<String,Object> |
prevMetadata()
Builds a map from last sample result including most significant metadata to ease
visualization and debugging.
|
Map<String,Object> |
prevMetrics()
Builds a map from last sample result collected metrics to ease visualization and debugging.
|
String |
prevRequest()
Builds a string from last sample result request to ease visualization and debugging.
|
String |
prevResponse()
Builds a string from last sample result response to ease visualization and debugging.
|
Map<String,Object> |
varsMap()
Gets a map from current JMeter variables, making them easier to visualize, mainly while
debugging.
|
public final org.apache.jmeter.samplers.SampleResult prev
public final org.apache.jmeter.threads.JMeterContext ctx
public final org.apache.jmeter.threads.JMeterVariables vars
public final Properties props
public final org.apache.jmeter.samplers.Sampler sampler
public final org.slf4j.Logger log
public DslScriptVars(org.apache.jmeter.samplers.SampleResult prev,
org.apache.jmeter.threads.JMeterContext ctx,
org.apache.jmeter.threads.JMeterVariables vars,
Properties props,
org.apache.jmeter.samplers.Sampler sampler,
org.slf4j.Logger log)
public Map<String,Object> prevMap()
public Map<String,Object> prevMetadata()
public Map<String,Object> prevMetrics()
public String prevRequest()
public String prevResponse()
Copyright © 2024. All rights reserved.