Package org.apache.jmeter.sampler
Class DebugSamplerSchema
-
- All Implemented Interfaces:
@API(status = API.Status.EXPERIMENTAL, since = "5.6") public abstract class DebugSamplerSchema extends TestElementSchemaLists properties of a DebugSampler.
- Since:
5.6
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classDebugSamplerSchema.INSTANCE
-
Field Summary
Fields Modifier and Type Field Description private final BooleanPropertyDescriptor<DebugSamplerSchema>displayJMeterVariablesprivate final BooleanPropertyDescriptor<DebugSamplerSchema>displayJMeterPropertiesprivate final BooleanPropertyDescriptor<DebugSamplerSchema>displaySystemPropertiesprivate final StringPropertyDescriptor<TestElementSchema>commentsprivate final BooleanPropertyDescriptor<TestElementSchema>enabledprivate final Map<String, BasePropertyGroupSchema<?>>groupsprivate final ClassPropertyDescriptor<TestElementSchema, JMeterGUIComponent>guiClassprivate final StringPropertyDescriptor<TestElementSchema>nameprivate final Map<String, PropertyDescriptor<?, ?>>propertiesprivate final ClassPropertyDescriptor<TestElementSchema, Object>testClasspublic final static DebugSamplerSchema.INSTANCEINSTANCE
-
Constructor Summary
Constructors Constructor Description DebugSamplerSchema()
-
Method Summary
Modifier and Type Method Description final BooleanPropertyDescriptor<DebugSamplerSchema>getDisplayJMeterVariables()final BooleanPropertyDescriptor<DebugSamplerSchema>getDisplayJMeterProperties()final BooleanPropertyDescriptor<DebugSamplerSchema>getDisplaySystemProperties()-
Methods inherited from class org.apache.jmeter.testelement.TestElementSchema
getComments, getEnabled, getGuiClass, getName, getTestClass -
Methods inherited from class org.apache.jmeter.testelement.schema.BaseTestElementSchema
getGroupPath, getGroups, getProperties, getSubgroup, getValue, invoke, provideDelegate, provideDelegate -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getDisplayJMeterVariables
final BooleanPropertyDescriptor<DebugSamplerSchema> getDisplayJMeterVariables()
-
getDisplayJMeterProperties
final BooleanPropertyDescriptor<DebugSamplerSchema> getDisplayJMeterProperties()
-
getDisplaySystemProperties
final BooleanPropertyDescriptor<DebugSamplerSchema> getDisplaySystemProperties()
-
-
-
-