Package org.apache.jmeter.sampler
Class DebugSampler
-
- All Implemented Interfaces:
-
java.io.Serializable,java.lang.Cloneable,org.apache.jmeter.engine.util.ConfigMergabilityIndicator,org.apache.jmeter.gui.Searchable,org.apache.jmeter.samplers.Sampler,org.apache.jmeter.testbeans.TestBean,org.apache.jmeter.testelement.TestElement
public class DebugSampler extends AbstractSampler implements TestBeanThe Debug Sampler can be used to "sample" JMeter variables, JMeter properties and System Properties.
-
-
Field Summary
Fields Modifier and Type Field Description public transient JMeterContextthreadContextpublic transient StringthreadNamepublic final static TestElement.CompanionCompanionpublic final static StringNAMEpublic final static StringGUI_CLASSpublic final static StringENABLEDpublic final static StringTEST_CLASSpublic final static StringCOMMENTS
-
Constructor Summary
Constructors Constructor Description DebugSampler()
-
Method Summary
Modifier and Type Method Description DebugSamplerSchemagetSchema()PropertiesAccessor<out DebugSampler, out DebugSamplerSchema>getProps()SampleResultsample(Entry e)booleanisDisplayJMeterVariables()booleanisDisplayJMeterProperties()booleanisDisplaySystemProperties()booleanapplies(ConfigTestElement configElement)voidsetDisplayJMeterVariables(boolean displayJMeterVariables)voidsetDisplayJMeterProperties(boolean displayJMeterProperties)voidsetDisplaySystemProperties(boolean displaySystemProperties)-
Methods inherited from class org.apache.jmeter.testelement.AbstractTestElement
addTestElement, canRemove, clear, clearTestElementChildren, clone, equals, getComment, getName, getProperty, getPropertyAsBoolean, getPropertyAsDouble, getPropertyAsFloat, getPropertyAsInt, getPropertyAsLong, getPropertyAsString, getPropertyOrNull, getSearchableTokens, getThreadContext, getThreadName, hashCode, isEnabled, isRunningVersion, isTemporary, propertyIterator, recoverRunningVersion, removeProperty, setComment, setEnabled, setName, setProperty, setRunningVersion, setTemporary, setThreadContext, setThreadName, traverse -
Methods inherited from class org.apache.jmeter.testelement.TestElement
get, get, get, get, get, get, get, get, get, getOrCreate, getOrCreate, getOrNull, getOrNull, getOrNull, getString, removed, set -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getSchema
DebugSamplerSchema getSchema()
-
getProps
PropertiesAccessor<out DebugSampler, out DebugSamplerSchema> getProps()
-
sample
SampleResult sample(Entry e)
-
isDisplayJMeterVariables
boolean isDisplayJMeterVariables()
-
isDisplayJMeterProperties
boolean isDisplayJMeterProperties()
-
isDisplaySystemProperties
boolean isDisplaySystemProperties()
-
applies
boolean applies(ConfigTestElement configElement)
-
setDisplayJMeterVariables
void setDisplayJMeterVariables(boolean displayJMeterVariables)
-
setDisplayJMeterProperties
void setDisplayJMeterProperties(boolean displayJMeterProperties)
-
setDisplaySystemProperties
void setDisplaySystemProperties(boolean displaySystemProperties)
-
-
-
-