| Modifier and Type | Method and Description |
|---|---|
MethodCallContext |
MethodCallContext.child(org.apache.jmeter.testelement.TestElement element,
org.apache.jorphan.collections.HashTree childrenTree)
Allows creating a child context for the given test element and tree.
|
MethodCallContext |
MethodCallContext.getParent()
Gets the parent context.
|
MethodCallContext |
MethodCallContext.getRoot()
Gets the root context associated to the test plan.
|
MethodCallContext |
MethodCallContext.prependChild(org.apache.jmeter.testelement.TestElement testElement,
org.apache.jorphan.collections.HashTree childrenTree)
Adds a child method call context, as first child call, built using provided test element and
tree.
|
MethodCallContext |
MethodCallContext.removeChild(Predicate<org.apache.jmeter.testelement.TestElement> filter)
Allows removing an instance of the given test element class from the children tree.
|
| Modifier and Type | Method and Description |
|---|---|
protected MethodCall |
SingleTestElementCallBuilder.buildMethodCall(MethodCallContext context) |
protected abstract MethodCall |
MethodCallBuilder.buildMethodCall(MethodCallContext context)
Generates the method call instance for the particular DSL test element.
|
protected abstract MethodCall |
SingleTestElementCallBuilder.buildMethodCall(T testElement,
MethodCallContext context)
Builds a
MethodCall for the given test element. |
void |
MethodCallContext.MethodCallContextEndListener.execute(MethodCallContext context,
MethodCall call) |
Optional<MethodCallBuilder> |
DslCodeGenerator.findBuilderMatchingContext(MethodCallContext context) |
Optional<MethodCallBuilder> |
MethodCallBuilderRegistry.findBuilderMatchingContext(MethodCallContext methodCallContext) |
boolean |
SingleTestElementCallBuilder.matches(MethodCallContext context) |
abstract boolean |
MethodCallBuilder.matches(MethodCallContext context)
Allows checking if this builder can build method calls for the given context.
|
boolean |
SingleGuiClassCallBuilder.matches(MethodCallContext context) |
| Constructor and Description |
|---|
MethodCallContext(org.apache.jmeter.testelement.TestElement testElement,
org.apache.jorphan.collections.HashTree childrenTree,
MethodCallContext parent,
MethodCallBuilderRegistry builderRegistry) |
| 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 |
DslVariables.CodeBuilder.buildMethodCall(org.apache.jmeter.config.Arguments testElement,
MethodCallContext context) |
protected MethodCall |
DslCsvDataSet.CodeBuilder.buildMethodCall(MethodCallContext context) |
boolean |
DslCsvDataSet.CodeBuilder.matches(MethodCallContext context) |
| Modifier and Type | Method and Description |
|---|---|
protected MethodCall |
DslForEachController.CodeBuilder.buildMethodCall(org.apache.jmeter.control.ForeachController 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 |
DslTestFragmentController.CodeBuilder.buildMethodCall(MethodCallContext context) |
protected MethodCall |
PercentController.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) |
boolean |
DslTestFragmentController.CodeBuilder.matches(MethodCallContext context) |
boolean |
PercentController.CodeBuilder.matches(MethodCallContext context) |
| Constructor and Description |
|---|
FragmentMethodCall(org.apache.jmeter.testelement.TestElement element,
MethodCall methodDefinitionBody,
MethodCallContext context) |
| Modifier and Type | Method and Description |
|---|---|
protected MethodCall |
DslViewResultsTree.CodeBuilder.buildMethodCall(MethodCallContext context) |
protected MethodCall |
DslBackendListener.BackendListenerCodeBuilder.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) |
boolean |
JtlWriter.CodeBuilder.matches(MethodCallContext context) |
boolean |
DslViewResultsTree.CodeBuilder.matches(MethodCallContext context) |
boolean |
DslBackendListener.BackendListenerCodeBuilder.matches(MethodCallContext context) |
| Modifier and Type | Method and Description |
|---|---|
protected MethodCall |
DslDebugPostProcessor.CodeBuilder.buildMethodCall(org.apache.jmeter.extractor.DebugPostProcessor testElement,
MethodCallContext context) |
| Modifier and Type | Method and Description |
|---|---|
protected MethodCall |
DslDummySampler.CodeBuilder.buildMethodCall(kg.apc.jmeter.samplers.DummySampler testElement,
MethodCallContext context) |
| Modifier and Type | Method and Description |
|---|---|
protected MethodCall |
DslJsr223TestElement.Jsr223TestElementCallBuilder.buildMethodCall(T testElement,
MethodCallContext context) |
protected MethodCall |
DslScopedTestElement.ScopedTestElementCallBuilder.buildMethodCall(T testElement,
MethodCallContext context) |
| Modifier and Type | Method and Description |
|---|---|
protected MethodCall |
DslDefaultThreadGroup.CodeBuilder.buildMethodCall(MethodCallContext context) |
protected MethodCall |
DslSimpleThreadGroup.SimpleThreadGroupCodeBuilder.buildMethodCall(T testElement,
MethodCallContext context) |
boolean |
DslDefaultThreadGroup.CodeBuilder.matches(MethodCallContext context) |
| Modifier and Type | Method and Description |
|---|---|
MethodCall |
UltimateThreadGroupHelper.CodeBuilder.buildMethodCall(MethodCallContext context) |
MethodCall |
SimpleThreadGroupHelper.CodeBuilder.buildMethodCall(MethodCallContext context) |
boolean |
UltimateThreadGroupHelper.CodeBuilder.matches(MethodCallContext context) |
boolean |
SimpleThreadGroupHelper.CodeBuilder.matches(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 |
DslUniformRandomTimer.CodeBuilder.buildMethodCall(org.apache.jmeter.timers.UniformRandomTimer testElement,
MethodCallContext context) |
| Modifier and Type | Method and Description |
|---|---|
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 |
DslHttpDefaults.CodeBuilder.buildMethodCall(MethodCallContext context) |
protected MethodCall |
DslCookieManager.CodeBuilder.buildMethodCall(MethodCallContext context) |
protected MethodCall |
DslBaseHttpSampler.BaseHttpSamplerCodeBuilder.buildMethodCall(MethodCallContext context) |
protected MethodCall |
AutoEnabledHttpConfigElement.CodeBuilder.buildMethodCall(T testElement,
MethodCallContext context) |
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 |
DslHttpDefaults.CodeBuilder.registerDependency(MethodCallContext context) |
void |
AutoEnabledHttpConfigElement.CodeBuilder.registerDependency(MethodCallContext context,
MethodCall call) |
protected String |
DslBaseHttpSampler.BaseHttpSamplerCodeBuilder.removeContentTypeHeader(MethodCallContext context) |
Copyright © 2023. All rights reserved.