Uses of Class
us.abstracta.jmeter.javadsl.codegeneration.MethodCall
-
-
Uses of MethodCall in us.abstracta.jmeter.javadsl.codegeneration
Methods in us.abstracta.jmeter.javadsl.codegeneration that return MethodCall Modifier and Type Method Description protected abstract MethodCallMethodCallBuilder. buildMethodCall(MethodCallContext context)Generates the method call instance for the particular DSL test element.protected MethodCallMethodCallBuilder. buildMethodCall(MethodParam... params)Builds a method call for the given set of parameters using one of registered builder methods.MethodCallMethodCallContext. buildMethodCall()Builds a MethodCall for the current context.protected abstract MethodCallSingleTestElementCallBuilder. buildMethodCall(T testElement, MethodCallContext context)Builds aMethodCallfor the given test element.protected MethodCallSingleTestElementCallBuilder. buildMethodCall(MethodCallContext context)MethodCallDslCodeGenerator. buildMethodCallFromJmxFile(File file)static MethodCallMethodCall. buildUnsupported()Allows to build a special method call used when some conversion is not supported.MethodCallMethodCall. chain(String methodName, MethodParam... params)Allows chaining a method call to this call.MethodCallMethodCall. chain(MethodCall methodCall)Allows to chain a method call in current method call.MethodCallMethodCall. chainComment(String comment)Allows to add a comment as part of the chain of commands.MethodCallMethodCall. child(MethodCall child)Allows adding a child call to this call.static MethodCallMethodCall. emptyCall()Generates a method call that should be ignored (no code should be generated).static MethodCallMethodCall. 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 MethodCallMethodCall. fromBuilderMethod(Method method, MethodParam... params)MethodCallMethodCallContext. getMethodCall()The method call created for this context.Methods in us.abstracta.jmeter.javadsl.codegeneration that return types with arguments of type MethodCall Modifier and Type Method Description Map<String,? extends MethodCall>CodeSegment. getMethodDefinitions()Map<String,? extends MethodCall>Comment. getMethodDefinitions()Map<String,MethodCall>MethodCall. getMethodDefinitions()Map<String,MethodCall>MethodParam. getMethodDefinitions()Methods in us.abstracta.jmeter.javadsl.codegeneration with parameters of type MethodCall Modifier and Type Method Description MethodCallMethodCall. chain(MethodCall methodCall)Allows to chain a method call in current method call.MethodCallMethodCall. child(MethodCall child)Allows adding a child call to this call.voidMethodCallContext.MethodCallContextEndListener. execute(MethodCallContext context, MethodCall call)static TestClassTemplateTestClassTemplate. fromTestPlanMethodCall(MethodCall testPlan, Map<Class<?>,String> dependencies)voidMethodCall. prependChild(MethodCall child)Allows adding a child method at the beginning of children methods.voidMethodCall. reChain(MethodCall other)Allows extracting from a given call the list of chained method calls and re assign them to this call.voidMethodCall. replaceChild(MethodCall original, MethodCall replacement)Allows replacing a child method call with another.Method parameters in us.abstracta.jmeter.javadsl.codegeneration with type arguments of type MethodCall Modifier and Type Method Description voidMethodCallContext. replaceMethodCall(org.apache.jmeter.testelement.TestElement element, UnaryOperator<MethodCall> operator)Allows replacing or transforming the method call associated to a given test element. -
Uses of MethodCall in us.abstracta.jmeter.javadsl.codegeneration.params
Methods in us.abstracta.jmeter.javadsl.codegeneration.params that return types with arguments of type MethodCall Modifier and Type Method Description Map<String,MethodCall>ChildrenParam. getMethodDefinitions()Methods in us.abstracta.jmeter.javadsl.codegeneration.params with parameters of type MethodCall Modifier and Type Method Description voidChildrenParam. addChild(MethodCall child)voidChildrenParam. prependChild(MethodCall child)voidChildrenParam. replaceChild(MethodCall original, MethodCall replacement)Constructor parameters in us.abstracta.jmeter.javadsl.codegeneration.params with type arguments of type MethodCall Constructor Description ChildrenParam(Class<T> childrenClass, List<MethodCall> children) -
Uses of MethodCall in us.abstracta.jmeter.javadsl.core
Methods in us.abstracta.jmeter.javadsl.core that return MethodCall Modifier and Type Method Description protected MethodCallDslTestPlan.CodeBuilder. buildMethodCall(org.apache.jmeter.testelement.TestPlan testElement, MethodCallContext context) -
Uses of MethodCall in us.abstracta.jmeter.javadsl.core.assertions
Methods in us.abstracta.jmeter.javadsl.core.assertions that return MethodCall Modifier and Type Method Description protected MethodCallDslJsonAssertion.CodeBuilder. buildMethodCall(MethodCallContext context)protected MethodCallDslResponseAssertion.CodeBuilder. buildScopedMethodCall(org.apache.jmeter.assertions.ResponseAssertion testElement)Methods in us.abstracta.jmeter.javadsl.core.assertions with parameters of type MethodCall Modifier and Type Method Description protected voidDslResponseAssertion.CodeBuilder. chainScopedElementAdditionalOptions(MethodCall ret, org.apache.jmeter.assertions.ResponseAssertion testElement) -
Uses of MethodCall in us.abstracta.jmeter.javadsl.core.configs
Methods in us.abstracta.jmeter.javadsl.core.configs that return MethodCall Modifier and Type Method Description protected MethodCallDslCounter.CodeBuilder. buildMethodCall(org.apache.jmeter.modifiers.CounterConfig testElement, MethodCallContext context)protected MethodCallDslCsvDataSet.CodeBuilder. buildMethodCall(MethodCallContext context)protected MethodCallDslVariables.CodeBuilder. buildMethodCall(org.apache.jmeter.config.Arguments testElement, MethodCallContext context) -
Uses of MethodCall in us.abstracta.jmeter.javadsl.core.controllers
Subclasses of MethodCall in us.abstracta.jmeter.javadsl.core.controllers Modifier and Type Class Description static classDslRecordingController.OnlyChildrenMethodCallclassFragmentMethodCallDefines a call to a test plan fragment method definition will be used.Methods in us.abstracta.jmeter.javadsl.core.controllers that return MethodCall Modifier and Type Method Description protected MethodCallDslForEachController.CodeBuilder. buildMethodCall(org.apache.jmeter.control.ForeachController testElement, MethodCallContext context)protected MethodCallDslIfController.CodeBuilder. buildMethodCall(org.apache.jmeter.control.IfController testElement, MethodCallContext context)protected MethodCallDslIncludeController.CodeBuilder. buildMethodCall(org.apache.jmeter.control.IncludeController testElement, MethodCallContext context)protected MethodCallDslModuleController.CodeBuilder. buildMethodCall(org.apache.jmeter.control.ModuleController testElement, MethodCallContext context)protected MethodCallDslOnceOnlyController.CodeBuilder. buildMethodCall(org.apache.jmeter.control.OnceOnlyController testElement, MethodCallContext context)protected MethodCallDslProxyControl.CodeBuilder. buildMethodCall(org.apache.jmeter.protocol.http.proxy.ProxyControl testElement, MethodCallContext context)protected MethodCallDslRecordingController.CodeBuilder. buildMethodCall(org.apache.jmeter.protocol.http.control.RecordingController testElement, MethodCallContext context)protected MethodCallDslRuntimeController.CodeBuilder. buildMethodCall(org.apache.jmeter.control.RunTime testElement, MethodCallContext context)protected MethodCallDslSimpleController.CodeBuilder. buildMethodCall(org.apache.jmeter.control.GenericController testElement, MethodCallContext context)protected MethodCallDslTestFragmentController.CodeBuilder. buildMethodCall(MethodCallContext context)protected MethodCallDslTransactionController.CodeBuilder. buildMethodCall(org.apache.jmeter.control.TransactionController testElement, MethodCallContext context)protected MethodCallDslWeightedSwitchController.CodeBuilder. buildMethodCall(com.blazemeter.jmeter.control.WeightedSwitchController testElement, MethodCallContext context)protected MethodCallDslWhileController.CodeBuilder. buildMethodCall(org.apache.jmeter.control.WhileController testElement, MethodCallContext context)protected MethodCallForLoopController.CodeBuilder. buildMethodCall(org.apache.jmeter.control.LoopController testElement, MethodCallContext context)protected MethodCallPercentController.CodeBuilder. buildMethodCall(MethodCallContext context)MethodCallFragmentMethodCall. child(MethodCall child)Methods in us.abstracta.jmeter.javadsl.core.controllers that return types with arguments of type MethodCall Modifier and Type Method Description Map<String,MethodCall>FragmentMethodCall. getMethodDefinitions()Methods in us.abstracta.jmeter.javadsl.core.controllers with parameters of type MethodCall Modifier and Type Method Description MethodCallFragmentMethodCall. child(MethodCall child)Constructors in us.abstracta.jmeter.javadsl.core.controllers with parameters of type MethodCall Constructor Description FragmentMethodCall(org.apache.jmeter.testelement.TestElement element, MethodCall methodDefinitionBody, MethodCallContext context) -
Uses of MethodCall in us.abstracta.jmeter.javadsl.core.listeners
Methods in us.abstracta.jmeter.javadsl.core.listeners that return MethodCall Modifier and Type Method Description protected abstract MethodCallDslBackendListener.BackendListenerCodeBuilder. buildBackendListenerCall(Map<String,String> args, Map<String,String> defaultValues)protected MethodCallGraphiteBackendListener.CodeBuilder. buildBackendListenerCall(Map<String,String> args, Map<String,String> defaultValues)protected MethodCallInfluxDbBackendListener.CodeBuilder. buildBackendListenerCall(Map<String,String> args, Map<String,String> defaultValues)protected MethodCallDslBackendListener.BackendListenerCodeBuilder. buildMethodCall(MethodCallContext context)protected MethodCallDslViewResultsTree.CodeBuilder. buildMethodCall(MethodCallContext context)protected MethodCallJtlWriter.CodeBuilder. buildMethodCall(org.apache.jmeter.reporters.ResultCollector collector, MethodCallContext context)protected MethodCallResponseFileSaver.CodeBuilder. buildMethodCall(org.apache.jmeter.reporters.ResultSaver testElement, MethodCallContext context) -
Uses of MethodCall in us.abstracta.jmeter.javadsl.core.postprocessors
Methods in us.abstracta.jmeter.javadsl.core.postprocessors that return MethodCall Modifier and Type Method Description protected MethodCallDslDebugPostProcessor.CodeBuilder. buildMethodCall(org.apache.jmeter.extractor.DebugPostProcessor testElement, MethodCallContext context)protected MethodCallDslJsonExtractor.CodeBuilder. buildMethodCall(MethodCallContext context)protected MethodCallDslBoundaryExtractor.CodeBuilder. buildScopedMethodCall(org.apache.jmeter.extractor.BoundaryExtractor testElement)protected MethodCallDslRegexExtractor.CodeBuilder. buildScopedMethodCall(org.apache.jmeter.extractor.RegexExtractor testElement)Methods in us.abstracta.jmeter.javadsl.core.postprocessors with parameters of type MethodCall Modifier and Type Method Description protected voidDslBoundaryExtractor.CodeBuilder. chainScopedElementAdditionalOptions(MethodCall ret, org.apache.jmeter.extractor.BoundaryExtractor testElement)protected voidDslRegexExtractor.CodeBuilder. chainScopedElementAdditionalOptions(MethodCall ret, org.apache.jmeter.extractor.RegexExtractor testElement) -
Uses of MethodCall in us.abstracta.jmeter.javadsl.core.samplers
Methods in us.abstracta.jmeter.javadsl.core.samplers that return MethodCall Modifier and Type Method Description protected MethodCallDslDummySampler.CodeBuilder. buildMethodCall(kg.apc.jmeter.samplers.DummySampler testElement, MethodCallContext context)protected MethodCallDslFlowControlAction.CodeBuilder. buildMethodCall(org.apache.jmeter.sampler.TestAction testElement, MethodCallContext context) -
Uses of MethodCall in us.abstracta.jmeter.javadsl.core.testelements
Methods in us.abstracta.jmeter.javadsl.core.testelements that return MethodCall Modifier and Type Method Description protected MethodCallDslJsr223TestElement.Jsr223TestElementCallBuilder. buildMethodCall(T testElement, MethodCallContext context)protected MethodCallDslScopedTestElement.ScopedTestElementCallBuilder. buildMethodCall(T testElement, MethodCallContext context)protected abstract MethodCallDslScopedTestElement.ScopedTestElementCallBuilder. buildScopedMethodCall(T testElement)Methods in us.abstracta.jmeter.javadsl.core.testelements with parameters of type MethodCall Modifier and Type Method Description protected abstract voidDslScopedTestElement.ScopedTestElementCallBuilder. chainScopedElementAdditionalOptions(MethodCall ret, T testElement)static voidDslScopedTestElement.ScopedTestElementCallBuilder. chainScopeTo(MethodCall ret, org.apache.jmeter.testelement.TestElement testElement, String scopePrefix) -
Uses of MethodCall in us.abstracta.jmeter.javadsl.core.threadgroups
Methods in us.abstracta.jmeter.javadsl.core.threadgroups that return MethodCall Modifier and Type Method Description protected MethodCallDslDefaultThreadGroup.CodeBuilder. buildMethodCall(MethodCallContext context)protected MethodCallDslSimpleThreadGroup.SimpleThreadGroupCodeBuilder. buildMethodCall(T testElement, MethodCallContext context) -
Uses of MethodCall in us.abstracta.jmeter.javadsl.core.threadgroups.defaultthreadgroup
Methods in us.abstracta.jmeter.javadsl.core.threadgroups.defaultthreadgroup that return MethodCall Modifier and Type Method Description MethodCallSimpleThreadGroupHelper.CodeBuilder. buildMethodCall(MethodCallContext context)MethodCallUltimateThreadGroupHelper.CodeBuilder. buildMethodCall(MethodCallContext context) -
Uses of MethodCall in us.abstracta.jmeter.javadsl.core.timers
Methods in us.abstracta.jmeter.javadsl.core.timers that return MethodCall Modifier and Type Method Description protected MethodCallDslConstantTimer.CodeBuilder. buildMethodCall(org.apache.jmeter.timers.ConstantTimer testElement, MethodCallContext context)protected MethodCallDslSynchronizingTimer.CodeBuilder. buildMethodCall(org.apache.jmeter.timers.SyncTimer testElement, MethodCallContext context)protected MethodCallDslThroughputTimer.CodeBuilder. buildMethodCall(org.apache.jmeter.timers.ConstantThroughputTimer testElement, MethodCallContext context)protected MethodCallDslUniformRandomTimer.CodeBuilder. buildMethodCall(org.apache.jmeter.timers.UniformRandomTimer testElement, MethodCallContext context) -
Uses of MethodCall in us.abstracta.jmeter.javadsl.http
Methods in us.abstracta.jmeter.javadsl.http that return MethodCall Modifier and Type Method Description protected abstract MethodCallDslBaseHttpSampler.BaseHttpSamplerCodeBuilder. buildBaseHttpMethodCall(MethodParam name, MethodParam url, TestElementParamBuilder paramBuilder)protected MethodCallDslHttpSampler.CodeBuilder. buildBaseHttpMethodCall(MethodParam name, MethodParam url, TestElementParamBuilder paramBuilder)protected MethodCallAutoEnabledHttpConfigElement.CodeBuilder. buildMethodCall(T testElement, MethodCallContext context)protected MethodCallDslAuthManager.CodeBuilder. buildMethodCall(org.apache.jmeter.protocol.http.control.AuthManager testElement, MethodCallContext context)protected MethodCallDslBaseHttpSampler.BaseHttpSamplerCodeBuilder. buildMethodCall(MethodCallContext context)protected MethodCallDslCookieManager.CodeBuilder. buildMethodCall(MethodCallContext context)protected MethodCallDslHttpDefaults.CodeBuilder. buildMethodCall(MethodCallContext context)protected MethodCallHttpHeaders.CodeBuilder. buildMethodCall(org.apache.jmeter.protocol.http.control.HeaderManager testElement, MethodCallContext context)Methods in us.abstracta.jmeter.javadsl.http with parameters of type MethodCall Modifier and Type Method Description protected abstract voidDslBaseHttpSampler.BaseHttpSamplerCodeBuilder. chainAdditionalOptions(MethodCall ret, TestElementParamBuilder paramBuilder)protected voidDslHttpSampler.CodeBuilder. chainAdditionalOptions(MethodCall ret, TestElementParamBuilder paramBuilder)static voidHttpElementHelper. chainClientImplToMethodCall(MethodCall ret, TestElementParamBuilder paramBuilder)static voidHttpElementHelper. chainConnectionOptionsToMethodCall(MethodCall ret, TestElementParamBuilder paramBuilder)protected voidDslBaseHttpSampler.BaseHttpSamplerCodeBuilder. chainContentType(MethodCall ret, String contentType)static voidHttpElementHelper. chainEmbeddedResourcesOptionsToMethodCall(MethodCall ret, TestElementParamBuilder paramBuilder)static voidHttpElementHelper. chainEncodingToMethodCall(MethodCall ret, TestElementParamBuilder paramBuilder)protected voidDslBaseHttpSampler.BaseHttpSamplerCodeBuilder. chainHeaders(MethodCall ret, MethodCallContext headersContext)protected abstract voidDslBaseHttpSampler.BaseHttpSamplerCodeBuilder. chainRequestCalls(MethodCall ret, org.apache.jmeter.protocol.http.sampler.HTTPSamplerProxy testElement, MethodCallContext context)protected voidDslHttpSampler.CodeBuilder. chainRequestCalls(MethodCall ret, org.apache.jmeter.protocol.http.sampler.HTTPSamplerProxy testElem, MethodCallContext buildContext)voidAutoEnabledHttpConfigElement.CodeBuilder. registerDependency(MethodCallContext context, MethodCall call)
-