Class HTTPFileArgsSchema
-
- All Implemented Interfaces:
@API(status = API.Status.EXPERIMENTAL, since = "5.6") public abstract class HTTPFileArgsSchema extends ConfigTestElementSchema
Lists properties of a HTTPFileArgs.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public class
HTTPFileArgsSchema.INSTANCE
-
Field Summary
Fields Modifier and Type Field Description private final CollectionPropertyDescriptor<HTTPFileArgsSchema>
fileArguments
private final StringPropertyDescriptor<TestElementSchema>
comments
private final BooleanPropertyDescriptor<TestElementSchema>
enabled
private final Map<String, BasePropertyGroupSchema<?>>
groups
private final ClassPropertyDescriptor<TestElementSchema, JMeterGUIComponent>
guiClass
private final StringPropertyDescriptor<TestElementSchema>
name
private final Map<String, PropertyDescriptor<?, ?>>
properties
private final ClassPropertyDescriptor<TestElementSchema, Object>
testClass
public final static HTTPFileArgsSchema.INSTANCE
INSTANCE
-
Constructor Summary
Constructors Constructor Description HTTPFileArgsSchema()
-
Method Summary
Modifier and Type Method Description final CollectionPropertyDescriptor<HTTPFileArgsSchema>
getFileArguments()
-
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
-
getFileArguments
final CollectionPropertyDescriptor<HTTPFileArgsSchema> getFileArguments()
-
-
-
-