Class HTTPSamplerProxyParamsSchema
-
- All Implemented Interfaces:
@API(status = API.Status.EXPERIMENTAL, since = "5.6") public class HTTPSamplerProxyParamsSchema<Schema extends BaseTestElementSchema> extends BasePropertyGroupSchema<Schema>
Lists properties of a HTTPSamplerBase.
- Since:
5.6
-
-
Field Summary
Fields Modifier and Type Field Description private final StringPropertyDescriptor<Schema>
scheme
private final StringPropertyDescriptor<Schema>
host
private final IntegerPropertyDescriptor<Schema>
port
private final StringPropertyDescriptor<Schema>
username
private final StringPropertyDescriptor<Schema>
password
private final Map<String, BasePropertyGroupSchema<?>>
groups
private final ParentSchemaReference
parent
private final Map<String, PropertyDescriptor<?, ?>>
properties
-
Constructor Summary
Constructors Constructor Description HTTPSamplerProxyParamsSchema()
-
Method Summary
Modifier and Type Method Description final StringPropertyDescriptor<Schema>
getScheme()
final StringPropertyDescriptor<Schema>
getHost()
final IntegerPropertyDescriptor<Schema>
getPort()
final StringPropertyDescriptor<Schema>
getUsername()
final StringPropertyDescriptor<Schema>
getPassword()
-
Methods inherited from class org.apache.jmeter.testelement.schema.BaseTestElementSchema
getGroupPath, getGroups, getProperties, getSubgroup, getValue, invoke, provideDelegate, provideDelegate
-
Methods inherited from class org.apache.jmeter.testelement.schema.BasePropertyGroupSchema
getParent, getValue, getValue
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getUsername
final StringPropertyDescriptor<Schema> getUsername()
-
getPassword
final StringPropertyDescriptor<Schema> getPassword()
-
-
-
-