Class BeanShellSamplerSchema
-
- All Implemented Interfaces:
@API(status = API.Status.EXPERIMENTAL, since = "5.6") public abstract class BeanShellSamplerSchema extends TestElementSchemaLists properties of a BeanShellSampler.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classBeanShellSamplerSchema.INSTANCE
-
Field Summary
Fields Modifier and Type Field Description private final BooleanPropertyDescriptor<BeanShellSamplerSchema>resetInterpreterprivate final StringPropertyDescriptor<BeanShellSamplerSchema>scriptprivate final StringPropertyDescriptor<BeanShellSamplerSchema>parametersprivate final StringPropertyDescriptor<BeanShellSamplerSchema>initFileprivate final StringPropertyDescriptor<BeanShellSamplerSchema>filenameprivate 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 BeanShellSamplerSchema.INSTANCEINSTANCE
-
Constructor Summary
Constructors Constructor Description BeanShellSamplerSchema()
-
Method Summary
Modifier and Type Method Description final BooleanPropertyDescriptor<BeanShellSamplerSchema>getResetInterpreter()final StringPropertyDescriptor<BeanShellSamplerSchema>getScript()final StringPropertyDescriptor<BeanShellSamplerSchema>getParameters()final StringPropertyDescriptor<BeanShellSamplerSchema>getInitFile()final StringPropertyDescriptor<BeanShellSamplerSchema>getFilename()-
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
-
getResetInterpreter
final BooleanPropertyDescriptor<BeanShellSamplerSchema> getResetInterpreter()
-
getScript
final StringPropertyDescriptor<BeanShellSamplerSchema> getScript()
-
getParameters
final StringPropertyDescriptor<BeanShellSamplerSchema> getParameters()
-
getInitFile
final StringPropertyDescriptor<BeanShellSamplerSchema> getInitFile()
-
getFilename
final StringPropertyDescriptor<BeanShellSamplerSchema> getFilename()
-
-
-
-