| Modifier and Type | Method and Description |
|---|---|
MethodCall |
MethodCallContext.buildMethodCall()
Builds a MethodCall for the current context.
|
protected abstract MethodCall |
MethodCallBuilder.buildMethodCall(MethodCallContext context)
Generates the method call instance for the particular DSL test element.
|
protected MethodCall |
SingleTestElementCallBuilder.buildMethodCall(MethodCallContext context) |
protected MethodCall |
MethodCallBuilder.buildMethodCall(MethodParam... params)
Builds a method call for the given set of parameters using one of registered builder methods.
|
protected abstract MethodCall |
SingleTestElementCallBuilder.buildMethodCall(T testElement,
MethodCallContext context)
Builds a
MethodCall for the given test element. |
MethodCall |
DslCodeGenerator.buildMethodCallFromJmxFile(File file) |
static MethodCall |
MethodCall.buildUnsupported()
Allows to build a special method call used when some conversion is not supported.
|
MethodCall |
MethodCall.chain(MethodCall methodCall)
Allows to chain a method call in current method call.
|
MethodCall |
MethodCall.chain(String methodName,
MethodParam... params)
Allows chaining a method call to this call.
|
MethodCall |
MethodCall.chainComment(String comment)
Allows to add a comment as part of the chain of commands.
|
MethodCall |
MethodCall.child(MethodCall child)
Allows adding a child call to this call.
|
static MethodCall |
MethodCall.emptyCall()
Generates a method call that should be ignored (no code should be generated).
|
static MethodCall |
MethodCall.forStaticMethod(Class<?> methodClass,
String methodName,
MethodParam... params)
Generates a new instance for a static method within a given class that is applicable to a given
set of parameters.
|
static MethodCall |
MethodCall.fromBuilderMethod(Method method,
MethodParam... params) |
MethodCall |
MethodCallContext.getMethodCall()
The method call created for this context.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,? extends MethodCall> |
Comment.getMethodDefinitions() |
Map<String,? extends MethodCall> |
CodeSegment.getMethodDefinitions() |
Map<String,MethodCall> |
MethodCall.getMethodDefinitions() |
Map<String,MethodCall> |
MethodParam.getMethodDefinitions() |
| Modifier and Type | Method and Description |
|---|---|
MethodCall |
MethodCall.chain(MethodCall methodCall)
Allows to chain a method call in current method call.
|
MethodCall |
MethodCall.child(MethodCall child)
Allows adding a child call to this call.
|
void |
MethodCallContext.MethodCallContextEndListener.execute(MethodCallContext context,
MethodCall call) |
static TestClassTemplate |
TestClassTemplate.fromTestPlanMethodCall(MethodCall testPlan,
Map<Class<?>,String> dependencies) |
void |
MethodCall.prependChild(MethodCall child)
Allows adding a child method at the beginning of children methods.
|
void |
MethodCall.reChain(MethodCall other)
Allows extracting from a given call the list of chained method calls and re assign them to this
call.
|
void |
MethodCall.replaceChild(MethodCall original,
MethodCall replacement)
Allows replacing a child method call with another.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MethodCallContext.replaceMethodCall(org.apache.jmeter.testelement.TestElement element,
UnaryOperator<MethodCall> operator)
Allows replacing or transforming the method call associated to a given test element.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,MethodCall> |
ChildrenParam.getMethodDefinitions() |
| Modifier and Type | Method and Description |
|---|---|
void |
ChildrenParam.addChild(MethodCall child) |
void |
ChildrenParam.prependChild(MethodCall child) |
void |
ChildrenParam.replaceChild(MethodCall original,
MethodCall replacement) |
| Constructor and Description |
|---|
ChildrenParam(Class<T> childrenClass,
List<MethodCall> children) |
| Modifier and Type | Method and Description |
|---|---|
protected MethodCall |
DslTestPlan.CodeBuilder.buildMethodCall(org.apache.jmeter.testelement.TestPlan testElement,
MethodCallContext context) |
| Modifier and Type | Method and Description |
|---|---|
protected MethodCall |
DslJsonAssertion.CodeBuilder.buildMethodCall(MethodCallContext context) |
protected MethodCall |
DslResponseAssertion.CodeBuilder.buildScopedMethodCall(org.apache.jmeter.assertions.ResponseAssertion testElement) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
DslResponseAssertion.CodeBuilder.chainScopedElementAdditionalOptions(MethodCall ret,
org.apache.jmeter.assertions.ResponseAssertion testElement) |
| Modifier and Type | Method and Description |
|---|---|
protected MethodCall |
DslVariables.CodeBuilder.buildMethodCall(org.apache.jmeter.config.Arguments testElement,
MethodCallContext context) |
protected MethodCall |
DslCounter.CodeBuilder.buildMethodCall(org.apache.jmeter.modifiers.CounterConfig testElement,
MethodCallContext context) |
protected MethodCall |
DslCsvDataSet.CodeBuilder.buildMethodCall(MethodCallContext context) |
| Modifier and Type | Class and Description |
|---|---|
static class |
DslRecordingController.OnlyChildrenMethodCall |
class |
FragmentMethodCall
Defines a call to a test plan fragment method definition will be used.
|
| Modifier and Type | Method and Description |
|---|---|
protected MethodCall |
DslForEachController.CodeBuilder.buildMethodCall(org.apache.jmeter.control.ForeachController testElement,
MethodCallContext context) |
protected MethodCall |
DslSimpleController.CodeBuilder.buildMethodCall(org.apache.jmeter.control.GenericController testElement,
MethodCallContext context) |
protected MethodCall |
DslIfController.CodeBuilder.buildMethodCall(org.apache.jmeter.control.IfController testElement,
MethodCallContext context) |
protected MethodCall |
DslIncludeController.CodeBuilder.buildMethodCall(org.apache.jmeter.control.IncludeController testElement,
MethodCallContext context) |
protected MethodCall |
ForLoopController.CodeBuilder.buildMethodCall(org.apache.jmeter.control.LoopController testElement,
MethodCallContext context) |
protected MethodCall |
PercentController.CodeBuilder.buildMethodCall(MethodCallContext context) |
protected MethodCall |
DslTestFragmentController.CodeBuilder.buildMethodCall(MethodCallContext context) |
protected MethodCall |
DslModuleController.CodeBuilder.buildMethodCall(org.apache.jmeter.control.ModuleController testElement,
MethodCallContext context) |
protected MethodCall |
DslOnceOnlyController.CodeBuilder.buildMethodCall(org.apache.jmeter.control.OnceOnlyController testElement,
MethodCallContext context) |
protected MethodCall |
DslProxyControl.CodeBuilder.buildMethodCall(org.apache.jmeter.protocol.http.proxy.ProxyControl testElement,
MethodCallContext context) |
protected MethodCall |
DslRecordingController.CodeBuilder.buildMethodCall(org.apache.jmeter.protocol.http.control.RecordingController testElement,
MethodCallContext context) |
protected MethodCall |
DslRuntimeController.CodeBuilder.buildMethodCall(org.apache.jmeter.control.RunTime testElement,
MethodCallContext context) |
protected MethodCall |
DslTransactionController.CodeBuilder.buildMethodCall(org.apache.jmeter.control.TransactionController testElement,
MethodCallContext context) |
protected MethodCall |
DslWeightedSwitchController.CodeBuilder.buildMethodCall(com.blazemeter.jmeter.control.WeightedSwitchController testElement,
MethodCallContext context) |
protected MethodCall |
DslWhileController.CodeBuilder.buildMethodCall(org.apache.jmeter.control.WhileController testElement,
MethodCallContext context) |
MethodCall |
FragmentMethodCall.child(MethodCall child) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,MethodCall> |
FragmentMethodCall.getMethodDefinitions() |
| Modifier and Type | Method and Description |
|---|---|
MethodCall |
FragmentMethodCall.child(MethodCall child) |
| Constructor and Description |
|---|
FragmentMethodCall(org.apache.jmeter.testelement.TestElement element,
MethodCall methodDefinitionBody,
MethodCallContext context) |
| Modifier and Type | Method and Description |
|---|---|
protected abstract MethodCall |
DslBackendListener.BackendListenerCodeBuilder.buildBackendListenerCall(Map<String,String> args,
Map<String,String> defaultValues) |
protected MethodCall |
InfluxDbBackendListener.CodeBuilder.buildBackendListenerCall(Map<String,String> args,
Map<String,String> defaultValues) |
protected MethodCall |
GraphiteBackendListener.CodeBuilder.buildBackendListenerCall(Map<String,String> args,
Map<String,String> defaultValues) |
protected MethodCall |
DslBackendListener.BackendListenerCodeBuilder.buildMethodCall(MethodCallContext context) |
protected MethodCall |
DslViewResultsTree.CodeBuilder.buildMethodCall(MethodCallContext context) |
protected MethodCall |
JtlWriter.CodeBuilder.buildMethodCall(org.apache.jmeter.reporters.ResultCollector collector,
MethodCallContext context) |
protected MethodCall |
ResponseFileSaver.CodeBuilder.buildMethodCall(org.apache.jmeter.reporters.ResultSaver testElement,
MethodCallContext context) |
| Modifier and Type | Method and Description |
|---|---|
protected MethodCall |
DslDebugPostProcessor.CodeBuilder.buildMethodCall(org.apache.jmeter.extractor.DebugPostProcessor testElement,
MethodCallContext context) |
protected MethodCall |
DslJsonExtractor.CodeBuilder.buildMethodCall(MethodCallContext context) |
protected MethodCall |
DslBoundaryExtractor.CodeBuilder.buildScopedMethodCall(org.apache.jmeter.extractor.BoundaryExtractor testElement) |
protected MethodCall |
DslRegexExtractor.CodeBuilder.buildScopedMethodCall(org.apache.jmeter.extractor.RegexExtractor testElement) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
DslBoundaryExtractor.CodeBuilder.chainScopedElementAdditionalOptions(MethodCall ret,
org.apache.jmeter.extractor.BoundaryExtractor testElement) |
protected void |
DslRegexExtractor.CodeBuilder.chainScopedElementAdditionalOptions(MethodCall ret,
org.apache.jmeter.extractor.RegexExtractor testElement) |
| Modifier and Type | Method and Description |
|---|---|
protected MethodCall |
DslDummySampler.CodeBuilder.buildMethodCall(kg.apc.jmeter.samplers.DummySampler testElement,
MethodCallContext context) |
protected MethodCall |
DslFlowControlAction.CodeBuilder.buildMethodCall(org.apache.jmeter.sampler.TestAction testElement,
MethodCallContext context) |
| Modifier and Type | Method and Description |
|---|---|
protected MethodCall |
DslScopedTestElement.ScopedTestElementCallBuilder.buildMethodCall(T testElement,
MethodCallContext context) |
protected MethodCall |
DslJsr223TestElement.Jsr223TestElementCallBuilder.buildMethodCall(T testElement,
MethodCallContext context) |
protected abstract MethodCall |
DslScopedTestElement.ScopedTestElementCallBuilder.buildScopedMethodCall(T testElement) |
| Modifier and Type | Method and Description |
|---|---|
protected abstract void |
DslScopedTestElement.ScopedTestElementCallBuilder.chainScopedElementAdditionalOptions(MethodCall ret,
T testElement) |
static void |
DslScopedTestElement.ScopedTestElementCallBuilder.chainScopeTo(MethodCall ret,
org.apache.jmeter.testelement.TestElement testElement,
String scopePrefix) |
| Modifier and Type | Method and Description |
|---|---|
protected MethodCall |
DslDefaultThreadGroup.CodeBuilder.buildMethodCall(MethodCallContext context) |
protected MethodCall |
DslSimpleThreadGroup.SimpleThreadGroupCodeBuilder.buildMethodCall(T testElement,
MethodCallContext context) |
| Modifier and Type | Method and Description |
|---|---|
MethodCall |
SimpleThreadGroupHelper.CodeBuilder.buildMethodCall(MethodCallContext context) |
MethodCall |
UltimateThreadGroupHelper.CodeBuilder.buildMethodCall(MethodCallContext context) |
| Modifier and Type | Method and Description |
|---|---|
protected MethodCall |
DslThroughputTimer.CodeBuilder.buildMethodCall(org.apache.jmeter.timers.ConstantThroughputTimer testElement,
MethodCallContext context) |
protected MethodCall |
DslConstantTimer.CodeBuilder.buildMethodCall(org.apache.jmeter.timers.ConstantTimer testElement,
MethodCallContext context) |
protected MethodCall |
DslSynchronizingTimer.CodeBuilder.buildMethodCall(org.apache.jmeter.timers.SyncTimer testElement,
MethodCallContext context) |
protected MethodCall |
DslUniformRandomTimer.CodeBuilder.buildMethodCall(org.apache.jmeter.timers.UniformRandomTimer testElement,
MethodCallContext context) |
| Modifier and Type | Method and Description |
|---|---|
protected MethodCall |
DslHttpSampler.CodeBuilder.buildBaseHttpMethodCall(MethodParam name,
MethodParam url,
TestElementParamBuilder paramBuilder) |
protected abstract MethodCall |
DslBaseHttpSampler.BaseHttpSamplerCodeBuilder.buildBaseHttpMethodCall(MethodParam name,
MethodParam url,
TestElementParamBuilder paramBuilder) |
protected MethodCall |
DslAuthManager.CodeBuilder.buildMethodCall(org.apache.jmeter.protocol.http.control.AuthManager testElement,
MethodCallContext context) |
protected MethodCall |
HttpHeaders.CodeBuilder.buildMethodCall(org.apache.jmeter.protocol.http.control.HeaderManager testElement,
MethodCallContext context) |
protected MethodCall |
DslBaseHttpSampler.BaseHttpSamplerCodeBuilder.buildMethodCall(MethodCallContext context) |
protected MethodCall |
DslHttpDefaults.CodeBuilder.buildMethodCall(MethodCallContext context) |
protected MethodCall |
DslCookieManager.CodeBuilder.buildMethodCall(MethodCallContext context) |
protected MethodCall |
AutoEnabledHttpConfigElement.CodeBuilder.buildMethodCall(T testElement,
MethodCallContext context) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
DslHttpSampler.CodeBuilder.chainAdditionalOptions(MethodCall ret,
TestElementParamBuilder paramBuilder) |
protected abstract void |
DslBaseHttpSampler.BaseHttpSamplerCodeBuilder.chainAdditionalOptions(MethodCall ret,
TestElementParamBuilder paramBuilder) |
static void |
HttpElementHelper.chainClientImplToMethodCall(MethodCall ret,
TestElementParamBuilder paramBuilder) |
static void |
HttpElementHelper.chainConnectionOptionsToMethodCall(MethodCall ret,
TestElementParamBuilder paramBuilder) |
protected void |
DslBaseHttpSampler.BaseHttpSamplerCodeBuilder.chainContentType(MethodCall ret,
String contentType) |
static void |
HttpElementHelper.chainEmbeddedResourcesOptionsToMethodCall(MethodCall ret,
TestElementParamBuilder paramBuilder) |
static void |
HttpElementHelper.chainEncodingToMethodCall(MethodCall ret,
TestElementParamBuilder paramBuilder) |
protected void |
DslBaseHttpSampler.BaseHttpSamplerCodeBuilder.chainHeaders(MethodCall ret,
MethodCallContext headersContext) |
protected void |
DslHttpSampler.CodeBuilder.chainRequestCalls(MethodCall ret,
org.apache.jmeter.protocol.http.sampler.HTTPSamplerProxy testElem,
MethodCallContext buildContext) |
protected abstract void |
DslBaseHttpSampler.BaseHttpSamplerCodeBuilder.chainRequestCalls(MethodCall ret,
org.apache.jmeter.protocol.http.sampler.HTTPSamplerProxy testElement,
MethodCallContext context) |
void |
AutoEnabledHttpConfigElement.CodeBuilder.registerDependency(MethodCallContext context,
MethodCall call) |
Copyright © 2024. All rights reserved.