- getArguments() - Method in class org.apache.jmeter.protocol.java.config.JavaConfig
-
Gets the arguments for this JavaConfig object.
- getArguments() - Method in class org.apache.jmeter.protocol.java.sampler.JavaSampler
-
Get the arguments (parameters) for the JavaSamplerClient to be executed
with.
- getClassname() - Method in class org.apache.jmeter.protocol.java.config.JavaConfig
-
Gets the class name attribute of the JavaConfig object.
- getClassname() - Method in class org.apache.jmeter.protocol.java.sampler.JavaSampler
-
Gets the Classname attribute of the JavaConfig object
- getDefaultParameters() - Method in class org.apache.jmeter.protocol.java.sampler.AbstractJavaSamplerClient
-
- getDefaultParameters() - Method in interface org.apache.jmeter.protocol.java.sampler.JavaSamplerClient
-
Provide a list of parameters which this test supports.
- getDefaultParameters() - Method in class org.apache.jmeter.protocol.java.test.JavaTest
-
Provide a list of parameters which this test supports.
- getDefaultParameters() - Method in class org.apache.jmeter.protocol.java.test.SleepTest
-
Provide a list of parameters which this test supports.
- getFilename() - Method in class org.apache.jmeter.protocol.java.sampler.BeanShellSampler
-
- getInitFileProperty() - Method in class org.apache.jmeter.protocol.java.sampler.BeanShellSampler
-
- getIntParameter(String) - Method in class org.apache.jmeter.protocol.java.sampler.JavaSamplerContext
-
Get the value of a specified parameter as an integer.
- getIntParameter(String, int) - Method in class org.apache.jmeter.protocol.java.sampler.JavaSamplerContext
-
Get the value of a specified parameter as an integer, or return the
specified default value if the value was not specified or is not an
integer.
- getJMeterContext() - Method in class org.apache.jmeter.protocol.java.sampler.JavaSamplerContext
-
Returns JMeterContext
for the current thread.
- getJMeterProperties() - Method in class org.apache.jmeter.protocol.java.sampler.JavaSamplerContext
-
Returns JMeter properties.
- getJMeterVariables() - Method in class org.apache.jmeter.protocol.java.sampler.JavaSamplerContext
-
Returns JMeterVariables
for the current thread.
- getLabelResource() - Method in class org.apache.jmeter.protocol.java.config.gui.JavaConfigGui
- getLabelResource() - Method in class org.apache.jmeter.protocol.java.control.gui.BeanShellSamplerGui
-
- getLabelResource() - Method in class org.apache.jmeter.protocol.java.control.gui.JavaTestSamplerGui
-
- getLongParameter(String) - Method in class org.apache.jmeter.protocol.java.sampler.JavaSamplerContext
-
Get the value of a specified parameter as a long.
- getLongParameter(String, long) - Method in class org.apache.jmeter.protocol.java.sampler.JavaSamplerContext
-
Get the value of a specified parameter as along, or return the specified
default value if the value was not specified or is not a long.
- getNewLogger() - Method in class org.apache.jmeter.protocol.java.sampler.AbstractJavaSamplerClient
-
Get a Logger instance which can be used by subclasses to log information.
- getParameter(String) - Method in class org.apache.jmeter.protocol.java.sampler.JavaSamplerContext
-
Get the value of a specific parameter as a String, or null if the value
was not specified.
- getParameter(String, String) - Method in class org.apache.jmeter.protocol.java.sampler.JavaSamplerContext
-
Get the value of a specified parameter as a String, or return the
specified default value if the value was not specified.
- getParameterNamesIterator() - Method in class org.apache.jmeter.protocol.java.sampler.JavaSamplerContext
-
Get an iterator of the parameter names.
- getParameters() - Method in class org.apache.jmeter.protocol.java.sampler.BeanShellSampler
-
- getScript() - Method in class org.apache.jmeter.protocol.java.sampler.BeanShellSampler
-