A B C D E F G H I J L M N O P Q R S T U V W
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- add(long) - Method in class us.abstracta.jmeter.javadsl.core.engines.EmbeddedStatsSummary.EmbeddedTimeMetricSummary
- add(long) - Method in interface us.abstracta.jmeter.javadsl.core.listeners.autostop.aggregators.AutoStopAggregator
- add(long) - Method in class us.abstracta.jmeter.javadsl.core.listeners.autostop.aggregators.AverageAggregator
- add(long) - Method in class us.abstracta.jmeter.javadsl.core.listeners.autostop.aggregators.PercentAggregator
- add(long) - Method in class us.abstracta.jmeter.javadsl.core.listeners.autostop.aggregators.PercentileAggregator
- add(long) - Method in class us.abstracta.jmeter.javadsl.core.listeners.autostop.aggregators.PerSecondAggregator
- add(long) - Method in class us.abstracta.jmeter.javadsl.core.listeners.autostop.aggregators.SimpleAggregator
- add(long, double) - Method in class us.abstracta.jmeter.javadsl.core.threadgroups.LoadTimeLine
- add(long, double) - Method in class us.abstracta.jmeter.javadsl.core.util.SingleSeriesTimelinePanel
- add(SampleResult) - Method in class us.abstracta.jmeter.javadsl.core.engines.EmbeddedStatsSummary
- add(SampleResult) - Method in class us.abstracta.jmeter.javadsl.core.listeners.autostop.AutoStopTestBean
- add(SampleResult) - Method in interface us.abstracta.jmeter.javadsl.core.stats.StatsSummary
-
Adds given sample result data to collected statistics.
- addBuilders(MethodCallBuilder...) - Method in class us.abstracta.jmeter.javadsl.codegeneration.DslCodeGenerator
-
Allows registering MethodCallBuilders that are not associated to a DSL builder method.
- addBuildersFrom(Class<?>...) - Method in class us.abstracta.jmeter.javadsl.codegeneration.DslCodeGenerator
-
Allows registering DSL classes containing builder methods, which can be used to generate DSL code for.
- addChild(MethodCall) - Method in class us.abstracta.jmeter.javadsl.codegeneration.params.ChildrenParam
- addDependency(Class<?>, String) - Method in class us.abstracta.jmeter.javadsl.codegeneration.DslCodeGenerator
-
Allows registering libraries required to use a specific class.
- addEndListener(Runnable) - Method in class us.abstracta.jmeter.javadsl.core.engines.EmbeddedJmeterEngine.TestRunner
- addEndListener(MethodCallContext.MethodCallContextEndListener) - Method in class us.abstracta.jmeter.javadsl.codegeneration.MethodCallContext
-
Allows registering logic that needs to be executed at the end of MethodCall build for this context.
- addEndListener(BuildTreeContext.TreeContextEndListener) - Method in class us.abstracta.jmeter.javadsl.core.BuildTreeContext
- addPendingFollowRedirectsElement(HTTPSamplerProxy, BuildTreeContext) - Static method in class us.abstracta.jmeter.javadsl.http.DslHttpDefaults
- addSampleResult(SampleResult) - Method in class us.abstracta.jmeter.javadsl.core.TestPlanStats
- addStatsCollector(HashTree, TestPlanStats) - Method in class us.abstracta.jmeter.javadsl.core.engines.DistributedJmeterEngine
- addStatsCollector(HashTree, TestPlanStats) - Method in class us.abstracta.jmeter.javadsl.core.engines.EmbeddedJmeterEngine
- addVisualizer(DslVisualizer, Supplier<Component>) - Method in class us.abstracta.jmeter.javadsl.core.BuildTreeContext
- AggregatedConditionBuilder(AutoStopConditionElement, AutoStopAggregation) - Constructor for class us.abstracta.jmeter.javadsl.core.listeners.AutoStopListener.AggregatedConditionBuilder
- ALL_SAMPLES - us.abstracta.jmeter.javadsl.core.testelements.DslScopedTestElement.Scope
-
Applies the regular extractor to all samples (main and sub samples).
- ALL_THREADS - us.abstracta.jmeter.javadsl.core.configs.DslCsvDataSet.Sharing
-
All threads in the test plan will share the CSV file, meaning that any thread iteration will consume an entry from it.
- ALL_THREADS_ACCURATE - us.abstracta.jmeter.javadsl.core.timers.DslThroughputTimer.ThroughputMode
-
The configured throughput is controlled checking the last time each active thread executed.
- ALL_THREADS_EVEN - us.abstracta.jmeter.javadsl.core.timers.DslThroughputTimer.ThroughputMode
-
The configured throughput will be divided among active threads (across thread groups) and each thread will control that part of the throughput regardless if other threads were far from expected throughput.
- anyMatch - Variable in class us.abstracta.jmeter.javadsl.core.assertions.DslResponseAssertion
- anyMatch() - Method in class us.abstracta.jmeter.javadsl.core.assertions.DslResponseAssertion
-
Specifies that if any check matches then the response assertion is satisfied.
- anyMatch(boolean) - Method in class us.abstracta.jmeter.javadsl.core.assertions.DslResponseAssertion
-
Same as
DslResponseAssertion.anyMatch()but allowing to enable or disable it. - apdexThresholds - Variable in class us.abstracta.jmeter.javadsl.core.listeners.HtmlReporter
- apdexThresholds(Duration, Duration) - Method in class us.abstracta.jmeter.javadsl.core.listeners.HtmlReporter
-
Allows to configure general Apdex thresholds for all requests.
- ApdexThresholds(Duration, Duration) - Constructor for class us.abstracta.jmeter.javadsl.core.listeners.HtmlReporter.ApdexThresholds
- application(String) - Method in class us.abstracta.jmeter.javadsl.core.listeners.InfluxDbBackendListener
-
Allows specifying an application name tag to be included with collected metrics.
- applicationName - Variable in class us.abstracta.jmeter.javadsl.core.listeners.InfluxDbBackendListener
- applies(ConfigTestElement) - Method in class us.abstracta.jmeter.javadsl.core.testelements.DslJsr223TestElement.Jsr223DslLambdaTestElement
- arguments - Variable in class us.abstracta.jmeter.javadsl.http.DslHttpSampler
- AutoEnabledHttpConfigElement - Class in us.abstracta.jmeter.javadsl.http
- AutoEnabledHttpConfigElement(String, Class<? extends JMeterGUIComponent>) - Constructor for class us.abstracta.jmeter.javadsl.http.AutoEnabledHttpConfigElement
- AutoEnabledHttpConfigElement.CodeBuilder<T extends org.apache.jmeter.testelement.TestElement> - Class in us.abstracta.jmeter.javadsl.http
- autoFileExtension - Variable in class us.abstracta.jmeter.javadsl.core.listeners.ResponseFileSaver
- autoFileExtension(boolean) - Method in class us.abstracta.jmeter.javadsl.core.listeners.ResponseFileSaver
-
Specifies whether, or not, to append an automatic file extension to the file name.
- AutoFlushingResultCollector() - Constructor for class us.abstracta.jmeter.javadsl.core.listeners.HtmlReporter.AutoFlushingResultCollector
- AutoFlushingResultCollector(Summariser) - Constructor for class us.abstracta.jmeter.javadsl.core.listeners.HtmlReporter.AutoFlushingResultCollector
- autoNumber - Variable in class us.abstracta.jmeter.javadsl.core.listeners.ResponseFileSaver
- autoNumber(boolean) - Method in class us.abstracta.jmeter.javadsl.core.listeners.ResponseFileSaver
-
Specifies whether, or not, to append an auto incremental number to each generated response file name.
- autoStop() - Static method in class us.abstracta.jmeter.javadsl.JmeterDsl
-
Builds an AutoStopListener that allows to stop a test plan execution if some condition over collected metrics is met.
- autoStop(String) - Static method in class us.abstracta.jmeter.javadsl.JmeterDsl
-
Same as
JmeterDsl.autoStop()but allowing to set a name on the listener, which can help identify which autoStop listener stopped a test plan if multiple ones are configured. - AutoStopAggregation - Enum in us.abstracta.jmeter.javadsl.core.listeners.autostop
- AutoStopAggregator<T extends Comparable<?>> - Interface in us.abstracta.jmeter.javadsl.core.listeners.autostop.aggregators
- AutoStopComparison - Enum in us.abstracta.jmeter.javadsl.core.listeners.autostop
- AutoStopConditionBuilder() - Constructor for class us.abstracta.jmeter.javadsl.core.listeners.AutoStopListener.AutoStopConditionBuilder
- AutoStopConditionElement - Class in us.abstracta.jmeter.javadsl.core.listeners.autostop
- AutoStopConditionElement() - Constructor for class us.abstracta.jmeter.javadsl.core.listeners.autostop.AutoStopConditionElement
- AutoStopListener - Class in us.abstracta.jmeter.javadsl.core.listeners
-
Allows stopping a test plan execution when collected statistics meet some defined criteria.
- AutoStopListener(String) - Constructor for class us.abstracta.jmeter.javadsl.core.listeners.AutoStopListener
- AutoStopListener.AggregatedConditionBuilder<T extends Comparable<?>> - Class in us.abstracta.jmeter.javadsl.core.listeners
- AutoStopListener.AutoStopCondition - Class in us.abstracta.jmeter.javadsl.core.listeners
-
Specifies a condition that when met, will make test plan execution to stop.
- AutoStopListener.AutoStopConditionBuilder - Class in us.abstracta.jmeter.javadsl.core.listeners
- AutoStopListener.BaseAutoStopConditionBuilder - Class in us.abstracta.jmeter.javadsl.core.listeners
- AutoStopListener.CountMetricConditionBuilder - Class in us.abstracta.jmeter.javadsl.core.listeners
- AutoStopListener.ErrorsConditionBuilder - Class in us.abstracta.jmeter.javadsl.core.listeners
- AutoStopListener.MetricConditionBuilder - Class in us.abstracta.jmeter.javadsl.core.listeners
- AutoStopListener.TimeMetricConditionBuilder - Class in us.abstracta.jmeter.javadsl.core.listeners
- AutoStopMetric - Enum in us.abstracta.jmeter.javadsl.core.listeners.autostop
- AutoStoppedTestException - Exception in us.abstracta.jmeter.javadsl.core.engines
-
Thrown when a test plan execution has been stopped due to an autoStop condition.
- AutoStoppedTestException(String) - Constructor for exception us.abstracta.jmeter.javadsl.core.engines.AutoStoppedTestException
- AutoStopTestBean - Class in us.abstracta.jmeter.javadsl.core.listeners.autostop
- AutoStopTestBean() - Constructor for class us.abstracta.jmeter.javadsl.core.listeners.autostop.AutoStopTestBean
- AutoStopTestBean(Pattern, List<AutoStopConditionElement>, TestStopper) - Constructor for class us.abstracta.jmeter.javadsl.core.listeners.autostop.AutoStopTestBean
- AutoStopTestBeanBeanInfo - Class in us.abstracta.jmeter.javadsl.core.listeners.autostop
- AutoStopTestBeanBeanInfo() - Constructor for class us.abstracta.jmeter.javadsl.core.listeners.autostop.AutoStopTestBeanBeanInfo
- AverageAggregator - Class in us.abstracta.jmeter.javadsl.core.listeners.autostop.aggregators
- AverageAggregator() - Constructor for class us.abstracta.jmeter.javadsl.core.listeners.autostop.aggregators.AverageAggregator
- awaitAllClosedVisualizers(List<Future<Void>>) - Method in class us.abstracta.jmeter.javadsl.core.engines.EmbeddedJmeterEngine
- awaitClose() - Method in class us.abstracta.jmeter.javadsl.core.engines.JmeterGui
B
- BackendListenerCodeBuilder(Class<? extends BackendListenerClient>, List<Method>) - Constructor for class us.abstracta.jmeter.javadsl.core.listeners.DslBackendListener.BackendListenerCodeBuilder
- BaseAutoStopConditionBuilder(AutoStopConditionElement) - Constructor for class us.abstracta.jmeter.javadsl.core.listeners.AutoStopListener.BaseAutoStopConditionBuilder
- BaseConfigElement - Class in us.abstracta.jmeter.javadsl.core.configs
-
Contains common logic for config elements defined by the DSL.
- BaseConfigElement(String, Class<? extends JMeterGUIComponent>) - Constructor for class us.abstracta.jmeter.javadsl.core.configs.BaseConfigElement
- BaseController<T extends BaseController<T>> - Class in us.abstracta.jmeter.javadsl.core.controllers
-
Contains common logic for logic controllers defined by the DSL.
- BaseController(String, Class<? extends JMeterGUIComponent>, List<BaseThreadGroup.ThreadGroupChild>) - Constructor for class us.abstracta.jmeter.javadsl.core.controllers.BaseController
- BaseHttpSamplerCodeBuilder(String, Class<? extends JMeterGUIComponent>, List<Method>) - Constructor for class us.abstracta.jmeter.javadsl.http.DslBaseHttpSampler.BaseHttpSamplerCodeBuilder
- BaseListener - Class in us.abstracta.jmeter.javadsl.core.listeners
- BaseListener(String, Class<? extends JMeterGUIComponent>) - Constructor for class us.abstracta.jmeter.javadsl.core.listeners.BaseListener
- BaseSampler<T extends BaseSampler<T>> - Class in us.abstracta.jmeter.javadsl.core.samplers
-
Hosts common logic to all samplers.
- BaseSampler(String, Class<? extends JMeterGUIComponent>) - Constructor for class us.abstracta.jmeter.javadsl.core.samplers.BaseSampler
- BaseSampler.SamplerChild - Interface in us.abstracta.jmeter.javadsl.core.samplers
-
Test elements which can be nested as children of a sampler in JMeter, should implement this interface.
- BaseTestElement - Class in us.abstracta.jmeter.javadsl.core.testelements
-
Provides the basic logic for all
DslTestElement. - BaseTestElement(String, Class<? extends JMeterGUIComponent>) - Constructor for class us.abstracta.jmeter.javadsl.core.testelements.BaseTestElement
- BaseTestStopper - Class in us.abstracta.jmeter.javadsl.core.engines
-
Provides common logic for
TestStopperimplementations. - BaseTestStopper() - Constructor for class us.abstracta.jmeter.javadsl.core.engines.BaseTestStopper
- BaseThreadGroup<T extends BaseThreadGroup<T>> - Class in us.abstracta.jmeter.javadsl.core.threadgroups
-
Contains common logic for all Thread Groups.
- BaseThreadGroup(String, Class<? extends JMeterGUIComponent>, List<BaseThreadGroup.ThreadGroupChild>) - Constructor for class us.abstracta.jmeter.javadsl.core.threadgroups.BaseThreadGroup
- BaseThreadGroup.SampleErrorAction - Enum in us.abstracta.jmeter.javadsl.core.threadgroups
-
Specifies an action to be taken by thread group when a sample error is detected.
- BaseThreadGroup.ThreadGroupChild - Interface in us.abstracta.jmeter.javadsl.core.threadgroups
-
Test elements that can be added as direct children of a thread group in jmeter should implement this interface.
- BaseTimer - Class in us.abstracta.jmeter.javadsl.core.timers
-
Contains common logic for all timers.
- BaseTimer(String, Class<? extends JMeterGUIComponent>) - Constructor for class us.abstracta.jmeter.javadsl.core.timers.BaseTimer
- basicAuth(String, String, String) - Method in class us.abstracta.jmeter.javadsl.http.DslAuthManager
-
Specifies authentication credentials to use with HTTP Basic authentication for a given base url.
- BEST_MATCH - us.abstracta.jmeter.javadsl.http.DslCookieManager.CookiePolicy
-
Selects RFC 2965, RFC 2109 or Netscape draft compliant implementation based on cookies properties sent with the HTTP response.
- bind(String, Object) - Method in class us.abstracta.jmeter.javadsl.core.util.StringTemplate
- body - Variable in class us.abstracta.jmeter.javadsl.http.DslHttpSampler
- body(Class<? extends PropertyScriptBuilder.PropertyScript<String>>) - Method in class us.abstracta.jmeter.javadsl.http.DslHttpSampler
-
Same as
DslHttpSampler.body(Function)but with support for running at scale in a remote engine. - body(String) - Method in class us.abstracta.jmeter.javadsl.http.DslHttpSampler
-
Specifies the body to be sent in the HTTP request generated by the sampler.
- body(Function<DslJsr223PreProcessor.PreProcessorVars, String>) - Method in class us.abstracta.jmeter.javadsl.http.DslHttpSampler
-
Same as
DslHttpSampler.body(String)but allows using dynamically calculated HTTP request body. - bodyFile(String) - Method in class us.abstracta.jmeter.javadsl.http.DslHttpSampler
-
Specifies a file to be sent as body of the request.
- bodyFilePart(String, String, ContentType) - Method in class us.abstracta.jmeter.javadsl.http.DslHttpSampler
-
Specifies a file to be sent in a multipart form body.
- bodyPart(String, String, ContentType) - Method in class us.abstracta.jmeter.javadsl.http.DslHttpSampler
-
Specifies a part of a multipart form body.
- boolParam(String, boolean) - Method in class us.abstracta.jmeter.javadsl.codegeneration.TestElementParamBuilder
-
Gets a MethodParam representing a boolean test element property.
- BoolParam - Class in us.abstracta.jmeter.javadsl.codegeneration.params
-
Is a parameter with a boolean (true/false) value.
- BoolParam(Boolean, Boolean) - Constructor for class us.abstracta.jmeter.javadsl.codegeneration.params.BoolParam
- BoolParam(String, Boolean) - Constructor for class us.abstracta.jmeter.javadsl.codegeneration.params.BoolParam
- boundaryExtractor(String, String, String) - Static method in class us.abstracta.jmeter.javadsl.JmeterDsl
-
Builds a Boundary Extractor which allows using left and right boundary texts to extract different parts of a sample result (request or response).
- build() - Method in class us.abstracta.jmeter.javadsl.core.util.PropertyScriptBuilder
- buildAggregator(AutoStopConditionElement) - Method in enum us.abstracta.jmeter.javadsl.core.listeners.autostop.AutoStopAggregation
- buildArgParam(String, Map<String, String>, Map<String, String>) - Method in class us.abstracta.jmeter.javadsl.core.listeners.DslBackendListener.BackendListenerCodeBuilder
- buildAssignmentCode(String) - Method in class us.abstracta.jmeter.javadsl.codegeneration.MethodCall
- buildBackendListenerCall(Map<String, String>, Map<String, String>) - Method in class us.abstracta.jmeter.javadsl.core.listeners.DslBackendListener.BackendListenerCodeBuilder
- buildBackendListenerCall(Map<String, String>, Map<String, String>) - Method in class us.abstracta.jmeter.javadsl.core.listeners.GraphiteBackendListener.CodeBuilder
- buildBackendListenerCall(Map<String, String>, Map<String, String>) - Method in class us.abstracta.jmeter.javadsl.core.listeners.InfluxDbBackendListener.CodeBuilder
- buildBaseHttpMethodCall(MethodParam, MethodParam, TestElementParamBuilder) - Method in class us.abstracta.jmeter.javadsl.http.DslBaseHttpSampler.BaseHttpSamplerCodeBuilder
- buildBaseHttpMethodCall(MethodParam, MethodParam, TestElementParamBuilder) - Method in class us.abstracta.jmeter.javadsl.http.DslHttpSampler.CodeBuilder
- buildChart() - Method in class us.abstracta.jmeter.javadsl.core.threadgroups.LoadTimeLine
- buildChild(DslTestElement, HashTree) - Method in class us.abstracta.jmeter.javadsl.core.BuildTreeContext
- buildCode() - Method in class us.abstracta.jmeter.javadsl.codegeneration.MethodCall
-
Generates the code for this method call and all associated parameters, children elements and chained methods.
- buildCode(String) - Method in interface us.abstracta.jmeter.javadsl.codegeneration.CodeSegment
- buildCode(String) - Method in class us.abstracta.jmeter.javadsl.codegeneration.Comment
- buildCode(String) - Method in class us.abstracta.jmeter.javadsl.codegeneration.MethodCall
- buildCode(String) - Method in class us.abstracta.jmeter.javadsl.codegeneration.MethodParam
- buildCode(String) - Method in class us.abstracta.jmeter.javadsl.codegeneration.params.ChildrenParam
- buildCode(String) - Method in class us.abstracta.jmeter.javadsl.codegeneration.params.DurationParam
- buildCode(String) - Method in class us.abstracta.jmeter.javadsl.codegeneration.params.EncodingParam
- buildCode(String) - Method in class us.abstracta.jmeter.javadsl.codegeneration.params.EnumParam
- buildCode(String) - Method in class us.abstracta.jmeter.javadsl.codegeneration.params.FixedParam
- buildCode(String) - Method in class us.abstracta.jmeter.javadsl.codegeneration.params.FloatParam
- buildCode(String) - Method in class us.abstracta.jmeter.javadsl.codegeneration.params.StringArrayParam
- buildCode(String) - Method in class us.abstracta.jmeter.javadsl.codegeneration.params.StringParam
- buildCode(String) - Method in class us.abstracta.jmeter.javadsl.core.assertions.DslResponseAssertion.CodeBuilder.StringsCollectionParam
- buildCode(String) - Method in class us.abstracta.jmeter.javadsl.core.controllers.DslRecordingController.OnlyChildrenMethodCall
- buildCode(String) - Method in class us.abstracta.jmeter.javadsl.core.postprocessors.DslJsonExtractor.CodeBuilder.JsonPathQueryLanguageParam
- buildCode(String) - Method in class us.abstracta.jmeter.javadsl.http.ContentTypeParam
- buildConfiguredTestElement() - Method in class us.abstracta.jmeter.javadsl.core.testelements.BaseTestElement
- buildEndListener() - Method in class us.abstracta.jmeter.javadsl.http.AutoEnabledHttpConfigElement
- builderMethods - Variable in class us.abstracta.jmeter.javadsl.codegeneration.MethodCallBuilder
- buildJsr223TestElement() - Method in class us.abstracta.jmeter.javadsl.core.postprocessors.DslJsr223PostProcessor
- buildJsr223TestElement() - Method in class us.abstracta.jmeter.javadsl.core.preprocessors.DslJsr223PreProcessor
- buildJsr223TestElement() - Method in class us.abstracta.jmeter.javadsl.core.testelements.DslJsr223TestElement
- buildJsr223TestElement() - Method in class us.abstracta.jmeter.javadsl.java.DslJsr223Sampler
- buildLambdaTestElement() - Method in class us.abstracta.jmeter.javadsl.core.postprocessors.DslJsr223PostProcessor
- buildLambdaTestElement() - Method in class us.abstracta.jmeter.javadsl.core.preprocessors.DslJsr223PreProcessor
- buildLambdaTestElement() - Method in class us.abstracta.jmeter.javadsl.core.testelements.DslJsr223TestElement
- buildLambdaTestElement() - Method in class us.abstracta.jmeter.javadsl.java.DslJsr223Sampler
- buildListenerArguments() - Method in class us.abstracta.jmeter.javadsl.core.listeners.DslBackendListener
- buildListenerArguments() - Method in class us.abstracta.jmeter.javadsl.core.listeners.GraphiteBackendListener
- buildListenerArguments() - Method in class us.abstracta.jmeter.javadsl.core.listeners.InfluxDbBackendListener
- buildLoadTimeline() - Method in class us.abstracta.jmeter.javadsl.core.threadgroups.BaseThreadGroup
-
This method is used by
DslTestPlan.showTimeline()to get the timeline chart for this thread group. - buildLoadTimeline() - Method in class us.abstracta.jmeter.javadsl.core.threadgroups.DslDefaultThreadGroup
- buildLoadTimeline() - Method in class us.abstracta.jmeter.javadsl.core.threadgroups.RpsThreadGroup
- buildMethodCall() - Method in class us.abstracta.jmeter.javadsl.codegeneration.MethodCallContext
-
Builds a MethodCall for the current context.
- buildMethodCall(WeightedSwitchController, MethodCallContext) - Method in class us.abstracta.jmeter.javadsl.core.controllers.DslWeightedSwitchController.CodeBuilder
- buildMethodCall(DummySampler, MethodCallContext) - Method in class us.abstracta.jmeter.javadsl.core.samplers.DslDummySampler.CodeBuilder
- buildMethodCall(Arguments, MethodCallContext) - Method in class us.abstracta.jmeter.javadsl.core.configs.DslVariables.CodeBuilder
- buildMethodCall(ForeachController, MethodCallContext) - Method in class us.abstracta.jmeter.javadsl.core.controllers.DslForEachController.CodeBuilder
- buildMethodCall(GenericController, MethodCallContext) - Method in class us.abstracta.jmeter.javadsl.core.controllers.DslSimpleController.CodeBuilder
- buildMethodCall(IfController, MethodCallContext) - Method in class us.abstracta.jmeter.javadsl.core.controllers.DslIfController.CodeBuilder
- buildMethodCall(IncludeController, MethodCallContext) - Method in class us.abstracta.jmeter.javadsl.core.controllers.DslIncludeController.CodeBuilder
- buildMethodCall(LoopController, MethodCallContext) - Method in class us.abstracta.jmeter.javadsl.core.controllers.ForLoopController.CodeBuilder
- buildMethodCall(ModuleController, MethodCallContext) - Method in class us.abstracta.jmeter.javadsl.core.controllers.DslModuleController.CodeBuilder
- buildMethodCall(OnceOnlyController, MethodCallContext) - Method in class us.abstracta.jmeter.javadsl.core.controllers.DslOnceOnlyController.CodeBuilder
- buildMethodCall(RunTime, MethodCallContext) - Method in class us.abstracta.jmeter.javadsl.core.controllers.DslRuntimeController.CodeBuilder
- buildMethodCall(TransactionController, MethodCallContext) - Method in class us.abstracta.jmeter.javadsl.core.controllers.DslTransactionController.CodeBuilder
- buildMethodCall(WhileController, MethodCallContext) - Method in class us.abstracta.jmeter.javadsl.core.controllers.DslWhileController.CodeBuilder
- buildMethodCall(DebugPostProcessor, MethodCallContext) - Method in class us.abstracta.jmeter.javadsl.core.postprocessors.DslDebugPostProcessor.CodeBuilder
- buildMethodCall(CounterConfig, MethodCallContext) - Method in class us.abstracta.jmeter.javadsl.core.configs.DslCounter.CodeBuilder
- buildMethodCall(AuthManager, MethodCallContext) - Method in class us.abstracta.jmeter.javadsl.http.DslAuthManager.CodeBuilder
- buildMethodCall(HeaderManager, MethodCallContext) - Method in class us.abstracta.jmeter.javadsl.http.HttpHeaders.CodeBuilder
- buildMethodCall(RecordingController, MethodCallContext) - Method in class us.abstracta.jmeter.javadsl.core.controllers.DslRecordingController.CodeBuilder
- buildMethodCall(ProxyControl, MethodCallContext) - Method in class us.abstracta.jmeter.javadsl.core.controllers.DslProxyControl.CodeBuilder
- buildMethodCall(ResultCollector, MethodCallContext) - Method in class us.abstracta.jmeter.javadsl.core.listeners.JtlWriter.CodeBuilder
- buildMethodCall(ResultSaver, MethodCallContext) - Method in class us.abstracta.jmeter.javadsl.core.listeners.ResponseFileSaver.CodeBuilder
- buildMethodCall(TestAction, MethodCallContext) - Method in class us.abstracta.jmeter.javadsl.core.samplers.DslFlowControlAction.CodeBuilder
- buildMethodCall(TestPlan, MethodCallContext) - Method in class us.abstracta.jmeter.javadsl.core.DslTestPlan.CodeBuilder
- buildMethodCall(ConstantThroughputTimer, MethodCallContext) - Method in class us.abstracta.jmeter.javadsl.core.timers.DslThroughputTimer.CodeBuilder
- buildMethodCall(ConstantTimer, MethodCallContext) - Method in class us.abstracta.jmeter.javadsl.core.timers.DslConstantTimer.CodeBuilder
- buildMethodCall(SyncTimer, MethodCallContext) - Method in class us.abstracta.jmeter.javadsl.core.timers.DslSynchronizingTimer.CodeBuilder
- buildMethodCall(UniformRandomTimer, MethodCallContext) - Method in class us.abstracta.jmeter.javadsl.core.timers.DslUniformRandomTimer.CodeBuilder
- buildMethodCall(T, MethodCallContext) - Method in class us.abstracta.jmeter.javadsl.codegeneration.SingleTestElementCallBuilder
-
Builds a
MethodCallfor the given test element. - buildMethodCall(T, MethodCallContext) - Method in class us.abstracta.jmeter.javadsl.core.testelements.DslJsr223TestElement.Jsr223TestElementCallBuilder
- buildMethodCall(T, MethodCallContext) - Method in class us.abstracta.jmeter.javadsl.core.testelements.DslScopedTestElement.ScopedTestElementCallBuilder
- buildMethodCall(T, MethodCallContext) - Method in class us.abstracta.jmeter.javadsl.core.threadgroups.DslSimpleThreadGroup.SimpleThreadGroupCodeBuilder
- buildMethodCall(T, MethodCallContext) - Method in class us.abstracta.jmeter.javadsl.http.AutoEnabledHttpConfigElement.CodeBuilder
- buildMethodCall(MethodCallContext) - Method in class us.abstracta.jmeter.javadsl.codegeneration.MethodCallBuilder
-
Generates the method call instance for the particular DSL test element.
- buildMethodCall(MethodCallContext) - Method in class us.abstracta.jmeter.javadsl.codegeneration.SingleTestElementCallBuilder
- buildMethodCall(MethodCallContext) - Method in class us.abstracta.jmeter.javadsl.core.assertions.DslJsonAssertion.CodeBuilder
- buildMethodCall(MethodCallContext) - Method in class us.abstracta.jmeter.javadsl.core.configs.DslCsvDataSet.CodeBuilder
- buildMethodCall(MethodCallContext) - Method in class us.abstracta.jmeter.javadsl.core.controllers.DslTestFragmentController.CodeBuilder
- buildMethodCall(MethodCallContext) - Method in class us.abstracta.jmeter.javadsl.core.controllers.PercentController.CodeBuilder
- buildMethodCall(MethodCallContext) - Method in class us.abstracta.jmeter.javadsl.core.listeners.DslBackendListener.BackendListenerCodeBuilder
- buildMethodCall(MethodCallContext) - Method in class us.abstracta.jmeter.javadsl.core.listeners.DslViewResultsTree.CodeBuilder
- buildMethodCall(MethodCallContext) - Method in class us.abstracta.jmeter.javadsl.core.postprocessors.DslJsonExtractor.CodeBuilder
- buildMethodCall(MethodCallContext) - Method in class us.abstracta.jmeter.javadsl.core.threadgroups.defaultthreadgroup.SimpleThreadGroupHelper.CodeBuilder
- buildMethodCall(MethodCallContext) - Method in class us.abstracta.jmeter.javadsl.core.threadgroups.defaultthreadgroup.UltimateThreadGroupHelper.CodeBuilder
- buildMethodCall(MethodCallContext) - Method in class us.abstracta.jmeter.javadsl.core.threadgroups.DslDefaultThreadGroup.CodeBuilder
- buildMethodCall(MethodCallContext) - Method in class us.abstracta.jmeter.javadsl.http.DslBaseHttpSampler.BaseHttpSamplerCodeBuilder
- buildMethodCall(MethodCallContext) - Method in class us.abstracta.jmeter.javadsl.http.DslCookieManager.CodeBuilder
- buildMethodCall(MethodCallContext) - Method in class us.abstracta.jmeter.javadsl.http.DslHttpDefaults.CodeBuilder
- buildMethodCall(MethodParam...) - Method in class us.abstracta.jmeter.javadsl.codegeneration.MethodCallBuilder
-
Builds a method call for the given set of parameters using one of registered builder methods.
- buildMethodCallFromJmxFile(File) - Method in class us.abstracta.jmeter.javadsl.codegeneration.DslCodeGenerator
- buildNoMatchingMethodFoundException(String, MethodParam[]) - Static method in class us.abstracta.jmeter.javadsl.codegeneration.MethodCall
- buildParam(String, BiFunction<String, V, T>, V) - Method in class us.abstracta.jmeter.javadsl.codegeneration.TestElementParamBuilder
- buildParamsCode(String) - Method in class us.abstracta.jmeter.javadsl.codegeneration.MethodCall
- buildRemoteExecutionContext() - Static method in class us.abstracta.jmeter.javadsl.core.BuildTreeContext
- buildScopedMethodCall(ResponseAssertion) - Method in class us.abstracta.jmeter.javadsl.core.assertions.DslResponseAssertion.CodeBuilder
- buildScopedMethodCall(BoundaryExtractor) - Method in class us.abstracta.jmeter.javadsl.core.postprocessors.DslBoundaryExtractor.CodeBuilder
- buildScopedMethodCall(RegexExtractor) - Method in class us.abstracta.jmeter.javadsl.core.postprocessors.DslRegexExtractor.CodeBuilder
- buildScopedMethodCall(T) - Method in class us.abstracta.jmeter.javadsl.core.testelements.DslScopedTestElement.ScopedTestElementCallBuilder
- buildSimpleThreadGroup() - Method in class us.abstracta.jmeter.javadsl.core.threadgroups.DslSetupThreadGroup
- buildSimpleThreadGroup() - Method in class us.abstracta.jmeter.javadsl.core.threadgroups.DslSimpleThreadGroup
- buildSimpleThreadGroup() - Method in class us.abstracta.jmeter.javadsl.core.threadgroups.DslTeardownThreadGroup
- buildStringLiteral(String, String) - Static method in class us.abstracta.jmeter.javadsl.codegeneration.MethodParam
- buildTableRow() - Method in class us.abstracta.jmeter.javadsl.core.threadgroups.defaultthreadgroup.UltimateThreadGroupHelper.UltimateThreadSchedule
- buildTableRow() - Method in class us.abstracta.jmeter.javadsl.core.threadgroups.RpsThreadGroup.TimerSchedule
- buildTestElement() - Method in class us.abstracta.jmeter.javadsl.core.assertions.DslJsonAssertion
- buildTestElement() - Method in class us.abstracta.jmeter.javadsl.core.assertions.DslResponseAssertion
- buildTestElement() - Method in class us.abstracta.jmeter.javadsl.core.configs.DslCounter
- buildTestElement() - Method in class us.abstracta.jmeter.javadsl.core.configs.DslCsvDataSet
- buildTestElement() - Method in class us.abstracta.jmeter.javadsl.core.configs.DslVariables
- buildTestElement() - Method in class us.abstracta.jmeter.javadsl.core.controllers.DslForEachController
- buildTestElement() - Method in class us.abstracta.jmeter.javadsl.core.controllers.DslIfController
- buildTestElement() - Method in class us.abstracta.jmeter.javadsl.core.controllers.DslOnceOnlyController
- buildTestElement() - Method in class us.abstracta.jmeter.javadsl.core.controllers.DslRecordingController
- buildTestElement() - Method in class us.abstracta.jmeter.javadsl.core.controllers.DslRuntimeController
- buildTestElement() - Method in class us.abstracta.jmeter.javadsl.core.controllers.DslSimpleController
- buildTestElement() - Method in class us.abstracta.jmeter.javadsl.core.controllers.DslTestFragmentController
- buildTestElement() - Method in class us.abstracta.jmeter.javadsl.core.controllers.DslTransactionController
- buildTestElement() - Method in class us.abstracta.jmeter.javadsl.core.controllers.DslWeightedSwitchController
- buildTestElement() - Method in class us.abstracta.jmeter.javadsl.core.controllers.DslWhileController
- buildTestElement() - Method in class us.abstracta.jmeter.javadsl.core.controllers.ForLoopController
- buildTestElement() - Method in class us.abstracta.jmeter.javadsl.core.controllers.PercentController
- buildTestElement() - Method in class us.abstracta.jmeter.javadsl.core.DslTestPlan
- buildTestElement() - Method in class us.abstracta.jmeter.javadsl.core.listeners.AutoStopListener
- buildTestElement() - Method in class us.abstracta.jmeter.javadsl.core.listeners.DslBackendListener
- buildTestElement() - Method in class us.abstracta.jmeter.javadsl.core.listeners.DslViewResultsTree
- buildTestElement() - Method in class us.abstracta.jmeter.javadsl.core.listeners.HtmlReporter
- buildTestElement() - Method in class us.abstracta.jmeter.javadsl.core.listeners.JtlWriter
- buildTestElement() - Method in class us.abstracta.jmeter.javadsl.core.listeners.ResponseFileSaver
- buildTestElement() - Method in class us.abstracta.jmeter.javadsl.core.postprocessors.DslBoundaryExtractor
- buildTestElement() - Method in class us.abstracta.jmeter.javadsl.core.postprocessors.DslDebugPostProcessor
- buildTestElement() - Method in class us.abstracta.jmeter.javadsl.core.postprocessors.DslJsonExtractor
- buildTestElement() - Method in class us.abstracta.jmeter.javadsl.core.postprocessors.DslRegexExtractor
- buildTestElement() - Method in class us.abstracta.jmeter.javadsl.core.samplers.DslDummySampler
- buildTestElement() - Method in class us.abstracta.jmeter.javadsl.core.samplers.DslFlowControlAction
- buildTestElement() - Method in class us.abstracta.jmeter.javadsl.core.testelements.BaseTestElement
- buildTestElement() - Method in class us.abstracta.jmeter.javadsl.core.testelements.DslJsr223TestElement
- buildTestElement() - Method in class us.abstracta.jmeter.javadsl.core.threadgroups.BaseThreadGroup
- buildTestElement() - Method in class us.abstracta.jmeter.javadsl.core.timers.DslConstantTimer
- buildTestElement() - Method in class us.abstracta.jmeter.javadsl.core.timers.DslSynchronizingTimer
- buildTestElement() - Method in class us.abstracta.jmeter.javadsl.core.timers.DslThroughputTimer
- buildTestElement() - Method in class us.abstracta.jmeter.javadsl.core.timers.DslUniformRandomTimer
- buildTestElement() - Method in class us.abstracta.jmeter.javadsl.http.DslAuthManager
- buildTestElement() - Method in class us.abstracta.jmeter.javadsl.http.DslBaseHttpSampler
- buildTestElement() - Method in class us.abstracta.jmeter.javadsl.http.DslCacheManager
- buildTestElement() - Method in class us.abstracta.jmeter.javadsl.http.DslCookieManager
- buildTestElement() - Method in class us.abstracta.jmeter.javadsl.http.DslHttpDefaults
- buildTestElement() - Method in class us.abstracta.jmeter.javadsl.http.HttpHeaders
- buildTestElementGui(TestElement) - Method in class us.abstracta.jmeter.javadsl.core.testelements.BaseTestElement
- buildTestRunner(HashTree, HashTree, TestStopper) - Method in class us.abstracta.jmeter.javadsl.core.engines.DistributedJmeterEngine
- buildTestRunner(HashTree, HashTree, TestStopper) - Method in class us.abstracta.jmeter.javadsl.core.engines.EmbeddedJmeterEngine
- buildTestStopper() - Method in class us.abstracta.jmeter.javadsl.core.engines.DistributedJmeterEngine
- buildTestStopper() - Method in class us.abstracta.jmeter.javadsl.core.engines.EmbeddedJmeterEngine
- buildThreadGroup() - Method in class us.abstracta.jmeter.javadsl.core.threadgroups.BaseThreadGroup
- buildThreadGroup() - Method in class us.abstracta.jmeter.javadsl.core.threadgroups.defaultthreadgroup.SimpleThreadGroupHelper
- buildThreadGroup() - Method in class us.abstracta.jmeter.javadsl.core.threadgroups.defaultthreadgroup.UltimateThreadGroupHelper
- buildThreadGroup() - Method in class us.abstracta.jmeter.javadsl.core.threadgroups.DslDefaultThreadGroup
- buildThreadGroup() - Method in class us.abstracta.jmeter.javadsl.core.threadgroups.DslSimpleThreadGroup
- buildThreadGroup() - Method in class us.abstracta.jmeter.javadsl.core.threadgroups.RpsThreadGroup
- BuildTreeContext - Class in us.abstracta.jmeter.javadsl.core
-
Contains information that can be used by elements to share info
- BuildTreeContext() - Constructor for class us.abstracta.jmeter.javadsl.core.BuildTreeContext
- BuildTreeContext.TreeContextEndListener - Interface in us.abstracta.jmeter.javadsl.core
- buildTreeFor(DslTestElement, HashTree) - Method in class us.abstracta.jmeter.javadsl.core.BuildTreeContext
- buildTreeUnder(HashTree, BuildTreeContext) - Method in class us.abstracta.jmeter.javadsl.core.configs.DslCsvDataSet
- buildTreeUnder(HashTree, BuildTreeContext) - Method in class us.abstracta.jmeter.javadsl.core.configs.DslVariables
- buildTreeUnder(HashTree, BuildTreeContext) - Method in class us.abstracta.jmeter.javadsl.core.controllers.DslWeightedSwitchController
- buildTreeUnder(HashTree, BuildTreeContext) - Method in interface us.abstracta.jmeter.javadsl.core.DslTestElement
-
Builds the JMeter HashTree for this TestElement under the provided tree node.
- buildTreeUnder(HashTree, BuildTreeContext) - Method in class us.abstracta.jmeter.javadsl.core.listeners.AutoStopListener
- buildTreeUnder(HashTree, BuildTreeContext) - Method in class us.abstracta.jmeter.javadsl.core.listeners.DslViewResultsTree
- buildTreeUnder(HashTree, BuildTreeContext) - Method in class us.abstracta.jmeter.javadsl.core.listeners.DslVisualizer
- buildTreeUnder(HashTree, BuildTreeContext) - Method in class us.abstracta.jmeter.javadsl.core.testelements.BaseTestElement
- buildTreeUnder(HashTree, BuildTreeContext) - Method in class us.abstracta.jmeter.javadsl.core.testelements.TestElementContainer
- buildTreeUnder(HashTree, BuildTreeContext) - Method in class us.abstracta.jmeter.javadsl.core.threadgroups.RpsThreadGroup
- buildTreeUnder(HashTree, BuildTreeContext) - Method in class us.abstracta.jmeter.javadsl.core.timers.DslThroughputTimer
- buildTreeUnder(HashTree, BuildTreeContext) - Method in class us.abstracta.jmeter.javadsl.http.AutoEnabledHttpConfigElement
- buildTreeUnder(HashTree, BuildTreeContext) - Method in class us.abstracta.jmeter.javadsl.http.DslBaseHttpSampler
- buildTreeUnder(HashTree, BuildTreeContext) - Method in class us.abstracta.jmeter.javadsl.http.DslHttpDefaults
- buildTreeUnder(HashTree, BuildTreeContext) - Method in class us.abstracta.jmeter.javadsl.http.DslHttpSampler
- buildTreeUnder(HashTree, BuildTreeContext) - Method in class us.abstracta.jmeter.javadsl.java.DslJsr223Sampler
- buildUnsupported() - Static method in class us.abstracta.jmeter.javadsl.codegeneration.MethodCall
-
Allows to build a special method call used when some conversion is not supported.
- buildUrlParam(MethodParam, MethodParam, MethodParam, MethodParam) - Static method in class us.abstracta.jmeter.javadsl.http.DslBaseHttpSampler.BaseHttpSamplerCodeBuilder
- buildUrlParam(MethodParam, MethodParam, MethodParam, MethodParam) - Static method in class us.abstracta.jmeter.javadsl.http.HttpElementHelper
- byLabel(String) - Method in class us.abstracta.jmeter.javadsl.core.TestPlanStats
-
Provides statistics for a specific label (usually a sampler label).
C
- calculation - Variable in class us.abstracta.jmeter.javadsl.core.timers.DslThroughputTimer
- calculation(DslThroughputTimer.ThroughputMode) - Method in class us.abstracta.jmeter.javadsl.core.timers.DslThroughputTimer
-
Allows specifying the exact method of calculation of throughput regardless of the location of the timer.
- CallContextEntry() - Constructor for class us.abstracta.jmeter.javadsl.core.configs.DslVariables.CallContextEntry
- chain(String, MethodParam...) - Method in class us.abstracta.jmeter.javadsl.codegeneration.MethodCall
-
Allows chaining a method call to this call.
- chain(MethodCall) - Method in class us.abstracta.jmeter.javadsl.codegeneration.MethodCall
-
Allows to chain a method call in current method call.
- chainAdditionalOptions(MethodCall, TestElementParamBuilder) - Method in class us.abstracta.jmeter.javadsl.http.DslBaseHttpSampler.BaseHttpSamplerCodeBuilder
- chainAdditionalOptions(MethodCall, TestElementParamBuilder) - Method in class us.abstracta.jmeter.javadsl.http.DslHttpSampler.CodeBuilder
- chainClientImplToMethodCall(MethodCall, TestElementParamBuilder) - Static method in class us.abstracta.jmeter.javadsl.http.HttpElementHelper
- chainComment(String) - Method in class us.abstracta.jmeter.javadsl.codegeneration.MethodCall
-
Allows to add a comment as part of the chain of commands.
- chainConnectionOptionsToMethodCall(MethodCall, TestElementParamBuilder) - Static method in class us.abstracta.jmeter.javadsl.http.HttpElementHelper
- chainContentType(MethodCall, String) - Method in class us.abstracta.jmeter.javadsl.http.DslBaseHttpSampler.BaseHttpSamplerCodeBuilder
- chainEmbeddedResourcesOptionsToMethodCall(MethodCall, TestElementParamBuilder) - Static method in class us.abstracta.jmeter.javadsl.http.HttpElementHelper
- chainEncodingToMethodCall(MethodCall, TestElementParamBuilder) - Static method in class us.abstracta.jmeter.javadsl.http.HttpElementHelper
- chainHeaders(MethodCall, MethodCallContext) - Method in class us.abstracta.jmeter.javadsl.http.DslBaseHttpSampler.BaseHttpSamplerCodeBuilder
- chainRequestCalls(MethodCall, HTTPSamplerProxy, MethodCallContext) - Method in class us.abstracta.jmeter.javadsl.http.DslBaseHttpSampler.BaseHttpSamplerCodeBuilder
- chainRequestCalls(MethodCall, HTTPSamplerProxy, MethodCallContext) - Method in class us.abstracta.jmeter.javadsl.http.DslHttpSampler.CodeBuilder
- chainScopedElementAdditionalOptions(MethodCall, ResponseAssertion) - Method in class us.abstracta.jmeter.javadsl.core.assertions.DslResponseAssertion.CodeBuilder
- chainScopedElementAdditionalOptions(MethodCall, BoundaryExtractor) - Method in class us.abstracta.jmeter.javadsl.core.postprocessors.DslBoundaryExtractor.CodeBuilder
- chainScopedElementAdditionalOptions(MethodCall, RegexExtractor) - Method in class us.abstracta.jmeter.javadsl.core.postprocessors.DslRegexExtractor.CodeBuilder
- chainScopedElementAdditionalOptions(MethodCall, T) - Method in class us.abstracta.jmeter.javadsl.core.testelements.DslScopedTestElement.ScopedTestElementCallBuilder
- chainScopeTo(MethodCall, TestElement, String) - Static method in class us.abstracta.jmeter.javadsl.core.testelements.DslScopedTestElement.ScopedTestElementCallBuilder
- chainSize() - Method in class us.abstracta.jmeter.javadsl.codegeneration.MethodCall
-
Allows to check the number of method calls chained into current method call.
- child(long, DslController) - Method in class us.abstracta.jmeter.javadsl.core.controllers.DslWeightedSwitchController
-
Adds a child to the controller with a configured weight for selecting it in iterations.
- child(long, DslSampler) - Method in class us.abstracta.jmeter.javadsl.core.controllers.DslWeightedSwitchController
-
Adds a child to the controller with a configured weight for selecting it in iterations.
- child(TestElement, HashTree) - Method in class us.abstracta.jmeter.javadsl.codegeneration.MethodCallContext
-
Allows creating a child context for the given test element and tree.
- child(MethodCall) - Method in class us.abstracta.jmeter.javadsl.codegeneration.MethodCall
-
Allows adding a child call to this call.
- child(MethodCall) - Method in class us.abstracta.jmeter.javadsl.core.controllers.FragmentMethodCall
- children - Variable in class us.abstracta.jmeter.javadsl.core.testelements.TestElementContainer
- children - Variable in class us.abstracta.jmeter.javadsl.java.DslJsr223Sampler
- children(C...) - Method in class us.abstracta.jmeter.javadsl.core.testelements.TestElementContainer
- children(DslTestPlan.TestPlanChild...) - Method in class us.abstracta.jmeter.javadsl.core.DslTestPlan
-
Allows adding additional children elements to a test plan.
- children(BaseSampler.SamplerChild...) - Method in class us.abstracta.jmeter.javadsl.core.samplers.BaseSampler
-
Allows specifying children test elements for the sampler, which allow for example extracting information from response, alter request, assert response contents, etc.
- children(BaseSampler.SamplerChild...) - Method in class us.abstracta.jmeter.javadsl.java.DslJsr223Sampler
-
Allows specifying children test elements for the sampler, which allows for example extracting information from response, assert response contents, etc.
- children(BaseThreadGroup.ThreadGroupChild...) - Method in class us.abstracta.jmeter.javadsl.core.controllers.BaseController
-
Allows specifying children elements that are affected by this controller.
- children(BaseThreadGroup.ThreadGroupChild...) - Method in class us.abstracta.jmeter.javadsl.core.controllers.DslWeightedSwitchController
-
Allows specifying children test elements which don't have an explicit weight associated.
- children(BaseThreadGroup.ThreadGroupChild...) - Method in class us.abstracta.jmeter.javadsl.core.threadgroups.BaseThreadGroup
-
Allows specifying thread group children elements (samplers, listeners, post processors, etc.).
- children(BaseThreadGroup.ThreadGroupChild...) - Method in class us.abstracta.jmeter.javadsl.core.threadgroups.DslDefaultThreadGroup
-
Allows specifying thread group children elements (samplers, listeners, post processors, etc.).
- children(BaseThreadGroup.ThreadGroupChild...) - Method in class us.abstracta.jmeter.javadsl.core.threadgroups.DslSimpleThreadGroup
-
Allows specifying thread group children elements (samplers, listeners, post processors, etc.).
- ChildrenParam<T> - Class in us.abstracta.jmeter.javadsl.codegeneration.params
-
Is a parameter used to specify DSL test element children methods.
- ChildrenParam(Class<T>) - Constructor for class us.abstracta.jmeter.javadsl.codegeneration.params.ChildrenParam
- ChildrenParam(Class<T>, List<MethodCall>) - Constructor for class us.abstracta.jmeter.javadsl.codegeneration.params.ChildrenParam
- clearCookiesBetweenIterations(boolean) - Method in class us.abstracta.jmeter.javadsl.http.DslCookieManager
-
Allows to enable or disable clearing cookies between thread group iterations.
- clearEachIteration - Variable in class us.abstracta.jmeter.javadsl.http.DslCookieManager
- clientImpl - Variable in class us.abstracta.jmeter.javadsl.http.DslHttpDefaults
- clientImpl - Variable in class us.abstracta.jmeter.javadsl.http.DslHttpSampler
- clientImpl(DslHttpSampler.HttpClientImpl) - Method in class us.abstracta.jmeter.javadsl.http.DslHttpDefaults
-
Allows specifying which http client implementation to use by default for HTTP samplers.
- clientImpl(DslHttpSampler.HttpClientImpl) - Method in class us.abstracta.jmeter.javadsl.http.DslHttpSampler
-
Allows specifying the HTTP client implementation to use for this particular sampler.
- CodeBuilder() - Constructor for class us.abstracta.jmeter.javadsl.core.controllers.DslIncludeController.CodeBuilder
- CodeBuilder() - Constructor for class us.abstracta.jmeter.javadsl.core.controllers.DslModuleController.CodeBuilder
- CodeBuilder() - Constructor for class us.abstracta.jmeter.javadsl.core.controllers.DslProxyControl.CodeBuilder
- CodeBuilder() - Constructor for class us.abstracta.jmeter.javadsl.core.controllers.DslRecordingController.CodeBuilder
- CodeBuilder(Class<T>, List<Method>) - Constructor for class us.abstracta.jmeter.javadsl.http.AutoEnabledHttpConfigElement.CodeBuilder
- CodeBuilder(List<Method>) - Constructor for class us.abstracta.jmeter.javadsl.core.assertions.DslJsonAssertion.CodeBuilder
- CodeBuilder(List<Method>) - Constructor for class us.abstracta.jmeter.javadsl.core.assertions.DslResponseAssertion.CodeBuilder
- CodeBuilder(List<Method>) - Constructor for class us.abstracta.jmeter.javadsl.core.configs.DslCounter.CodeBuilder
- CodeBuilder(List<Method>) - Constructor for class us.abstracta.jmeter.javadsl.core.configs.DslCsvDataSet.CodeBuilder
- CodeBuilder(List<Method>) - Constructor for class us.abstracta.jmeter.javadsl.core.configs.DslVariables.CodeBuilder
- CodeBuilder(List<Method>) - Constructor for class us.abstracta.jmeter.javadsl.core.controllers.DslForEachController.CodeBuilder
- CodeBuilder(List<Method>) - Constructor for class us.abstracta.jmeter.javadsl.core.controllers.DslIfController.CodeBuilder
- CodeBuilder(List<Method>) - Constructor for class us.abstracta.jmeter.javadsl.core.controllers.DslOnceOnlyController.CodeBuilder
- CodeBuilder(List<Method>) - Constructor for class us.abstracta.jmeter.javadsl.core.controllers.DslRuntimeController.CodeBuilder
- CodeBuilder(List<Method>) - Constructor for class us.abstracta.jmeter.javadsl.core.controllers.DslSimpleController.CodeBuilder
- CodeBuilder(List<Method>) - Constructor for class us.abstracta.jmeter.javadsl.core.controllers.DslTestFragmentController.CodeBuilder
- CodeBuilder(List<Method>) - Constructor for class us.abstracta.jmeter.javadsl.core.controllers.DslTransactionController.CodeBuilder
- CodeBuilder(List<Method>) - Constructor for class us.abstracta.jmeter.javadsl.core.controllers.DslWeightedSwitchController.CodeBuilder
- CodeBuilder(List<Method>) - Constructor for class us.abstracta.jmeter.javadsl.core.controllers.DslWhileController.CodeBuilder
- CodeBuilder(List<Method>) - Constructor for class us.abstracta.jmeter.javadsl.core.controllers.ForLoopController.CodeBuilder
- CodeBuilder(List<Method>) - Constructor for class us.abstracta.jmeter.javadsl.core.controllers.PercentController.CodeBuilder
- CodeBuilder(List<Method>) - Constructor for class us.abstracta.jmeter.javadsl.core.DslTestPlan.CodeBuilder
- CodeBuilder(List<Method>) - Constructor for class us.abstracta.jmeter.javadsl.core.listeners.DslViewResultsTree.CodeBuilder
- CodeBuilder(List<Method>) - Constructor for class us.abstracta.jmeter.javadsl.core.listeners.GraphiteBackendListener.CodeBuilder
- CodeBuilder(List<Method>) - Constructor for class us.abstracta.jmeter.javadsl.core.listeners.InfluxDbBackendListener.CodeBuilder
- CodeBuilder(List<Method>) - Constructor for class us.abstracta.jmeter.javadsl.core.listeners.JtlWriter.CodeBuilder
- CodeBuilder(List<Method>) - Constructor for class us.abstracta.jmeter.javadsl.core.listeners.ResponseFileSaver.CodeBuilder
- CodeBuilder(List<Method>) - Constructor for class us.abstracta.jmeter.javadsl.core.postprocessors.DslBoundaryExtractor.CodeBuilder
- CodeBuilder(List<Method>) - Constructor for class us.abstracta.jmeter.javadsl.core.postprocessors.DslDebugPostProcessor.CodeBuilder
- CodeBuilder(List<Method>) - Constructor for class us.abstracta.jmeter.javadsl.core.postprocessors.DslJsonExtractor.CodeBuilder
- CodeBuilder(List<Method>) - Constructor for class us.abstracta.jmeter.javadsl.core.postprocessors.DslJsr223PostProcessor.CodeBuilder
- CodeBuilder(List<Method>) - Constructor for class us.abstracta.jmeter.javadsl.core.postprocessors.DslRegexExtractor.CodeBuilder
- CodeBuilder(List<Method>) - Constructor for class us.abstracta.jmeter.javadsl.core.preprocessors.DslJsr223PreProcessor.CodeBuilder
- CodeBuilder(List<Method>) - Constructor for class us.abstracta.jmeter.javadsl.core.samplers.DslDummySampler.CodeBuilder
- CodeBuilder(List<Method>) - Constructor for class us.abstracta.jmeter.javadsl.core.samplers.DslFlowControlAction.CodeBuilder
- CodeBuilder(List<Method>) - Constructor for class us.abstracta.jmeter.javadsl.core.threadgroups.defaultthreadgroup.SimpleThreadGroupHelper.CodeBuilder
- CodeBuilder(List<Method>) - Constructor for class us.abstracta.jmeter.javadsl.core.threadgroups.defaultthreadgroup.UltimateThreadGroupHelper.CodeBuilder
- CodeBuilder(List<Method>) - Constructor for class us.abstracta.jmeter.javadsl.core.threadgroups.DslDefaultThreadGroup.CodeBuilder
- CodeBuilder(List<Method>) - Constructor for class us.abstracta.jmeter.javadsl.core.threadgroups.DslSetupThreadGroup.CodeBuilder
- CodeBuilder(List<Method>) - Constructor for class us.abstracta.jmeter.javadsl.core.threadgroups.DslTeardownThreadGroup.CodeBuilder
- CodeBuilder(List<Method>) - Constructor for class us.abstracta.jmeter.javadsl.core.timers.DslConstantTimer.CodeBuilder
- CodeBuilder(List<Method>) - Constructor for class us.abstracta.jmeter.javadsl.core.timers.DslSynchronizingTimer.CodeBuilder
- CodeBuilder(List<Method>) - Constructor for class us.abstracta.jmeter.javadsl.core.timers.DslThroughputTimer.CodeBuilder
- CodeBuilder(List<Method>) - Constructor for class us.abstracta.jmeter.javadsl.core.timers.DslUniformRandomTimer.CodeBuilder
- CodeBuilder(List<Method>) - Constructor for class us.abstracta.jmeter.javadsl.http.DslAuthManager.CodeBuilder
- CodeBuilder(List<Method>) - Constructor for class us.abstracta.jmeter.javadsl.http.DslCacheManager.CodeBuilder
- CodeBuilder(List<Method>) - Constructor for class us.abstracta.jmeter.javadsl.http.DslCookieManager.CodeBuilder
- CodeBuilder(List<Method>) - Constructor for class us.abstracta.jmeter.javadsl.http.DslHttpDefaults.CodeBuilder
- CodeBuilder(List<Method>) - Constructor for class us.abstracta.jmeter.javadsl.http.DslHttpSampler.CodeBuilder
- CodeBuilder(List<Method>) - Constructor for class us.abstracta.jmeter.javadsl.http.HttpHeaders.CodeBuilder
- CodeBuilder(List<Method>) - Constructor for class us.abstracta.jmeter.javadsl.java.DslJsr223Sampler.CodeBuilder
- CodeSegment - Interface in us.abstracta.jmeter.javadsl.codegeneration
-
Specifies part of code to be generated including common logic required byt different type of code segments.
- Comment - Class in us.abstracta.jmeter.javadsl.codegeneration
-
Allows specifying a comment to be added to generated code.
- Comment(String) - Constructor for class us.abstracta.jmeter.javadsl.codegeneration.Comment
- computeEntryIfAbsent(Object, Supplier<V>) - Method in class us.abstracta.jmeter.javadsl.codegeneration.MethodCallContext
-
Gets existing entry or creates a new one using provided computation function.
- conditionBuilder - Variable in class us.abstracta.jmeter.javadsl.core.controllers.DslIfController
- conditionBuilder - Variable in class us.abstracta.jmeter.javadsl.core.controllers.DslWhileController
- conditions - Variable in class us.abstracta.jmeter.javadsl.core.listeners.AutoStopListener
- configureHttpTestElement(HTTPSamplerProxy) - Method in class us.abstracta.jmeter.javadsl.http.DslBaseHttpSampler
- configureHttpTestElement(HTTPSamplerProxy) - Method in class us.abstracta.jmeter.javadsl.http.DslHttpSampler
- configureTestElement(TestElement, String, Class<? extends JMeterGUIComponent>) - Static method in class us.abstracta.jmeter.javadsl.core.testelements.BaseTestElement
- CONNECT_TIME - us.abstracta.jmeter.javadsl.core.listeners.autostop.AutoStopMetric
- connectionsTtl(Duration) - Method in class us.abstracta.jmeter.javadsl.http.DslHttpDefaults
-
Allows specifying the connections ttl (time-to-live) used to determine how much time a connection can be kept open.
- connectionTime() - Static method in class us.abstracta.jmeter.javadsl.core.listeners.AutoStopListener.AutoStopCondition
-
Specifies to create a condition that evaluates connection time (time it takes to establish a connection with the service under test).
- connectionTime() - Method in class us.abstracta.jmeter.javadsl.core.listeners.AutoStopListener.AutoStopConditionBuilder
- connectionTimeout - Variable in class us.abstracta.jmeter.javadsl.http.DslBaseHttpSampler
- connectionTimeout - Variable in class us.abstracta.jmeter.javadsl.http.DslHttpDefaults
- connectionTimeout(Duration) - Method in class us.abstracta.jmeter.javadsl.http.DslBaseHttpSampler
-
Allows to set the maximum amount of time to wait for an HTTP connection to be established.
- connectionTimeout(Duration) - Method in class us.abstracta.jmeter.javadsl.http.DslHttpDefaults
-
Allows to set the default maximum amount of time to wait for an HTTP connection to be established.
- constantTimer(String) - Static method in class us.abstracta.jmeter.javadsl.JmeterDsl
-
Same as
JmeterDsl.constantTimer(Duration)but allowing tu use a JMeter expression. - constantTimer(Duration) - Static method in class us.abstracta.jmeter.javadsl.JmeterDsl
-
Builds a Constant Timer which pauses the thread with for a given duration.
- CONTAINS_REGEX - us.abstracta.jmeter.javadsl.core.assertions.DslResponseAssertion.TestStringStrategy
- containsRegexes(String...) - Method in class us.abstracta.jmeter.javadsl.core.assertions.DslResponseAssertion
-
Checks if the configured
DslResponseAssertion.fieldToTest(TargetField)contains matches for given regular expressions. - containsSubstrings(String...) - Method in class us.abstracta.jmeter.javadsl.core.assertions.DslResponseAssertion
-
Checks if the specified
DslResponseAssertion.fieldToTest(TargetField)contains the given substrings. - contents() - Method in class us.abstracta.jmeter.javadsl.util.TestResource
-
Gets the contents of the given resources as string.
- contentType(ContentType) - Method in class us.abstracta.jmeter.javadsl.http.DslBaseHttpSampler
-
Allows to easily specify the Content-Type HTTP header to be used by the sampler.
- contentType(ContentType) - Method in class us.abstracta.jmeter.javadsl.http.HttpHeaders
-
Allows to easily specify the Content-Type HTTP header.
- ContentTypeParam - Class in us.abstracta.jmeter.javadsl.http
- ContentTypeParam(String) - Constructor for class us.abstracta.jmeter.javadsl.http.ContentTypeParam
- CONTINUE - us.abstracta.jmeter.javadsl.core.threadgroups.BaseThreadGroup.SampleErrorAction
-
Ignores the error and continues execution with the next element in children elements, or starts a new iteration.
- ContractComplyingConcurrencyThreadGroup() - Constructor for class us.abstracta.jmeter.javadsl.core.threadgroups.RpsThreadGroup.ContractComplyingConcurrencyThreadGroup
- cookiePolicy - Variable in class us.abstracta.jmeter.javadsl.http.DslCookieManager
- cookiePolicy(DslCookieManager.CookiePolicy) - Method in class us.abstracta.jmeter.javadsl.http.DslCookieManager
-
Used to set the required cookie policy used to manage cookies.
- count - Variable in class us.abstracta.jmeter.javadsl.core.controllers.ForLoopController
- counter(String) - Static method in class us.abstracta.jmeter.javadsl.JmeterDsl
-
Builds a counter for easy usage of auto incremental numbers in test plans.
- counting - Variable in class us.abstracta.jmeter.javadsl.core.threadgroups.RpsThreadGroup
- counting(RpsThreadGroup.EventType) - Method in class us.abstracta.jmeter.javadsl.core.threadgroups.RpsThreadGroup
-
Specifies to either control requests or iterations per second.
- CountMetricConditionBuilder(AutoStopConditionElement, AutoStopMetric) - Constructor for class us.abstracta.jmeter.javadsl.core.listeners.AutoStopListener.CountMetricConditionBuilder
- CountMetricSummary - Class in us.abstracta.jmeter.javadsl.core.stats
-
Provides summary data for a set of count values.
- CountMetricSummary() - Constructor for class us.abstracta.jmeter.javadsl.core.stats.CountMetricSummary
- csvDataSet(String) - Static method in class us.abstracta.jmeter.javadsl.JmeterDsl
-
Builds a CSV Data Set which allows loading from a CSV file variables to be used in test plan.
- csvDataSet(TestResource) - Static method in class us.abstracta.jmeter.javadsl.JmeterDsl
-
Same as
JmeterDsl.csvDataSet(String)but easing usage of test resources. - ctx - Variable in class us.abstracta.jmeter.javadsl.core.util.DslScript.DslScriptVars
D
- debugPostProcessor() - Static method in class us.abstracta.jmeter.javadsl.JmeterDsl
-
Builds a Debug post processor which is helpful to collect debugging information from test plans executions.
- DEFAULT_LANGUAGE - Static variable in class us.abstracta.jmeter.javadsl.core.testelements.DslJsr223TestElement
- DEFAULT_NAME - Static variable in class us.abstracta.jmeter.javadsl.core.assertions.DslResponseAssertion
- DEFAULT_WEIGHT - Static variable in class us.abstracta.jmeter.javadsl.core.controllers.DslWeightedSwitchController
- defaultValue - Variable in class us.abstracta.jmeter.javadsl.codegeneration.params.FixedParam
- defaultValue - Variable in class us.abstracta.jmeter.javadsl.core.postprocessors.DslVariableExtractor
- defaultValue(String) - Method in class us.abstracta.jmeter.javadsl.core.postprocessors.DslBoundaryExtractor
-
Sets the default value to be stored in the JMeter variable when no match is found.
- defaultValue(String) - Method in class us.abstracta.jmeter.javadsl.core.postprocessors.DslJsonExtractor
-
Sets the default value to be stored in the JMeter variable when no match is found.
- defaultValue(String) - Method in class us.abstracta.jmeter.javadsl.core.postprocessors.DslRegexExtractor
-
Sets the default value to be stored in the JMeter variable when the regex does not match.
- delimiter(String) - Method in class us.abstracta.jmeter.javadsl.core.configs.DslCsvDataSet
-
Specifies the delimiter used by the file to separate variable values.
- dependencies(Set<String>) - Method in class us.abstracta.jmeter.javadsl.codegeneration.TestClassTemplate
- disable() - Method in class us.abstracta.jmeter.javadsl.http.DslCacheManager
-
disables HTTP caching for the test plan.
- disable() - Method in class us.abstracta.jmeter.javadsl.http.DslCookieManager
-
Disables HTTP cookies handling for the test plan.
- DistributedJmeterEngine - Class in us.abstracta.jmeter.javadsl.core.engines
-
Allows running a JMeter test plan distributed across multiple machines.
- DistributedJmeterEngine(String...) - Constructor for class us.abstracta.jmeter.javadsl.core.engines.DistributedJmeterEngine
- doubleParam(String) - Method in class us.abstracta.jmeter.javadsl.codegeneration.TestElementParamBuilder
-
Generates a MethodParam representing a double test element property.
- DoubleParam - Class in us.abstracta.jmeter.javadsl.codegeneration.params
-
Is a parameter with a double value.
- DoubleParam(String, Double) - Constructor for class us.abstracta.jmeter.javadsl.codegeneration.params.DoubleParam
- downloadEmbeddedResources - Variable in class us.abstracta.jmeter.javadsl.http.DslHttpDefaults
- downloadEmbeddedResources - Variable in class us.abstracta.jmeter.javadsl.http.DslHttpSampler
- downloadEmbeddedResources() - Method in class us.abstracta.jmeter.javadsl.http.DslHttpDefaults
-
Allows enabling automatic download of HTML embedded resources (images, iframes, etc) by default.
- downloadEmbeddedResources() - Method in class us.abstracta.jmeter.javadsl.http.DslHttpSampler
-
Allows enabling automatic download of HTML embedded resources (images, iframes, etc).
- downloadEmbeddedResources(boolean) - Method in class us.abstracta.jmeter.javadsl.http.DslHttpDefaults
-
Same as
DslHttpDefaults.downloadEmbeddedResources()but allowing to enable and disable the setting. - downloadEmbeddedResources(boolean) - Method in class us.abstracta.jmeter.javadsl.http.DslHttpSampler
-
Same as
DslHttpSampler.downloadEmbeddedResources()but allowing to enable or disable the setting. - downloadEmbeddedResourcesMatching(String) - Method in class us.abstracta.jmeter.javadsl.http.DslHttpDefaults
-
Same as
DslHttpDefaults.downloadEmbeddedResources()but allowing to specify which embedded resources to actually download. - downloadEmbeddedResourcesMatching(String) - Method in class us.abstracta.jmeter.javadsl.http.DslHttpSampler
-
Same as
DslHttpSampler.downloadEmbeddedResources()but allowing to specify which embedded resources to actually download. - downloadEmbeddedResourcesNotMatching(String) - Method in class us.abstracta.jmeter.javadsl.http.DslHttpDefaults
-
Same as
DslHttpDefaults.downloadEmbeddedResources()but allowing to ignore embedded resources with URL matching a given regular expression. - downloadEmbeddedResourcesNotMatching(String) - Method in class us.abstracta.jmeter.javadsl.http.DslHttpSampler
-
Same as
DslHttpSampler.downloadEmbeddedResources()but allowing to ignore embedded resources with URL matching a given regular expression. - DslAssertion - Interface in us.abstracta.jmeter.javadsl.core.assertions
- DslAuthManager - Class in us.abstracta.jmeter.javadsl.http
-
Allows specifying HTTP authentication to be automatically included in HTTP requests.
- DslAuthManager() - Constructor for class us.abstracta.jmeter.javadsl.http.DslAuthManager
- DslAuthManager.CodeBuilder - Class in us.abstracta.jmeter.javadsl.http
- DslBackendListener<T extends DslBackendListener<T>> - Class in us.abstracta.jmeter.javadsl.core.listeners
-
Contains common logic used by test elements that use the backend listener.
- DslBackendListener(Class<? extends BackendListenerClient>, String) - Constructor for class us.abstracta.jmeter.javadsl.core.listeners.DslBackendListener
- DslBackendListener.BackendListenerCodeBuilder - Class in us.abstracta.jmeter.javadsl.core.listeners
- DslBaseHttpSampler<T extends DslBaseHttpSampler<T>> - Class in us.abstracta.jmeter.javadsl.http
-
Abstracts common logic used by HTTP based samplers.
- DslBaseHttpSampler(String, String, Class<? extends JMeterGUIComponent>) - Constructor for class us.abstracta.jmeter.javadsl.http.DslBaseHttpSampler
- DslBaseHttpSampler.BaseHttpSamplerCodeBuilder - Class in us.abstracta.jmeter.javadsl.http
- DslBoundaryExtractor - Class in us.abstracta.jmeter.javadsl.core.postprocessors
-
Provides simple means for extracting into a variable a part of a request or response using just left and right boundaries surrounding the desired text.
- DslBoundaryExtractor(String, String, String) - Constructor for class us.abstracta.jmeter.javadsl.core.postprocessors.DslBoundaryExtractor
- DslBoundaryExtractor.CodeBuilder - Class in us.abstracta.jmeter.javadsl.core.postprocessors
- DslBoundaryExtractor.TargetField - Enum in us.abstracta.jmeter.javadsl.core.postprocessors
-
Used to specify the field the extractor will apply to.
- DslCacheManager - Class in us.abstracta.jmeter.javadsl.http
-
Allows configuring caching behavior used by HTTP samplers.
- DslCacheManager() - Constructor for class us.abstracta.jmeter.javadsl.http.DslCacheManager
- DslCacheManager.CodeBuilder - Class in us.abstracta.jmeter.javadsl.http
- DslCodeGenerator - Class in us.abstracta.jmeter.javadsl.codegeneration
-
Generates DSL code from JMX files.
- DslCodeGenerator() - Constructor for class us.abstracta.jmeter.javadsl.codegeneration.DslCodeGenerator
- DslConfig - Interface in us.abstracta.jmeter.javadsl.core.configs
- DslConstantTimer - Class in us.abstracta.jmeter.javadsl.core.timers
-
Allows using JMeter Constant Timers which pause the thread for a given period.
- DslConstantTimer(String) - Constructor for class us.abstracta.jmeter.javadsl.core.timers.DslConstantTimer
- DslConstantTimer(Duration) - Constructor for class us.abstracta.jmeter.javadsl.core.timers.DslConstantTimer
-
Deprecated.
- DslConstantTimer.CodeBuilder - Class in us.abstracta.jmeter.javadsl.core.timers
- DslController - Interface in us.abstracta.jmeter.javadsl.core.controllers
- DslCookieManager - Class in us.abstracta.jmeter.javadsl.http
-
Allows configuring cookies settings used by HTTP samplers.
- DslCookieManager() - Constructor for class us.abstracta.jmeter.javadsl.http.DslCookieManager
- DslCookieManager.CodeBuilder - Class in us.abstracta.jmeter.javadsl.http
- DslCookieManager.CookiePolicy - Enum in us.abstracta.jmeter.javadsl.http
- DslCounter - Class in us.abstracta.jmeter.javadsl.core.configs
-
Allows easy usage of auto incremental values in test plans.
- DslCounter(String) - Constructor for class us.abstracta.jmeter.javadsl.core.configs.DslCounter
- DslCounter.CodeBuilder - Class in us.abstracta.jmeter.javadsl.core.configs
- DslCsvDataSet - Class in us.abstracta.jmeter.javadsl.core.configs
-
Allows using a CSV file as input data for JMeter variables to use in test plan.
- DslCsvDataSet(String) - Constructor for class us.abstracta.jmeter.javadsl.core.configs.DslCsvDataSet
- DslCsvDataSet.CodeBuilder - Class in us.abstracta.jmeter.javadsl.core.configs
- DslCsvDataSet.Sharing - Enum in us.abstracta.jmeter.javadsl.core.configs
-
Specifies the way the threads in a test plan consume the CSV.
- DslDebugPostProcessor - Class in us.abstracta.jmeter.javadsl.core.postprocessors
-
Adds a sub result to a given sampler result, including jmeter variables, jmeter properties, etc., which are handy when debugging test plans.
- DslDebugPostProcessor() - Constructor for class us.abstracta.jmeter.javadsl.core.postprocessors.DslDebugPostProcessor
- DslDebugPostProcessor.CodeBuilder - Class in us.abstracta.jmeter.javadsl.core.postprocessors
- DslDefaultThreadGroup - Class in us.abstracta.jmeter.javadsl.core.threadgroups
-
Represents the standard thread group test element included by JMeter.
- DslDefaultThreadGroup(String) - Constructor for class us.abstracta.jmeter.javadsl.core.threadgroups.DslDefaultThreadGroup
- DslDefaultThreadGroup(String, int, int, List<BaseThreadGroup.ThreadGroupChild>) - Constructor for class us.abstracta.jmeter.javadsl.core.threadgroups.DslDefaultThreadGroup
- DslDefaultThreadGroup(String, int, Duration, List<BaseThreadGroup.ThreadGroupChild>) - Constructor for class us.abstracta.jmeter.javadsl.core.threadgroups.DslDefaultThreadGroup
- DslDefaultThreadGroup.CodeBuilder - Class in us.abstracta.jmeter.javadsl.core.threadgroups
- DslDummySampler - Class in us.abstracta.jmeter.javadsl.core.samplers
-
Allows using JMeter Dummy Sampler plugin to emulate other samples and ease testing post processors and other parts of a test plan.
- DslDummySampler(String, String) - Constructor for class us.abstracta.jmeter.javadsl.core.samplers.DslDummySampler
- DslDummySampler.CodeBuilder - Class in us.abstracta.jmeter.javadsl.core.samplers
- DslFlowControlAction - Class in us.abstracta.jmeter.javadsl.core.samplers
-
Uses JMeter Flow Control Action to allow taking different actions (stop, pause, interrupt).
- DslFlowControlAction(String) - Constructor for class us.abstracta.jmeter.javadsl.core.samplers.DslFlowControlAction
- DslFlowControlAction.CodeBuilder - Class in us.abstracta.jmeter.javadsl.core.samplers
- DslForEachController - Class in us.abstracta.jmeter.javadsl.core.controllers
-
Iterates over variables with a given prefix and runs part of a test plan for each of the variables.
- DslForEachController(String, String, String, List<BaseThreadGroup.ThreadGroupChild>) - Constructor for class us.abstracta.jmeter.javadsl.core.controllers.DslForEachController
- DslForEachController.CodeBuilder - Class in us.abstracta.jmeter.javadsl.core.controllers
- DslHttpDefaults - Class in us.abstracta.jmeter.javadsl.http
-
Allows configuring default values for common properties of HTTP samplers.
- DslHttpDefaults() - Constructor for class us.abstracta.jmeter.javadsl.http.DslHttpDefaults
- DslHttpDefaults.CodeBuilder - Class in us.abstracta.jmeter.javadsl.http
- DslHttpSampler - Class in us.abstracta.jmeter.javadsl.http
-
Allows to configure a JMeter HTTP sampler to make HTTP requests in a test plan.
- DslHttpSampler(String, Class<? extends PropertyScriptBuilder.PropertyScript<String>>) - Constructor for class us.abstracta.jmeter.javadsl.http.DslHttpSampler
- DslHttpSampler(String, String) - Constructor for class us.abstracta.jmeter.javadsl.http.DslHttpSampler
- DslHttpSampler(String, Function<DslJsr223PreProcessor.PreProcessorVars, String>) - Constructor for class us.abstracta.jmeter.javadsl.http.DslHttpSampler
- DslHttpSampler.CodeBuilder - Class in us.abstracta.jmeter.javadsl.http
- DslHttpSampler.HttpClientImpl - Enum in us.abstracta.jmeter.javadsl.http
-
Specifies an HTTP client implementation to be used by HTTP samplers.
- DslIfController - Class in us.abstracta.jmeter.javadsl.core.controllers
-
Allows to conditionally run part of a test plan according to certain condition.
- DslIfController(Class<? extends PropertyScriptBuilder.PropertyScript<Boolean>>, List<BaseThreadGroup.ThreadGroupChild>) - Constructor for class us.abstracta.jmeter.javadsl.core.controllers.DslIfController
- DslIfController(String, List<BaseThreadGroup.ThreadGroupChild>) - Constructor for class us.abstracta.jmeter.javadsl.core.controllers.DslIfController
- DslIfController(PropertyScriptBuilder.PropertyScript<Boolean>, List<BaseThreadGroup.ThreadGroupChild>) - Constructor for class us.abstracta.jmeter.javadsl.core.controllers.DslIfController
- DslIfController.CodeBuilder - Class in us.abstracta.jmeter.javadsl.core.controllers
- DslIncludeController - Class in us.abstracta.jmeter.javadsl.core.controllers
- DslIncludeController() - Constructor for class us.abstracta.jmeter.javadsl.core.controllers.DslIncludeController
- DslIncludeController.CodeBuilder - Class in us.abstracta.jmeter.javadsl.core.controllers
- DslJmeterEngine - Interface in us.abstracta.jmeter.javadsl.core
-
Interface to be implemented by classes allowing to run a DslTestPlan in different engines.
- DslJsonAssertion - Class in us.abstracta.jmeter.javadsl.core.assertions
-
Allows asserting that part of a JSON response exists or has some value.
- DslJsonAssertion(String, String) - Constructor for class us.abstracta.jmeter.javadsl.core.assertions.DslJsonAssertion
- DslJsonAssertion.CodeBuilder - Class in us.abstracta.jmeter.javadsl.core.assertions
- DslJsonExtractor - Class in us.abstracta.jmeter.javadsl.core.postprocessors
-
Allows extracting part of a JSON response using JMESPath or JSONPath to store into a variable.
- DslJsonExtractor(String, String) - Constructor for class us.abstracta.jmeter.javadsl.core.postprocessors.DslJsonExtractor
- DslJsonExtractor.CodeBuilder - Class in us.abstracta.jmeter.javadsl.core.postprocessors
- DslJsonExtractor.CodeBuilder.JsonPathQueryLanguageParam - Class in us.abstracta.jmeter.javadsl.core.postprocessors
- DslJsonExtractor.JsonQueryLanguage - Enum in us.abstracta.jmeter.javadsl.core.postprocessors
-
Specifies the query language used to extract from JSON.
- DslJsr223PostProcessor - Class in us.abstracta.jmeter.javadsl.core.postprocessors
-
Allows running custom logic after getting a sample result.
- DslJsr223PostProcessor(String, Class<? extends DslJsr223PostProcessor.PostProcessorScript>) - Constructor for class us.abstracta.jmeter.javadsl.core.postprocessors.DslJsr223PostProcessor
- DslJsr223PostProcessor(String, String) - Constructor for class us.abstracta.jmeter.javadsl.core.postprocessors.DslJsr223PostProcessor
- DslJsr223PostProcessor(String, DslJsr223PostProcessor.PostProcessorScript) - Constructor for class us.abstracta.jmeter.javadsl.core.postprocessors.DslJsr223PostProcessor
- DslJsr223PostProcessor.CodeBuilder - Class in us.abstracta.jmeter.javadsl.core.postprocessors
- DslJsr223PostProcessor.DslLambdaPostProcessor - Class in us.abstracta.jmeter.javadsl.core.postprocessors
- DslJsr223PostProcessor.PostProcessorScript - Interface in us.abstracta.jmeter.javadsl.core.postprocessors
-
Allows to use any java code as script.
- DslJsr223PostProcessor.PostProcessorVars - Class in us.abstracta.jmeter.javadsl.core.postprocessors
- DslJsr223PreProcessor - Class in us.abstracta.jmeter.javadsl.core.preprocessors
-
Allows running custom logic before executing a sampler.
- DslJsr223PreProcessor(String, Class<? extends DslJsr223PreProcessor.PreProcessorScript>) - Constructor for class us.abstracta.jmeter.javadsl.core.preprocessors.DslJsr223PreProcessor
- DslJsr223PreProcessor(String, String) - Constructor for class us.abstracta.jmeter.javadsl.core.preprocessors.DslJsr223PreProcessor
- DslJsr223PreProcessor(String, DslJsr223PreProcessor.PreProcessorScript) - Constructor for class us.abstracta.jmeter.javadsl.core.preprocessors.DslJsr223PreProcessor
- DslJsr223PreProcessor.CodeBuilder - Class in us.abstracta.jmeter.javadsl.core.preprocessors
- DslJsr223PreProcessor.DslLambdaPreProcessor - Class in us.abstracta.jmeter.javadsl.core.preprocessors
- DslJsr223PreProcessor.PreProcessorScript - Interface in us.abstracta.jmeter.javadsl.core.preprocessors
-
Allows to use any java code as script.
- DslJsr223PreProcessor.PreProcessorVars - Class in us.abstracta.jmeter.javadsl.core.preprocessors
- DslJsr223Sampler - Class in us.abstracta.jmeter.javadsl.java
-
Allows sampling java APIs and custom logic.
- DslJsr223Sampler(String, Class<? extends DslJsr223Sampler.SamplerScript>) - Constructor for class us.abstracta.jmeter.javadsl.java.DslJsr223Sampler
- DslJsr223Sampler(String, String) - Constructor for class us.abstracta.jmeter.javadsl.java.DslJsr223Sampler
- DslJsr223Sampler(String, DslJsr223Sampler.SamplerScript) - Constructor for class us.abstracta.jmeter.javadsl.java.DslJsr223Sampler
- DslJsr223Sampler.CodeBuilder - Class in us.abstracta.jmeter.javadsl.java
- DslJsr223Sampler.DslLambdaSampler - Class in us.abstracta.jmeter.javadsl.java
- DslJsr223Sampler.SamplerScript - Interface in us.abstracta.jmeter.javadsl.java
-
Allows to use any java code as script.
- DslJsr223Sampler.SamplerVars - Class in us.abstracta.jmeter.javadsl.java
- DslJsr223TestElement<T extends DslJsr223TestElement<T,V>,V extends DslJsr223TestElement.Jsr223ScriptVars> - Class in us.abstracta.jmeter.javadsl.core.testelements
-
Abstracts common logic used by JSR223 test elements.
- DslJsr223TestElement(String, String, Class<? extends DslJsr223TestElement.Jsr223Script<?>>) - Constructor for class us.abstracta.jmeter.javadsl.core.testelements.DslJsr223TestElement
- DslJsr223TestElement(String, String, String) - Constructor for class us.abstracta.jmeter.javadsl.core.testelements.DslJsr223TestElement
- DslJsr223TestElement(String, String, DslJsr223TestElement.Jsr223Script<?>) - Constructor for class us.abstracta.jmeter.javadsl.core.testelements.DslJsr223TestElement
- DslJsr223TestElement.Jsr223DslLambdaTestElement<V extends DslJsr223TestElement.Jsr223ScriptVars> - Class in us.abstracta.jmeter.javadsl.core.testelements
- DslJsr223TestElement.Jsr223Script<V extends DslJsr223TestElement.Jsr223ScriptVars> - Interface in us.abstracta.jmeter.javadsl.core.testelements
- DslJsr223TestElement.Jsr223ScriptVars - Class in us.abstracta.jmeter.javadsl.core.testelements
- DslJsr223TestElement.Jsr223TestElementCallBuilder<T extends org.apache.jmeter.testelement.TestElement> - Class in us.abstracta.jmeter.javadsl.core.testelements
- DslLambdaPostProcessor() - Constructor for class us.abstracta.jmeter.javadsl.core.postprocessors.DslJsr223PostProcessor.DslLambdaPostProcessor
- DslLambdaPreProcessor() - Constructor for class us.abstracta.jmeter.javadsl.core.preprocessors.DslJsr223PreProcessor.DslLambdaPreProcessor
- DslLambdaSampler() - Constructor for class us.abstracta.jmeter.javadsl.java.DslJsr223Sampler.DslLambdaSampler
- DslListener - Interface in us.abstracta.jmeter.javadsl.core.listeners
- DslModuleController - Class in us.abstracta.jmeter.javadsl.core.controllers
- DslModuleController() - Constructor for class us.abstracta.jmeter.javadsl.core.controllers.DslModuleController
- DslModuleController.CodeBuilder - Class in us.abstracta.jmeter.javadsl.core.controllers
- DslOnceOnlyController - Class in us.abstracta.jmeter.javadsl.core.controllers
-
Allows running a part of a test plan only once and only on the first iteration of each thread group.
- DslOnceOnlyController(List<BaseThreadGroup.ThreadGroupChild>) - Constructor for class us.abstracta.jmeter.javadsl.core.controllers.DslOnceOnlyController
- DslOnceOnlyController.CodeBuilder - Class in us.abstracta.jmeter.javadsl.core.controllers
- DslPostProcessor - Interface in us.abstracta.jmeter.javadsl.core.postprocessors
- DslPreProcessor - Interface in us.abstracta.jmeter.javadsl.core.preprocessors
- DslProxyControl - Class in us.abstracta.jmeter.javadsl.core.controllers
- DslProxyControl() - Constructor for class us.abstracta.jmeter.javadsl.core.controllers.DslProxyControl
- DslProxyControl.CodeBuilder - Class in us.abstracta.jmeter.javadsl.core.controllers
- DslRecordingController - Class in us.abstracta.jmeter.javadsl.core.controllers
-
This element is only provided to ignore recording controllers when generating DSL code from JMX.
- DslRecordingController(List<BaseThreadGroup.ThreadGroupChild>) - Constructor for class us.abstracta.jmeter.javadsl.core.controllers.DslRecordingController
- DslRecordingController.CodeBuilder - Class in us.abstracta.jmeter.javadsl.core.controllers
- DslRecordingController.OnlyChildrenMethodCall - Class in us.abstracta.jmeter.javadsl.core.controllers
- DslRegexExtractor - Class in us.abstracta.jmeter.javadsl.core.postprocessors
-
Allows extracting part of a request or response using regular expressions to store into a variable.
- DslRegexExtractor(String, String) - Constructor for class us.abstracta.jmeter.javadsl.core.postprocessors.DslRegexExtractor
- DslRegexExtractor.CodeBuilder - Class in us.abstracta.jmeter.javadsl.core.postprocessors
- DslRegexExtractor.TargetField - Enum in us.abstracta.jmeter.javadsl.core.postprocessors
-
Used to specify the field the regular extractor will apply to.
- DslResponseAssertion - Class in us.abstracta.jmeter.javadsl.core.assertions
-
Allows marking a request result as success or failure by a specific result field value.
- DslResponseAssertion(String) - Constructor for class us.abstracta.jmeter.javadsl.core.assertions.DslResponseAssertion
- DslResponseAssertion.CodeBuilder - Class in us.abstracta.jmeter.javadsl.core.assertions
- DslResponseAssertion.CodeBuilder.StringsCollectionParam - Class in us.abstracta.jmeter.javadsl.core.assertions
- DslResponseAssertion.TargetField - Enum in us.abstracta.jmeter.javadsl.core.assertions
-
Identifies a particular field to apply the assertion to.
- DslResponseAssertion.TestStringStrategy - Enum in us.abstracta.jmeter.javadsl.core.assertions
- DslRuntimeController - Class in us.abstracta.jmeter.javadsl.core.controllers
-
Is a controller that stops executing child elements when a period of time expires.
- DslRuntimeController(String, List<BaseThreadGroup.ThreadGroupChild>) - Constructor for class us.abstracta.jmeter.javadsl.core.controllers.DslRuntimeController
- DslRuntimeController.CodeBuilder - Class in us.abstracta.jmeter.javadsl.core.controllers
- DslSampler - Interface in us.abstracta.jmeter.javadsl.core.samplers
- DslScopedTestElement<T extends DslScopedTestElement<T>> - Class in us.abstracta.jmeter.javadsl.core.testelements
-
Contains common logic for test elements that only process certain samples.
- DslScopedTestElement(String, Class<? extends JMeterGUIComponent>) - Constructor for class us.abstracta.jmeter.javadsl.core.testelements.DslScopedTestElement
- DslScopedTestElement.Scope - Enum in us.abstracta.jmeter.javadsl.core.testelements
-
Specifies to which samples apply the regular extractor to.
- DslScopedTestElement.ScopedTestElementCallBuilder<T extends org.apache.jmeter.testelement.TestElement> - Class in us.abstracta.jmeter.javadsl.core.testelements
-
Abstracts common logic for
DslScopedTestElementmethod call builders. - DslScript<P extends DslScript.DslScriptVars,R> - Interface in us.abstracta.jmeter.javadsl.core.util
-
Specifies methods of lambdas used in jsr223 elements and controller properties.
- DslScript.DslScriptRegistry - Class in us.abstracta.jmeter.javadsl.core.util
- DslScript.DslScriptVars - Class in us.abstracta.jmeter.javadsl.core.util
- DslScriptRegistry() - Constructor for class us.abstracta.jmeter.javadsl.core.util.DslScript.DslScriptRegistry
- DslScriptVars(SampleResult, JMeterContext, JMeterVariables, Properties, Sampler, Logger) - Constructor for class us.abstracta.jmeter.javadsl.core.util.DslScript.DslScriptVars
- DslSetupThreadGroup - Class in us.abstracta.jmeter.javadsl.core.threadgroups
-
A thread group that allows running any logic before any other thread group.
- DslSetupThreadGroup(String, List<BaseThreadGroup.ThreadGroupChild>) - Constructor for class us.abstracta.jmeter.javadsl.core.threadgroups.DslSetupThreadGroup
- DslSetupThreadGroup.CodeBuilder - Class in us.abstracta.jmeter.javadsl.core.threadgroups
- DslSimpleController - Class in us.abstracta.jmeter.javadsl.core.controllers
-
Builds a Simple Controller that allows defining new JMeter scope for other elements to apply.
- DslSimpleController(String, List<BaseThreadGroup.ThreadGroupChild>) - Constructor for class us.abstracta.jmeter.javadsl.core.controllers.DslSimpleController
- DslSimpleController.CodeBuilder - Class in us.abstracta.jmeter.javadsl.core.controllers
- DslSimpleThreadGroup<T extends DslSimpleThreadGroup<T>> - Class in us.abstracta.jmeter.javadsl.core.threadgroups
-
Contains common logic for thread groups that only require children in constructor and provide simple settings (like iterations, threads, etc).
- DslSimpleThreadGroup(String, Class<? extends JMeterGUIComponent>, List<BaseThreadGroup.ThreadGroupChild>) - Constructor for class us.abstracta.jmeter.javadsl.core.threadgroups.DslSimpleThreadGroup
- DslSimpleThreadGroup.SimpleThreadGroupCodeBuilder<T extends org.apache.jmeter.testelement.TestElement> - Class in us.abstracta.jmeter.javadsl.core.threadgroups
- DslSynchronizingTimer - Class in us.abstracta.jmeter.javadsl.core.timers
-
Uses JMeter Synchronizing Timer to allow sending a batch of requests simultaneously to a system under test.
- DslSynchronizingTimer() - Constructor for class us.abstracta.jmeter.javadsl.core.timers.DslSynchronizingTimer
- DslSynchronizingTimer.CodeBuilder - Class in us.abstracta.jmeter.javadsl.core.timers
- DslTeardownThreadGroup - Class in us.abstracta.jmeter.javadsl.core.threadgroups
-
A thread group that allows running any logic after any other thread group.
- DslTeardownThreadGroup(String, List<BaseThreadGroup.ThreadGroupChild>) - Constructor for class us.abstracta.jmeter.javadsl.core.threadgroups.DslTeardownThreadGroup
- DslTeardownThreadGroup.CodeBuilder - Class in us.abstracta.jmeter.javadsl.core.threadgroups
- DslTestElement - Interface in us.abstracta.jmeter.javadsl.core
-
Interface to be implemented by all elements composing a JMeter test plan.
- DslTestFragmentController - Class in us.abstracta.jmeter.javadsl.core.controllers
- DslTestFragmentController(String, List<BaseThreadGroup.ThreadGroupChild>) - Constructor for class us.abstracta.jmeter.javadsl.core.controllers.DslTestFragmentController
- DslTestFragmentController.CodeBuilder - Class in us.abstracta.jmeter.javadsl.core.controllers
- DslTestPlan - Class in us.abstracta.jmeter.javadsl.core
-
Represents a JMeter test plan, with associated thread groups and other children elements.
- DslTestPlan(List<DslTestPlan.TestPlanChild>) - Constructor for class us.abstracta.jmeter.javadsl.core.DslTestPlan
- DslTestPlan.CodeBuilder - Class in us.abstracta.jmeter.javadsl.core
- DslTestPlan.TestPlanChild - Interface in us.abstracta.jmeter.javadsl.core
-
Test elements that can be added directly as test plan children in JMeter should implement this interface.
- DslThreadGroup - Interface in us.abstracta.jmeter.javadsl.core.threadgroups
- DslThroughputTimer - Class in us.abstracta.jmeter.javadsl.core.timers
-
Allows using JMeter Constant Throughput Timers which pauses samplers under its control to limit the maximum number of samples per minute.
- DslThroughputTimer(double) - Constructor for class us.abstracta.jmeter.javadsl.core.timers.DslThroughputTimer
- DslThroughputTimer.CodeBuilder - Class in us.abstracta.jmeter.javadsl.core.timers
- DslThroughputTimer.ThroughputMode - Enum in us.abstracta.jmeter.javadsl.core.timers
-
Specifies the calculation/control method to control the configured throughput.
- DslTimer - Interface in us.abstracta.jmeter.javadsl.core.timers
- DslTransactionController - Class in us.abstracta.jmeter.javadsl.core.controllers
-
Allows specifying JMeter transaction controllers which group different samples associated to same transaction.
- DslTransactionController(String, List<BaseThreadGroup.ThreadGroupChild>) - Constructor for class us.abstracta.jmeter.javadsl.core.controllers.DslTransactionController
- DslTransactionController.CodeBuilder - Class in us.abstracta.jmeter.javadsl.core.controllers
- DslUniformRandomTimer - Class in us.abstracta.jmeter.javadsl.core.timers
-
Allows specifying JMeter Uniform Random Timers which pause the thread with a random time with uniform distribution.
- DslUniformRandomTimer(Duration, Duration) - Constructor for class us.abstracta.jmeter.javadsl.core.timers.DslUniformRandomTimer
- DslUniformRandomTimer.CodeBuilder - Class in us.abstracta.jmeter.javadsl.core.timers
- DslVariableExtractor<T extends DslVariableExtractor<T>> - Class in us.abstracta.jmeter.javadsl.core.postprocessors
-
Contains common logic for post processors which extract some value into a variable.
- DslVariableExtractor(String, Class<? extends AbstractPostProcessorGui>, String) - Constructor for class us.abstracta.jmeter.javadsl.core.postprocessors.DslVariableExtractor
- DslVariables - Class in us.abstracta.jmeter.javadsl.core.configs
-
Allows setting JMeter thread variables that can be used later on in JMeter expressions or JSR223 scripts.
- DslVariables() - Constructor for class us.abstracta.jmeter.javadsl.core.configs.DslVariables
- DslVariables(String) - Constructor for class us.abstracta.jmeter.javadsl.core.configs.DslVariables
- DslVariables.CallContextEntry - Class in us.abstracta.jmeter.javadsl.core.configs
- DslVariables.CodeBuilder - Class in us.abstracta.jmeter.javadsl.core.configs
- DslViewResultsTree - Class in us.abstracta.jmeter.javadsl.core.listeners
-
Shows a popup window including live results tree using JMeter built-in View Results Tree element.
- DslViewResultsTree() - Constructor for class us.abstracta.jmeter.javadsl.core.listeners.DslViewResultsTree
- DslViewResultsTree.CodeBuilder - Class in us.abstracta.jmeter.javadsl.core.listeners
- DslVisualizer - Class in us.abstracta.jmeter.javadsl.core.listeners
-
Provides general logic for listeners which show some live information in Swing window.
- DslVisualizer(String, Class<? extends JMeterGUIComponent>) - Constructor for class us.abstracta.jmeter.javadsl.core.listeners.DslVisualizer
- DslWeightedSwitchController - Class in us.abstracta.jmeter.javadsl.core.controllers
-
Selects a child in each iteration according to specified relative weights.
- DslWeightedSwitchController() - Constructor for class us.abstracta.jmeter.javadsl.core.controllers.DslWeightedSwitchController
- DslWeightedSwitchController.CodeBuilder - Class in us.abstracta.jmeter.javadsl.core.controllers
- DslWhileController - Class in us.abstracta.jmeter.javadsl.core.controllers
-
Allows running part of a test plan until a condition is met.
- DslWhileController(String, Class<? extends PropertyScriptBuilder.PropertyScript<Boolean>>, List<BaseThreadGroup.ThreadGroupChild>) - Constructor for class us.abstracta.jmeter.javadsl.core.controllers.DslWhileController
- DslWhileController(String, String, List<BaseThreadGroup.ThreadGroupChild>) - Constructor for class us.abstracta.jmeter.javadsl.core.controllers.DslWhileController
- DslWhileController(String, PropertyScriptBuilder.PropertyScript<Boolean>, List<BaseThreadGroup.ThreadGroupChild>) - Constructor for class us.abstracta.jmeter.javadsl.core.controllers.DslWhileController
- DslWhileController.CodeBuilder - Class in us.abstracta.jmeter.javadsl.core.controllers
- dummySampler(String) - Static method in class us.abstracta.jmeter.javadsl.JmeterDsl
-
Builds a JMeter plugin Dummy Sampler which allows emulating a sampler easing testing other parts of a test plan (like extractors, controllers conditions, etc).
- dummySampler(String, String) - Static method in class us.abstracta.jmeter.javadsl.JmeterDsl
-
Same as
JmeterDsl.dummySampler(String)but allowing to set a name on the sampler. - duration - Variable in class us.abstracta.jmeter.javadsl.core.timers.DslConstantTimer
- duration() - Method in class us.abstracta.jmeter.javadsl.core.TestPlanStats
-
Provides the time taken to run the test plan.
- duration() - Method in class us.abstracta.jmeter.javadsl.core.threadgroups.defaultthreadgroup.Stage
- duration(Duration) - Method in class us.abstracta.jmeter.javadsl.core.threadgroups.defaultthreadgroup.Stage
- durationParam(String) - Method in class us.abstracta.jmeter.javadsl.codegeneration.TestElementParamBuilder
-
Same as
TestElementParamBuilder.durationParam(String, Duration)but with no default value. - durationParam(String, Duration) - Method in class us.abstracta.jmeter.javadsl.codegeneration.TestElementParamBuilder
-
Gets a MethodParam representing a test element property containing a duration (in seconds).
- DurationParam - Class in us.abstracta.jmeter.javadsl.codegeneration.params
-
Is a parameter with a Duration value.
- DurationParam(String, Duration) - Constructor for class us.abstracta.jmeter.javadsl.codegeneration.params.DurationParam
- DurationParam(String, Duration, TemporalUnit) - Constructor for class us.abstracta.jmeter.javadsl.codegeneration.params.DurationParam
- DurationParam(Duration) - Constructor for class us.abstracta.jmeter.javadsl.codegeneration.params.DurationParam
- durationParamMillis(String, Duration) - Method in class us.abstracta.jmeter.javadsl.codegeneration.TestElementParamBuilder
-
Gets a MethodParam representing a test element property containing a duration (in milliseconds).
- durationSecs - Variable in class us.abstracta.jmeter.javadsl.core.threadgroups.RpsThreadGroup.TimerSchedule
- durationToSeconds(Duration) - Static method in class us.abstracta.jmeter.javadsl.core.testelements.BaseTestElement
- DynamicParam - Class in us.abstracta.jmeter.javadsl.codegeneration.params
-
Is a parameter with no fixed value (ie: a variable or jmeter function reference).
- DynamicParam(String) - Constructor for class us.abstracta.jmeter.javadsl.codegeneration.params.DynamicParam
E
- element - Variable in class us.abstracta.jmeter.javadsl.http.DslHttpSampler
- EmbeddedJmeterEngine - Class in us.abstracta.jmeter.javadsl.core.engines
-
Allows running test plans in an embedded JMeter instance.
- EmbeddedJmeterEngine() - Constructor for class us.abstracta.jmeter.javadsl.core.engines.EmbeddedJmeterEngine
- EmbeddedJmeterEngine.EmbeddedJMeterEngineStopper - Class in us.abstracta.jmeter.javadsl.core.engines
- EmbeddedJmeterEngine.TestRunner - Class in us.abstracta.jmeter.javadsl.core.engines
- EmbeddedJMeterEngineStopper() - Constructor for class us.abstracta.jmeter.javadsl.core.engines.EmbeddedJmeterEngine.EmbeddedJMeterEngineStopper
- embeddedResourcesMatchRegex - Variable in class us.abstracta.jmeter.javadsl.http.DslHttpDefaults
- embeddedResourcesMatchRegex - Variable in class us.abstracta.jmeter.javadsl.http.DslHttpSampler
- embeddedResourcesNotMatchRegex - Variable in class us.abstracta.jmeter.javadsl.http.DslHttpDefaults
- embeddedResourcesNotMatchRegex - Variable in class us.abstracta.jmeter.javadsl.http.DslHttpSampler
- EmbeddedStatsSummary - Class in us.abstracta.jmeter.javadsl.core.engines
-
Contains statistics collected by
EmbeddedJmeterEngine. - EmbeddedStatsSummary() - Constructor for class us.abstracta.jmeter.javadsl.core.engines.EmbeddedStatsSummary
- EmbeddedStatsSummary.EmbeddedTimeMetricSummary - Class in us.abstracta.jmeter.javadsl.core.engines
- EmbeddedTimeMetricSummary() - Constructor for class us.abstracta.jmeter.javadsl.core.engines.EmbeddedStatsSummary.EmbeddedTimeMetricSummary
- emptyCall() - Static method in class us.abstracta.jmeter.javadsl.codegeneration.MethodCall
-
Generates a method call that should be ignored (no code should be generated).
- enabled - Variable in class us.abstracta.jmeter.javadsl.http.AutoEnabledHttpConfigElement
- encoding - Variable in class us.abstracta.jmeter.javadsl.http.DslHttpDefaults
- encoding - Variable in class us.abstracta.jmeter.javadsl.http.DslHttpSampler
- encoding(String) - Method in class us.abstracta.jmeter.javadsl.core.configs.DslCsvDataSet
-
Specifies the file encoding used by the file.
- encoding(Charset) - Method in class us.abstracta.jmeter.javadsl.core.configs.DslCsvDataSet
-
Specifies the file encoding used by the file.
- encoding(Charset) - Method in class us.abstracta.jmeter.javadsl.http.DslHttpDefaults
-
Specifies the default charset to be used for encoding URLs and requests contents.
- encoding(Charset) - Method in class us.abstracta.jmeter.javadsl.http.DslHttpSampler
-
Specifies the charset to be used to encode URLs and request contents.
- encodingParam(String, Charset) - Method in class us.abstracta.jmeter.javadsl.codegeneration.TestElementParamBuilder
-
Gets a MethodParam representing a test element property containing an encoding (Charset).
- EncodingParam - Class in us.abstracta.jmeter.javadsl.codegeneration.params
-
Is a parameter with an encoding (Charset) value.
- EncodingParam(String, Charset) - Constructor for class us.abstracta.jmeter.javadsl.codegeneration.params.EncodingParam
- endTime() - Method in class us.abstracta.jmeter.javadsl.core.engines.EmbeddedStatsSummary
- endTime() - Method in interface us.abstracta.jmeter.javadsl.core.stats.StatsSummary
-
Gets the instant when the last sample ended.
- enumParam(String, T) - Method in class us.abstracta.jmeter.javadsl.codegeneration.TestElementParamBuilder
-
Gets a MethodParam representing a test element property with a restricted set (enumerated) of string values.
- EnumParam<T extends Enum<?> & EnumParam.EnumPropertyValue> - Class in us.abstracta.jmeter.javadsl.codegeneration.params
-
Is a parameter with an enum value.
- EnumParam(Class<T>, String, T) - Constructor for class us.abstracta.jmeter.javadsl.codegeneration.params.EnumParam
- EnumParam.EnumPropertyValue - Interface in us.abstracta.jmeter.javadsl.codegeneration.params
- equals(Object) - Method in class us.abstracta.jmeter.javadsl.http.JmeterUrl
- EQUALS - us.abstracta.jmeter.javadsl.core.assertions.DslResponseAssertion.TestStringStrategy
- equalsTo(Object) - Method in class us.abstracta.jmeter.javadsl.core.assertions.DslJsonAssertion
-
Specifies to check the value extracted is the given value.
- equalsToJson(String) - Method in class us.abstracta.jmeter.javadsl.core.assertions.DslJsonAssertion
-
Specifies the raw JSON value to check the extracted value is equals to.
- equalsToStrings(String...) - Method in class us.abstracta.jmeter.javadsl.core.assertions.DslResponseAssertion
-
Compares the configured
DslResponseAssertion.fieldToTest(TargetField)to the given strings for equality. - ERROR - us.abstracta.jmeter.javadsl.core.listeners.JtlWriter.SampleStatus
- errors() - Method in class us.abstracta.jmeter.javadsl.core.engines.EmbeddedStatsSummary
- errors() - Static method in class us.abstracta.jmeter.javadsl.core.listeners.AutoStopListener.AutoStopCondition
-
Specifies to create a condition that evaluates the number of not successful samples.
- errors() - Method in class us.abstracta.jmeter.javadsl.core.listeners.AutoStopListener.AutoStopConditionBuilder
- errors() - Method in interface us.abstracta.jmeter.javadsl.core.stats.StatsSummary
-
Gets metrics for number of samples that failed.
- ERRORS - us.abstracta.jmeter.javadsl.core.listeners.autostop.AutoStopMetric
- ErrorsConditionBuilder(AutoStopConditionElement) - Constructor for class us.abstracta.jmeter.javadsl.core.listeners.AutoStopListener.ErrorsConditionBuilder
- errorsCount() - Method in interface us.abstracta.jmeter.javadsl.core.stats.StatsSummary
-
Gets the total number of samples that failed.
- eval(SampleResult) - Method in class us.abstracta.jmeter.javadsl.core.listeners.autostop.AutoStopConditionElement
- every(Duration) - Method in class us.abstracta.jmeter.javadsl.core.listeners.AutoStopListener.AggregatedConditionBuilder
-
Specifies the period of time between each aggregation (min, max, etc) evaluation and reset.
- execute(MethodCallContext, MethodCall) - Method in interface us.abstracta.jmeter.javadsl.codegeneration.MethodCallContext.MethodCallContextEndListener
- execute(BuildTreeContext, HashTree) - Method in interface us.abstracta.jmeter.javadsl.core.BuildTreeContext.TreeContextEndListener
- expression - Variable in class us.abstracta.jmeter.javadsl.codegeneration.MethodParam
- EXPRESSION_END_MARKER - Static variable in class us.abstracta.jmeter.javadsl.core.util.StringTemplate
- EXPRESSION_START_MARKER - Static variable in class us.abstracta.jmeter.javadsl.core.util.StringTemplate
- extractFrom(SampleResult) - Method in enum us.abstracta.jmeter.javadsl.core.listeners.autostop.AutoStopMetric
- extractSamplersWeights(WeightedSwitchController) - Method in class us.abstracta.jmeter.javadsl.core.controllers.DslWeightedSwitchController.CodeBuilder
F
- fieldToCheck - Variable in class us.abstracta.jmeter.javadsl.core.postprocessors.DslBoundaryExtractor
- fieldToCheck - Variable in class us.abstracta.jmeter.javadsl.core.postprocessors.DslRegexExtractor
- fieldToCheck(DslBoundaryExtractor.TargetField) - Method in class us.abstracta.jmeter.javadsl.core.postprocessors.DslBoundaryExtractor
-
Allows specifying what part of request or response to apply the extractor to.
- fieldToCheck(DslRegexExtractor.TargetField) - Method in class us.abstracta.jmeter.javadsl.core.postprocessors.DslRegexExtractor
-
Allows specifying what part of request or response to apply the regular extractor to.
- fieldToTest - Variable in class us.abstracta.jmeter.javadsl.core.assertions.DslResponseAssertion
- fieldToTest(DslResponseAssertion.TargetField) - Method in class us.abstracta.jmeter.javadsl.core.assertions.DslResponseAssertion
-
Specifies what field to apply the assertion to.
- file() - Method in class us.abstracta.jmeter.javadsl.util.TestResource
-
Gets the file associated to the resource.
- fileNamePrefix - Variable in class us.abstracta.jmeter.javadsl.core.listeners.ResponseFileSaver
- filePath() - Method in class us.abstracta.jmeter.javadsl.util.TestResource
-
Gets the associated file path.
- files - Variable in class us.abstracta.jmeter.javadsl.http.DslHttpSampler
- findBuilder(Class<T>) - Method in class us.abstracta.jmeter.javadsl.codegeneration.MethodCallContext
-
Finds the builder associated to the given JMeter test element class.
- findBuilderByClass(Class<T>) - Method in class us.abstracta.jmeter.javadsl.codegeneration.DslCodeGenerator
- findBuilderByClass(Class<T>) - Method in interface us.abstracta.jmeter.javadsl.codegeneration.MethodCallBuilderRegistry
- findBuilderMatchingContext(MethodCallContext) - Method in class us.abstracta.jmeter.javadsl.codegeneration.DslCodeGenerator
- findBuilderMatchingContext(MethodCallContext) - Method in interface us.abstracta.jmeter.javadsl.codegeneration.MethodCallBuilderRegistry
- findConstantNames(Class<?>, Class<?>, Predicate<Field>) - Static method in class us.abstracta.jmeter.javadsl.codegeneration.MethodParam
- findConstantNamesMap(Class<?>, Class<T>, Predicate<Field>) - Static method in class us.abstracta.jmeter.javadsl.codegeneration.MethodParam
- findLambdaScript(String) - Static method in class us.abstracta.jmeter.javadsl.core.util.DslScript.DslScriptRegistry
- findParamsMatchingMethod(Stream<Method>, MethodParam[]) - Static method in class us.abstracta.jmeter.javadsl.codegeneration.MethodCall
- firstTime() - Method in class us.abstracta.jmeter.javadsl.core.engines.EmbeddedStatsSummary
- firstTime() - Method in interface us.abstracta.jmeter.javadsl.core.stats.StatsSummary
-
Gets the instant when the first sample started.
- FixedParam<T> - Class in us.abstracta.jmeter.javadsl.codegeneration.params
-
Is a parameter with a fixed value.
- FixedParam(Class<T>, String, Function<String, T>, T) - Constructor for class us.abstracta.jmeter.javadsl.codegeneration.params.FixedParam
- FixedParam(Class<T>, T, T) - Constructor for class us.abstracta.jmeter.javadsl.codegeneration.params.FixedParam
- floatParam(String) - Method in class us.abstracta.jmeter.javadsl.codegeneration.TestElementParamBuilder
-
Generates a MethodParam representing a float test element property.
- FloatParam - Class in us.abstracta.jmeter.javadsl.codegeneration.params
-
Is a parameter with a float value.
- FloatParam(String, Float) - Constructor for class us.abstracta.jmeter.javadsl.codegeneration.params.FloatParam
- followRedirects - Variable in class us.abstracta.jmeter.javadsl.http.DslHttpDefaults
- followRedirects - Variable in class us.abstracta.jmeter.javadsl.http.DslHttpSampler
- followRedirects(boolean) - Method in class us.abstracta.jmeter.javadsl.http.DslHttpDefaults
-
Specifies if by default HTTP redirects should be automatically followed (a new request automatically created) when detected, or not.
- followRedirects(boolean) - Method in class us.abstracta.jmeter.javadsl.http.DslHttpSampler
-
Allows enabling/disabling automatic request for redirects.
- forEachController(String, String, String, BaseThreadGroup.ThreadGroupChild...) - Static method in class us.abstracta.jmeter.javadsl.JmeterDsl
-
Same as
JmeterDsl.forEachController(String, String, ThreadGroupChild...)but allowing to set a name which defines autogenerated variable created by JMeter containing iteration index. - forEachController(String, String, BaseThreadGroup.ThreadGroupChild...) - Static method in class us.abstracta.jmeter.javadsl.JmeterDsl
-
Builds a For each controller that iterates over a set of variables and runs a given set of children for each variable in the set.
- forLoopController(int, BaseThreadGroup.ThreadGroupChild...) - Static method in class us.abstracta.jmeter.javadsl.JmeterDsl
-
Builds a Loop Controller that allows to run specific number of times the given children in each thread group iteration.
- forLoopController(String, int, BaseThreadGroup.ThreadGroupChild...) - Static method in class us.abstracta.jmeter.javadsl.JmeterDsl
-
Same as
JmeterDsl.forLoopController(int, ThreadGroupChild...)but allowing to set a name which defines autogenerated variable created by JMeter containing iteration index. - forLoopController(String, String, BaseThreadGroup.ThreadGroupChild...) - Static method in class us.abstracta.jmeter.javadsl.JmeterDsl
-
Same as
JmeterDsl.forLoopController(String, ThreadGroupChild...)but allowing to set a name which defines autogenerated variable created by JMeter containing iteration index. - forLoopController(String, BaseThreadGroup.ThreadGroupChild...) - Static method in class us.abstracta.jmeter.javadsl.JmeterDsl
-
Same as
JmeterDsl.forLoopController(int, ThreadGroupChild...)but allowing to use JMeter expressions for number of loops. - ForLoopController - Class in us.abstracta.jmeter.javadsl.core.controllers
-
Allows running part of a test plan a given number of times inside one thread group iteration.
- ForLoopController(String, String, List<BaseThreadGroup.ThreadGroupChild>) - Constructor for class us.abstracta.jmeter.javadsl.core.controllers.ForLoopController
- ForLoopController.CodeBuilder - Class in us.abstracta.jmeter.javadsl.core.controllers
- forStaticMethod(Class<?>, String, MethodParam...) - Static method in class us.abstracta.jmeter.javadsl.codegeneration.MethodCall
-
Generates a new instance for a static method within a given class that is applicable to a given set of parameters.
- fragment(String, BaseThreadGroup.ThreadGroupChild...) - Static method in class us.abstracta.jmeter.javadsl.core.controllers.DslTestFragmentController
- fragment(BaseThreadGroup.ThreadGroupChild...) - Static method in class us.abstracta.jmeter.javadsl.core.controllers.DslTestFragmentController
- FragmentMethodCall - Class in us.abstracta.jmeter.javadsl.core.controllers
-
Defines a call to a test plan fragment method definition will be used.
- FragmentMethodCall(TestElement, MethodCall, MethodCallContext) - Constructor for class us.abstracta.jmeter.javadsl.core.controllers.FragmentMethodCall
- from(String, Object...) - Static method in class us.abstracta.jmeter.javadsl.core.util.JmeterFunction
- fromBuilderMethod(Method, MethodParam...) - Static method in class us.abstracta.jmeter.javadsl.codegeneration.MethodCall
- fromJmx(String) - Static method in class us.abstracta.jmeter.javadsl.core.DslTestPlan
-
Loads a test plan from the given JMX to be able to run it in embedded engine.
- fromRps - Variable in class us.abstracta.jmeter.javadsl.core.threadgroups.RpsThreadGroup.TimerSchedule
- fromTableRow(Object[]) - Static method in class us.abstracta.jmeter.javadsl.core.threadgroups.defaultthreadgroup.UltimateThreadGroupHelper.UltimateThreadSchedule
- fromTestPlanMethodCall(MethodCall, Map<Class<?>, String>) - Static method in class us.abstracta.jmeter.javadsl.codegeneration.TestClassTemplate
G
- generateCodeFromJmx(File) - Method in class us.abstracta.jmeter.javadsl.codegeneration.DslCodeGenerator
-
Generates DSL code from JMX file.
- generateParentSample - Variable in class us.abstracta.jmeter.javadsl.core.controllers.DslTransactionController
- generateParentSample() - Method in class us.abstracta.jmeter.javadsl.core.controllers.DslTransactionController
-
Specifies to create a sample result as parent of children samplers.
- generateParentSample(boolean) - Method in class us.abstracta.jmeter.javadsl.core.controllers.DslTransactionController
-
Same as
DslTransactionController.generateParentSample()but allowing to enable or disable it. - getAggregation() - Method in class us.abstracta.jmeter.javadsl.core.listeners.autostop.AutoStopConditionElement
- getAggregationResetPeriodSeconds() - Method in class us.abstracta.jmeter.javadsl.core.listeners.autostop.AutoStopConditionElement
- getAssetFiles() - Method in class us.abstracta.jmeter.javadsl.core.BuildTreeContext
- getBuilderOption(String) - Method in class us.abstracta.jmeter.javadsl.codegeneration.MethodCallContext
- getBuilderOptionName(Class<?>, String) - Static method in class us.abstracta.jmeter.javadsl.codegeneration.MethodCallBuilder
- getChildrenTree() - Method in class us.abstracta.jmeter.javadsl.codegeneration.MethodCallContext
-
Gets the JMeter test plan subtree of children elements of current context test element.
- getComparison() - Method in class us.abstracta.jmeter.javadsl.core.listeners.autostop.AutoStopConditionElement
- getConditions() - Method in class us.abstracta.jmeter.javadsl.core.listeners.autostop.AutoStopTestBean
- getEntry(Object) - Method in class us.abstracta.jmeter.javadsl.codegeneration.MethodCallContext
-
Gets a value associated to a given key in the context.
- getEntry(String) - Method in class us.abstracta.jmeter.javadsl.core.BuildTreeContext
- getExpression() - Method in class us.abstracta.jmeter.javadsl.codegeneration.MethodParam
- getHoldsForSeconds() - Method in class us.abstracta.jmeter.javadsl.core.listeners.autostop.AutoStopConditionElement
- getImports() - Method in interface us.abstracta.jmeter.javadsl.codegeneration.CodeSegment
- getImports() - Method in class us.abstracta.jmeter.javadsl.codegeneration.Comment
- getImports() - Method in class us.abstracta.jmeter.javadsl.codegeneration.MethodCall
- getImports() - Method in class us.abstracta.jmeter.javadsl.codegeneration.MethodParam
-
Gets all classes that are required to be statically imported by generated code.
- getImports() - Method in class us.abstracta.jmeter.javadsl.codegeneration.params.ChildrenParam
- getImports() - Method in class us.abstracta.jmeter.javadsl.codegeneration.params.DurationParam
- getImports() - Method in class us.abstracta.jmeter.javadsl.codegeneration.params.EncodingParam
- getImports() - Method in class us.abstracta.jmeter.javadsl.codegeneration.params.EnumParam
- getImports() - Method in class us.abstracta.jmeter.javadsl.core.postprocessors.DslJsonExtractor.CodeBuilder.JsonPathQueryLanguageParam
- getImports() - Method in class us.abstracta.jmeter.javadsl.http.ContentTypeParam
- getMaxTime() - Method in class us.abstracta.jmeter.javadsl.core.threadgroups.LoadTimeLine
- getMethodCall() - Method in class us.abstracta.jmeter.javadsl.codegeneration.MethodCallContext
-
The method call created for this context.
- getMethodDefinitions() - Method in interface us.abstracta.jmeter.javadsl.codegeneration.CodeSegment
- getMethodDefinitions() - Method in class us.abstracta.jmeter.javadsl.codegeneration.Comment
- getMethodDefinitions() - Method in class us.abstracta.jmeter.javadsl.codegeneration.MethodCall
- getMethodDefinitions() - Method in class us.abstracta.jmeter.javadsl.codegeneration.MethodParam
- getMethodDefinitions() - Method in class us.abstracta.jmeter.javadsl.codegeneration.params.ChildrenParam
- getMethodDefinitions() - Method in class us.abstracta.jmeter.javadsl.core.controllers.FragmentMethodCall
- getMetric() - Method in class us.abstracta.jmeter.javadsl.core.listeners.autostop.AutoStopConditionElement
- getName() - Method in enum us.abstracta.jmeter.javadsl.core.listeners.autostop.AutoStopComparison
- getName() - Method in enum us.abstracta.jmeter.javadsl.core.listeners.autostop.AutoStopMetric
- getName() - Method in class us.abstracta.jmeter.javadsl.core.threadgroups.LoadTimeLine
- getName(double) - Static method in class us.abstracta.jmeter.javadsl.core.listeners.autostop.aggregators.PercentileAggregator
- getNameFor(AutoStopConditionElement) - Method in enum us.abstracta.jmeter.javadsl.core.listeners.autostop.AutoStopAggregation
- getOrCreateContextEntry(BuildTreeContext) - Method in class us.abstracta.jmeter.javadsl.http.AutoEnabledHttpConfigElement
- getOrCreateEntry(String, Supplier<T>) - Method in class us.abstracta.jmeter.javadsl.core.BuildTreeContext
- getParent() - Method in class us.abstracta.jmeter.javadsl.codegeneration.MethodCallContext
-
Gets the parent context.
- getParent() - Method in class us.abstracta.jmeter.javadsl.core.BuildTreeContext
- getPercentile() - Method in class us.abstracta.jmeter.javadsl.core.listeners.autostop.AutoStopConditionElement
- getRegex() - Method in class us.abstracta.jmeter.javadsl.core.listeners.autostop.AutoStopConditionElement
- getRegex() - Method in class us.abstracta.jmeter.javadsl.core.listeners.autostop.AutoStopTestBean
- getReturnType() - Method in class us.abstracta.jmeter.javadsl.codegeneration.MethodCall
- getRoot() - Method in class us.abstracta.jmeter.javadsl.codegeneration.MethodCallContext
-
Gets the root context associated to the test plan.
- getRoot() - Method in class us.abstracta.jmeter.javadsl.core.BuildTreeContext
- getScriptId() - Method in class us.abstracta.jmeter.javadsl.core.testelements.DslJsr223TestElement.Jsr223DslLambdaTestElement
- getStaticImports() - Method in interface us.abstracta.jmeter.javadsl.codegeneration.CodeSegment
- getStaticImports() - Method in class us.abstracta.jmeter.javadsl.codegeneration.Comment
- getStaticImports() - Method in class us.abstracta.jmeter.javadsl.codegeneration.MethodCall
- getStaticImports() - Method in class us.abstracta.jmeter.javadsl.codegeneration.MethodParam
-
Gets all classes that are required to be imported by generated code.
- getStaticImports() - Method in class us.abstracta.jmeter.javadsl.codegeneration.params.ChildrenParam
- getStopMessage() - Method in class us.abstracta.jmeter.javadsl.core.engines.BaseTestStopper
- getTestElement() - Method in class us.abstracta.jmeter.javadsl.codegeneration.MethodCallContext
-
Gets the JMeter test element associated to this context.
- getTestElement() - Method in class us.abstracta.jmeter.javadsl.core.BuildTreeContext
- getTestStopper() - Method in class us.abstracta.jmeter.javadsl.core.BuildTreeContext
- getTestStopper() - Method in class us.abstracta.jmeter.javadsl.core.listeners.autostop.AutoStopTestBean
- getType() - Method in class us.abstracta.jmeter.javadsl.codegeneration.MethodParam
- getValue() - Method in class us.abstracta.jmeter.javadsl.codegeneration.params.FixedParam
-
Gets the value associated to the parameter.
- getValue() - Method in interface us.abstracta.jmeter.javadsl.core.listeners.autostop.aggregators.AutoStopAggregator
- getValue() - Method in class us.abstracta.jmeter.javadsl.core.listeners.autostop.aggregators.AverageAggregator
- getValue() - Method in class us.abstracta.jmeter.javadsl.core.listeners.autostop.aggregators.PercentAggregator
- getValue() - Method in class us.abstracta.jmeter.javadsl.core.listeners.autostop.aggregators.PercentileAggregator
- getValue() - Method in class us.abstracta.jmeter.javadsl.core.listeners.autostop.aggregators.PerSecondAggregator
- getValue() - Method in class us.abstracta.jmeter.javadsl.core.listeners.autostop.aggregators.SimpleAggregator
- getValue() - Method in class us.abstracta.jmeter.javadsl.core.listeners.autostop.AutoStopConditionElement
- getVisualizers() - Method in class us.abstracta.jmeter.javadsl.core.BuildTreeContext
- GraphiteBackendListener - Class in us.abstracta.jmeter.javadsl.core.listeners
-
Test element which publishes all test run metrics to a Graphite instance.
- GraphiteBackendListener(String) - Constructor for class us.abstracta.jmeter.javadsl.core.listeners.GraphiteBackendListener
- GraphiteBackendListener.CodeBuilder - Class in us.abstracta.jmeter.javadsl.core.listeners
- graphiteListener(String) - Static method in class us.abstracta.jmeter.javadsl.JmeterDsl
-
Builds a Backend Listener configured to use Graphite to send all results for easy tracing, historic, comparison, and live test results.
- greaterThan(T) - Method in class us.abstracta.jmeter.javadsl.core.listeners.AutoStopListener.AggregatedConditionBuilder
-
Specifies to check the aggregated metric value to be greater than a provided one.
- greaterThanOrEqualTo(T) - Method in class us.abstracta.jmeter.javadsl.core.listeners.AutoStopListener.AggregatedConditionBuilder
-
Specifies to check the aggregated metric value to be greater than or equal to a provided one.
- groovy(String) - Static method in class us.abstracta.jmeter.javadsl.core.util.JmeterFunction
- GT - us.abstracta.jmeter.javadsl.core.listeners.autostop.AutoStopComparison
- GTE - us.abstracta.jmeter.javadsl.core.listeners.autostop.AutoStopComparison
- guiClass - Variable in class us.abstracta.jmeter.javadsl.codegeneration.SingleGuiClassCallBuilder
- guiClass - Variable in class us.abstracta.jmeter.javadsl.core.testelements.BaseTestElement
H
- hashCode() - Method in class us.abstracta.jmeter.javadsl.http.JmeterUrl
- header(String, Class<? extends PropertyScriptBuilder.PropertyScript<String>>) - Method in class us.abstracta.jmeter.javadsl.http.DslBaseHttpSampler
-
Same as
DslBaseHttpSampler.header(String, Function)but with support for running at scale in a remote engine. - header(String, Class<? extends PropertyScriptBuilder.PropertyScript<String>>) - Method in class us.abstracta.jmeter.javadsl.http.HttpHeaders
-
Same as
HttpHeaders.header(String, PropertyScript)but with support for running at scale in a remote engine. - header(String, String) - Method in class us.abstracta.jmeter.javadsl.http.DslBaseHttpSampler
-
Specifies an HTTP header to be sent by the sampler.
- header(String, String) - Method in class us.abstracta.jmeter.javadsl.http.HttpHeaders
-
Allows to set an HTTP header to be used by HTTP samplers.
- header(String, Function<DslJsr223PreProcessor.PreProcessorVars, String>) - Method in class us.abstracta.jmeter.javadsl.http.DslBaseHttpSampler
-
Same as
DslBaseHttpSampler.header(String, String)but allows using dynamically calculated HTTP header value. - header(String, PropertyScriptBuilder.PropertyScript<String>) - Method in class us.abstracta.jmeter.javadsl.http.HttpHeaders
-
Same as
HttpHeaders.header(String, String)but allows using dynamically calculated HTTP header value. - headers - Variable in class us.abstracta.jmeter.javadsl.http.DslBaseHttpSampler
- headers - Variable in class us.abstracta.jmeter.javadsl.http.HttpHeaders
- headingComment(String) - Method in class us.abstracta.jmeter.javadsl.codegeneration.MethodCall
-
Allow to add a heading comment to the method call.
- holdFor(String) - Method in class us.abstracta.jmeter.javadsl.core.threadgroups.DslDefaultThreadGroup
-
Same as
DslDefaultThreadGroup.holdFor(Duration)but allowing to use JMeter expressions (variables or functions) to solve the duration. - holdFor(Duration) - Method in class us.abstracta.jmeter.javadsl.core.threadgroups.DslDefaultThreadGroup
-
Specifies to keep current number of threads for a given duration.
- holdFor(Duration) - Method in class us.abstracta.jmeter.javadsl.core.threadgroups.RpsThreadGroup
-
Specifies to keep current RPS for a given duration.
- holdIterating(int) - Method in class us.abstracta.jmeter.javadsl.core.threadgroups.DslDefaultThreadGroup
-
Specifies to keep current number of threads until they execute the given number of iterations each.
- holdIterating(String) - Method in class us.abstracta.jmeter.javadsl.core.threadgroups.DslDefaultThreadGroup
-
Same as
DslDefaultThreadGroup.holdIterating(int)but allowing to use JMeter expressions (variables or functions) to solve the iterations. - holdsFor(Duration) - Method in class us.abstracta.jmeter.javadsl.core.listeners.AutoStopListener.AutoStopCondition
-
Specifies for how long the specified condition has to hold (be met) before the test plan execution is stopped.
- host - Variable in class us.abstracta.jmeter.javadsl.http.DslBaseHttpSampler
- host - Variable in class us.abstracta.jmeter.javadsl.http.DslHttpDefaults
- host() - Method in class us.abstracta.jmeter.javadsl.http.JmeterUrl
- host(String) - Method in class us.abstracta.jmeter.javadsl.http.DslBaseHttpSampler
-
Specifies the server host (domain) to be used in the HTTP request generated by the sampler.
- host(String) - Method in class us.abstracta.jmeter.javadsl.http.DslHttpDefaults
-
Specifies the default server host (domain) to be used in the HTTP samplers.
- htmlReporter(String) - Static method in class us.abstracta.jmeter.javadsl.JmeterDsl
-
Builds an HTML Reporter which allows easily generating HTML reports for test plans.
- htmlReporter(String, String) - Static method in class us.abstracta.jmeter.javadsl.JmeterDsl
-
Builds an HTML Reporter which allows easily generating HTML reports for test plans.
- HtmlReporter - Class in us.abstracta.jmeter.javadsl.core.listeners
-
Generates a nice HTML report at the end of test plan execution.
- HtmlReporter(String, String) - Constructor for class us.abstracta.jmeter.javadsl.core.listeners.HtmlReporter
- HtmlReporter.ApdexThresholds - Class in us.abstracta.jmeter.javadsl.core.listeners
- HtmlReporter.AutoFlushingResultCollector - Class in us.abstracta.jmeter.javadsl.core.listeners
- HTTP_CLIENT - us.abstracta.jmeter.javadsl.http.DslHttpSampler.HttpClientImpl
-
Specifies to use the Apache HttpClient implementation.
- httpAuth() - Static method in class us.abstracta.jmeter.javadsl.JmeterDsl
-
Builds an Auth manager which simplifies configuration for automatic authentication of HTTP requests.
- httpCache() - Static method in class us.abstracta.jmeter.javadsl.JmeterDsl
-
Builds a Cache manager at the test plan level which allows configuring caching behavior used by HTTPRequest samplers.
- httpCookies() - Static method in class us.abstracta.jmeter.javadsl.JmeterDsl
-
Builds a Cookie manager at the test plan level which allows configuring cookies settings used by HTTPRequest samplers.
- httpDefaults() - Static method in class us.abstracta.jmeter.javadsl.JmeterDsl
-
Builds an HTTP request defaults element that allows setting default values used by HTTP samplers.
- HttpElementHelper - Class in us.abstracta.jmeter.javadsl.http
-
Contains common logic used by HTTP samplers and config elements.
- HttpElementHelper() - Constructor for class us.abstracta.jmeter.javadsl.http.HttpElementHelper
- httpHeaders() - Static method in class us.abstracta.jmeter.javadsl.JmeterDsl
-
Builds an HTTP header manager which allows setting HTTP headers to be used by HTTPRequest samplers.
- HttpHeaders - Class in us.abstracta.jmeter.javadsl.http
-
Allows specifying HTTP headers (through an underlying JMeter HttpHeaderManager) to be used by HTTP samplers.
- HttpHeaders() - Constructor for class us.abstracta.jmeter.javadsl.http.HttpHeaders
- HttpHeaders.CodeBuilder - Class in us.abstracta.jmeter.javadsl.http
- httpSampler(Class<? extends PropertyScriptBuilder.PropertyScript<String>>) - Static method in class us.abstracta.jmeter.javadsl.JmeterDsl
-
Same as
JmeterDsl.httpSampler(Function)but with support for running at scale in a remote engine. - httpSampler(String) - Static method in class us.abstracta.jmeter.javadsl.JmeterDsl
-
Builds an HTTP Request sampler to sample HTTP requests.
- httpSampler(String, Class<? extends PropertyScriptBuilder.PropertyScript<String>>) - Static method in class us.abstracta.jmeter.javadsl.JmeterDsl
-
Same as
JmeterDsl.httpSampler(Class)but allowing to set a name to the HTTP Request sampler. - httpSampler(String, String) - Static method in class us.abstracta.jmeter.javadsl.JmeterDsl
-
Same as
JmeterDsl.httpSampler(String)but allowing to set a name to the HTTP Request sampler. - httpSampler(String, Function<DslJsr223PreProcessor.PreProcessorVars, String>) - Static method in class us.abstracta.jmeter.javadsl.JmeterDsl
-
Same as
JmeterDsl.httpSampler(Function)but allowing to set a name to the HTTP Request sampler. - httpSampler(Function<DslJsr223PreProcessor.PreProcessorVars, String>) - Static method in class us.abstracta.jmeter.javadsl.JmeterDsl
-
Builds an HTTP Request sampler to sample HTTP requests with a dynamically calculated URL.
I
- ifController(Class<? extends PropertyScriptBuilder.PropertyScript<Boolean>>, BaseThreadGroup.ThreadGroupChild...) - Static method in class us.abstracta.jmeter.javadsl.JmeterDsl
-
Same as
JmeterDsl.ifController(PropertyScript, ThreadGroupChild...)but with support for running at scale in a remote engine. - ifController(String, BaseThreadGroup.ThreadGroupChild...) - Static method in class us.abstracta.jmeter.javadsl.JmeterDsl
-
Builds an If Controller that allows to conditionally run specified children.
- ifController(PropertyScriptBuilder.PropertyScript<Boolean>, BaseThreadGroup.ThreadGroupChild...) - Static method in class us.abstracta.jmeter.javadsl.JmeterDsl
-
Same as
JmeterDsl.ifController(String, ThreadGroupChild...)but allowing to use Java type safety and code completion when specifying the condition. - ignoreFirstLine() - Method in class us.abstracta.jmeter.javadsl.core.configs.DslCsvDataSet
-
Specifies to ignore first line of the CSV.
- ignoreFirstLine(boolean) - Method in class us.abstracta.jmeter.javadsl.core.configs.DslCsvDataSet
-
Same as
DslCsvDataSet.ignoreFirstLine()but allowing to enable or disable it. - ignoreMissingBindings() - Method in class us.abstracta.jmeter.javadsl.core.util.StringTemplate
- ignoreStatus - Variable in class us.abstracta.jmeter.javadsl.core.assertions.DslResponseAssertion
- ignoreStatus() - Method in class us.abstracta.jmeter.javadsl.core.assertions.DslResponseAssertion
-
Specifies that any previously status set to the request should be ignored, and request should be marked as success by default.
- ignoreStatus(boolean) - Method in class us.abstracta.jmeter.javadsl.core.assertions.DslResponseAssertion
-
Same as
DslResponseAssertion.ignoreStatus()but allowing to enable or disable it. - imports(Set<String>) - Method in class us.abstracta.jmeter.javadsl.codegeneration.TestClassTemplate
- includeJmeterProperties - Variable in class us.abstracta.jmeter.javadsl.core.postprocessors.DslDebugPostProcessor
- includeSamplerProperties - Variable in class us.abstracta.jmeter.javadsl.core.postprocessors.DslDebugPostProcessor
- includeSystemProperties - Variable in class us.abstracta.jmeter.javadsl.core.postprocessors.DslDebugPostProcessor
- includeTimers - Variable in class us.abstracta.jmeter.javadsl.core.controllers.DslTransactionController
- includeTimersAndProcessorsTime() - Method in class us.abstracta.jmeter.javadsl.core.controllers.DslTransactionController
-
Specifies to include time spent in timers and pre- and post-processors in sample results.
- includeTimersAndProcessorsTime(boolean) - Method in class us.abstracta.jmeter.javadsl.core.controllers.DslTransactionController
-
Same as
DslTransactionController.includeTimersAndProcessorsTime()but allowing to enable or disable it. - includeVariables - Variable in class us.abstracta.jmeter.javadsl.core.postprocessors.DslDebugPostProcessor
- increment(long) - Method in class us.abstracta.jmeter.javadsl.core.configs.DslCounter
-
Specifies how much the counter will increase in each iteration.
- increment(long, long) - Method in class us.abstracta.jmeter.javadsl.core.stats.CountMetricSummary
-
Updates collected summary data with given info.
- indent(String, String) - Static method in class us.abstracta.jmeter.javadsl.codegeneration.Indentation
- INDENT - Static variable in class us.abstracta.jmeter.javadsl.codegeneration.Indentation
- INDENT - Static variable in class us.abstracta.jmeter.javadsl.codegeneration.MethodCall
-
Deprecated.
- Indentation - Class in us.abstracta.jmeter.javadsl.codegeneration
-
Handles code indentation logic.
- Indentation() - Constructor for class us.abstracta.jmeter.javadsl.codegeneration.Indentation
- indentLevel(int) - Static method in class us.abstracta.jmeter.javadsl.codegeneration.Indentation
- InfluxDbBackendListener - Class in us.abstracta.jmeter.javadsl.core.listeners
-
Test element which publishes all test run metrics to an InfluxDB instance.
- InfluxDbBackendListener(String) - Constructor for class us.abstracta.jmeter.javadsl.core.listeners.InfluxDbBackendListener
- InfluxDbBackendListener.CodeBuilder - Class in us.abstracta.jmeter.javadsl.core.listeners
- influxDbListener(String) - Static method in class us.abstracta.jmeter.javadsl.JmeterDsl
-
Builds a Backend Listener configured to use InfluxDB to send all results for easy tracing, historic, comparison and live test results.
- initLocale() - Method in class us.abstracta.jmeter.javadsl.core.engines.JmeterEnvironment
- initThreads - Variable in class us.abstracta.jmeter.javadsl.core.threadgroups.RpsThreadGroup
- initThreads(int) - Method in class us.abstracta.jmeter.javadsl.core.threadgroups.RpsThreadGroup
-
Specifies the initial number of threads to use.
- intParam(String) - Method in class us.abstracta.jmeter.javadsl.codegeneration.TestElementParamBuilder
-
Same as
TestElementParamBuilder.intParam(String, Integer)but with no default value. - intParam(String, Integer) - Method in class us.abstracta.jmeter.javadsl.codegeneration.TestElementParamBuilder
-
Generates a MethodParam representing an integer test element property.
- IntParam - Class in us.abstracta.jmeter.javadsl.codegeneration.params
-
Is a parameter with an integer value.
- IntParam(int) - Constructor for class us.abstracta.jmeter.javadsl.codegeneration.params.IntParam
- IntParam(String, Integer) - Constructor for class us.abstracta.jmeter.javadsl.codegeneration.params.IntParam
- invertCheck - Variable in class us.abstracta.jmeter.javadsl.core.assertions.DslResponseAssertion
- invertCheck() - Method in class us.abstracta.jmeter.javadsl.core.assertions.DslResponseAssertion
-
Allows inverting/negating each of the checks applied by the assertion.
- invertCheck(boolean) - Method in class us.abstracta.jmeter.javadsl.core.assertions.DslResponseAssertion
-
Same as
DslResponseAssertion.invertCheck()but allowing to enable or disable it. - isCommented() - Method in class us.abstracta.jmeter.javadsl.codegeneration.MethodCall
-
Allows to check if this method call is marked to be commented out.
- isDefault() - Method in class us.abstracta.jmeter.javadsl.codegeneration.MethodParam
-
Allows checking if a parameter is set to the default value.
- isDefault() - Method in class us.abstracta.jmeter.javadsl.codegeneration.params.ChildrenParam
- isDefault() - Method in class us.abstracta.jmeter.javadsl.codegeneration.params.FixedParam
- isEmpty() - Method in class us.abstracta.jmeter.javadsl.http.HttpHeaders
- isFixedStage() - Method in class us.abstracta.jmeter.javadsl.core.threadgroups.defaultthreadgroup.Stage
- isIgnored() - Method in class us.abstracta.jmeter.javadsl.codegeneration.MethodParam
- isIgnored() - Method in class us.abstracta.jmeter.javadsl.codegeneration.params.NameParam
- isRegex - Variable in class us.abstracta.jmeter.javadsl.core.assertions.DslJsonAssertion
- isRoot() - Method in class us.abstracta.jmeter.javadsl.core.BuildTreeContext
- isStats() - Method in class us.abstracta.jmeter.javadsl.core.listeners.autostop.AutoStopTestBean
- iterations - Variable in class us.abstracta.jmeter.javadsl.core.threadgroups.DslSimpleThreadGroup
- iterations() - Method in class us.abstracta.jmeter.javadsl.core.threadgroups.defaultthreadgroup.Stage
- iterations(int) - Method in class us.abstracta.jmeter.javadsl.core.threadgroups.DslSimpleThreadGroup
-
Allows specifying the number of iterations (times) to run the child elements of the thread group for each configured thread.
- ITERATIONS - us.abstracta.jmeter.javadsl.core.threadgroups.RpsThreadGroup.EventType
- iterationStart(LoopIterationEvent) - Method in class us.abstracta.jmeter.javadsl.core.testelements.DslJsr223TestElement.Jsr223DslLambdaTestElement
- iterationVarName - Variable in class us.abstracta.jmeter.javadsl.core.controllers.DslForEachController
J
- JAVA - us.abstracta.jmeter.javadsl.http.DslHttpSampler.HttpClientImpl
-
Specifies to use the Java implementation.
- JMES_PATH - us.abstracta.jmeter.javadsl.core.postprocessors.DslJsonExtractor.JsonQueryLanguage
-
Specifies to use JMESPath.
- JmeterDsl - Class in us.abstracta.jmeter.javadsl
-
This is the main class to be imported from any code using JMeter DSL.
- JmeterEnvironment - Class in us.abstracta.jmeter.javadsl.core.engines
-
Allows configuring a local JMeter environment required for getting resource messages, running test plans, saving test plans, etc.
- JmeterEnvironment() - Constructor for class us.abstracta.jmeter.javadsl.core.engines.JmeterEnvironment
- JmeterFunction - Class in us.abstracta.jmeter.javadsl.core.util
- JmeterFunction() - Constructor for class us.abstracta.jmeter.javadsl.core.util.JmeterFunction
- JmeterGui - Class in us.abstracta.jmeter.javadsl.core.engines
-
Displays JMeter GUI in current JVM.
- JmeterGui() - Constructor for class us.abstracta.jmeter.javadsl.core.engines.JmeterGui
- jmeterProperties() - Method in class us.abstracta.jmeter.javadsl.core.postprocessors.DslDebugPostProcessor
-
Specifies to include JMeter properties (test plan parameters, or info shared by threads) in sub sample response body.
- jmeterProperties(boolean) - Method in class us.abstracta.jmeter.javadsl.core.postprocessors.DslDebugPostProcessor
-
Specifies if JMeter properties (test plan parameters, or info shared by threads) should or not be included in sub sample response body.
- JmeterUrl - Class in us.abstracta.jmeter.javadsl.http
-
Allows parsing url components without failing when JMeter expressions are used on them.
- JmeterUrl(String, String, String, String) - Constructor for class us.abstracta.jmeter.javadsl.http.JmeterUrl
- jmeterVariables(boolean) - Method in class us.abstracta.jmeter.javadsl.core.postprocessors.DslDebugPostProcessor
-
Specifies if JMeter variables should or not be included in sub sample response body.
- JSON_PATH - us.abstracta.jmeter.javadsl.core.postprocessors.DslJsonExtractor.JsonQueryLanguage
-
Specifies to use JSONPath.
- jsonAssertion(String) - Static method in class us.abstracta.jmeter.javadsl.JmeterDsl
-
Builds an Assertion element to check that obtained sampler result JSON is the expected one.
- jsonAssertion(String, String) - Static method in class us.abstracta.jmeter.javadsl.JmeterDsl
-
Same as
JmeterDsl.jsonAssertion(String)but allowing to set a name on the assertion, which can be later used to identify assertion results and differentiate it from other assertions. - jsonExtractor(String, String) - Static method in class us.abstracta.jmeter.javadsl.JmeterDsl
-
Builds an Extractor which allows using JMESPath or JSONPath to extract part of a JSON response.
- JsonPathQueryLanguageParam() - Constructor for class us.abstracta.jmeter.javadsl.core.postprocessors.DslJsonExtractor.CodeBuilder.JsonPathQueryLanguageParam
- Jsr223DslLambdaTestElement() - Constructor for class us.abstracta.jmeter.javadsl.core.testelements.DslJsr223TestElement.Jsr223DslLambdaTestElement
- jsr223PostProcessor(Class<? extends DslJsr223PostProcessor.PostProcessorScript>) - Static method in class us.abstracta.jmeter.javadsl.JmeterDsl
-
Same as
JmeterDsl.jsr223PostProcessor(PostProcessorScript)but with support for running at scale in a remote engine. - jsr223PostProcessor(String) - Static method in class us.abstracta.jmeter.javadsl.JmeterDsl
-
Builds a JSR223 Post Processor which allows including custom logic to process sample results.
- jsr223PostProcessor(String, Class<? extends DslJsr223PostProcessor.PostProcessorScript>) - Static method in class us.abstracta.jmeter.javadsl.JmeterDsl
-
Same as
JmeterDsl.jsr223PostProcessor(Class)but allowing to set a name on the sampler. - jsr223PostProcessor(String, String) - Static method in class us.abstracta.jmeter.javadsl.JmeterDsl
-
Same as
JmeterDsl.jsr223PostProcessor(String)but allowing to set a name on the post processor. - jsr223PostProcessor(String, DslJsr223PostProcessor.PostProcessorScript) - Static method in class us.abstracta.jmeter.javadsl.JmeterDsl
-
Same as
JmeterDsl.jsr223PostProcessor(String, String)but allowing to use Java type safety and code completion when specifying the script. - jsr223PostProcessor(DslJsr223PostProcessor.PostProcessorScript) - Static method in class us.abstracta.jmeter.javadsl.JmeterDsl
-
Same as
JmeterDsl.jsr223PostProcessor(String)but allowing to use Java type safety and code completion when specifying the script. - jsr223PreProcessor(Class<? extends DslJsr223PreProcessor.PreProcessorScript>) - Static method in class us.abstracta.jmeter.javadsl.JmeterDsl
-
Same as
JmeterDsl.jsr223PreProcessor(PreProcessorScript)but with support for running at scale in a remote engine. - jsr223PreProcessor(String) - Static method in class us.abstracta.jmeter.javadsl.JmeterDsl
-
Builds a JSR223 Pre Processor which allows including custom logic to modify requests.
- jsr223PreProcessor(String, Class<? extends DslJsr223PreProcessor.PreProcessorScript>) - Static method in class us.abstracta.jmeter.javadsl.JmeterDsl
-
Same as
JmeterDsl.jsr223PreProcessor(Class)but allowing to set a name on the sampler. - jsr223PreProcessor(String, String) - Static method in class us.abstracta.jmeter.javadsl.JmeterDsl
-
Same as
JmeterDsl.jsr223PreProcessor(String)but allowing to set a name on the preprocessor. - jsr223PreProcessor(String, DslJsr223PreProcessor.PreProcessorScript) - Static method in class us.abstracta.jmeter.javadsl.JmeterDsl
-
Same as
JmeterDsl.jsr223PreProcessor(String, String)but allowing to use Java type safety and code completion when specifying the script. - jsr223PreProcessor(DslJsr223PreProcessor.PreProcessorScript) - Static method in class us.abstracta.jmeter.javadsl.JmeterDsl
-
Same as
JmeterDsl.jsr223PreProcessor(String)but allowing to use Java type safety and code completion when specifying the script. - jsr223Sampler(Class<? extends DslJsr223Sampler.SamplerScript>) - Static method in class us.abstracta.jmeter.javadsl.JmeterDsl
-
Same as
JmeterDsl.jsr223Sampler(SamplerScript)but with support for running at scale in a remote engine. - jsr223Sampler(String) - Static method in class us.abstracta.jmeter.javadsl.JmeterDsl
-
Builds a JSR223 Sampler which allows sampling any Java API or custom logic.
- jsr223Sampler(String, Class<? extends DslJsr223Sampler.SamplerScript>) - Static method in class us.abstracta.jmeter.javadsl.JmeterDsl
-
Same as
JmeterDsl.jsr223Sampler(Class)but allowing to set a name on the sampler. - jsr223Sampler(String, String) - Static method in class us.abstracta.jmeter.javadsl.JmeterDsl
-
Same as
JmeterDsl.jsr223Sampler(String)but allowing to set a name on the sampler. - jsr223Sampler(String, DslJsr223Sampler.SamplerScript) - Static method in class us.abstracta.jmeter.javadsl.JmeterDsl
-
Same as
JmeterDsl.jsr223Sampler(String, String)but allowing to use Java type safety and code completion when specifying the script. - jsr223Sampler(DslJsr223Sampler.SamplerScript) - Static method in class us.abstracta.jmeter.javadsl.JmeterDsl
-
Same as
JmeterDsl.jsr223Sampler(String)but allowing to use Java type safety and code completion when specifying the script. - Jsr223ScriptVars(TestElement, JMeterContext) - Constructor for class us.abstracta.jmeter.javadsl.core.testelements.DslJsr223TestElement.Jsr223ScriptVars
- Jsr223TestElementCallBuilder(Class<T>, String, List<Method>) - Constructor for class us.abstracta.jmeter.javadsl.core.testelements.DslJsr223TestElement.Jsr223TestElementCallBuilder
- jtlFile - Variable in class us.abstracta.jmeter.javadsl.core.listeners.JtlWriter
- jtlWriter(String) - Static method in class us.abstracta.jmeter.javadsl.JmeterDsl
-
Builds a Simple Data Writer to write all collected results to a JTL file.
- jtlWriter(String, String) - Static method in class us.abstracta.jmeter.javadsl.JmeterDsl
-
Builds a Simple Data Writer to write all collected results to a JTL file.
- JtlWriter - Class in us.abstracta.jmeter.javadsl.core.listeners
-
Allows to generate a result log file (JTL) with data for each sample for a test plan, thread group or sampler, depending on what level of test plan is added.
- JtlWriter(String, String) - Constructor for class us.abstracta.jmeter.javadsl.core.listeners.JtlWriter
- JtlWriter.CodeBuilder - Class in us.abstracta.jmeter.javadsl.core.listeners
- JtlWriter.SampleStatus - Enum in us.abstracta.jmeter.javadsl.core.listeners
L
- label - Variable in class us.abstracta.jmeter.javadsl.core.testelements.DslJsr223TestElement.Jsr223ScriptVars
- labelApdexThresholds - Variable in class us.abstracta.jmeter.javadsl.core.listeners.HtmlReporter
- labeledStats - Variable in class us.abstracta.jmeter.javadsl.core.TestPlanStats
- labels() - Method in class us.abstracta.jmeter.javadsl.core.TestPlanStats
-
Provides a set of collected labels (usually samplers labels).
- language - Variable in class us.abstracta.jmeter.javadsl.core.testelements.DslJsr223TestElement
- language(String) - Method in class us.abstracta.jmeter.javadsl.core.testelements.DslJsr223TestElement
- lastRps - Variable in class us.abstracta.jmeter.javadsl.core.threadgroups.RpsThreadGroup
- LATENCY - us.abstracta.jmeter.javadsl.core.listeners.autostop.AutoStopMetric
- latencyTime() - Static method in class us.abstracta.jmeter.javadsl.core.listeners.AutoStopListener.AutoStopCondition
-
Specifies to create a condition that evaluates latency time (time between last request byte is sent to service under test and first response byte is received).
- latencyTime() - Method in class us.abstracta.jmeter.javadsl.core.listeners.AutoStopListener.AutoStopConditionBuilder
- leftBoundary - Variable in class us.abstracta.jmeter.javadsl.core.postprocessors.DslBoundaryExtractor
- lessThan(T) - Method in class us.abstracta.jmeter.javadsl.core.listeners.AutoStopListener.AggregatedConditionBuilder
-
Specifies to check the aggregated metric value to be less than a provided one.
- lessThanOrEqualTo(T) - Method in class us.abstracta.jmeter.javadsl.core.listeners.AutoStopListener.AggregatedConditionBuilder
-
Specifies to check the aggregated metric value to be less than or equal to a provided one.
- listenerClass - Variable in class us.abstracta.jmeter.javadsl.core.listeners.DslBackendListener
- load(HashTree) - Method in class us.abstracta.jmeter.javadsl.core.engines.JmeterGui
- loadBeanProperties(TestElement) - Static method in class us.abstracta.jmeter.javadsl.core.testelements.BaseTestElement
- LoadTimeLine - Class in us.abstracta.jmeter.javadsl.core.threadgroups
- LoadTimeLine(String, String) - Constructor for class us.abstracta.jmeter.javadsl.core.threadgroups.LoadTimeLine
- loadTree(File) - Method in class us.abstracta.jmeter.javadsl.core.engines.JmeterEnvironment
- localBasePort(int) - Method in class us.abstracta.jmeter.javadsl.core.engines.DistributedJmeterEngine
-
Allows setting the initial port number used to calculate rest of ports to establish RMI connections.
- localJMeterEnv(JmeterEnvironment) - Method in class us.abstracta.jmeter.javadsl.core.engines.DistributedJmeterEngine
- log - Variable in class us.abstracta.jmeter.javadsl.core.util.DslScript.DslScriptVars
- logNonGuiExecutionWarning() - Method in class us.abstracta.jmeter.javadsl.core.listeners.DslVisualizer
- logOnly - Variable in class us.abstracta.jmeter.javadsl.core.listeners.JtlWriter
- logOnly(JtlWriter.SampleStatus) - Method in class us.abstracta.jmeter.javadsl.core.listeners.JtlWriter
-
Allows filtering which sample results to log according to their status.
- longParam(String) - Method in class us.abstracta.jmeter.javadsl.codegeneration.TestElementParamBuilder
-
Same as
TestElementParamBuilder.longParam(String, Long)but with no default value. - longParam(String, Long) - Method in class us.abstracta.jmeter.javadsl.codegeneration.TestElementParamBuilder
-
Generates a MethodParam representing a long test element property.
- LongParam - Class in us.abstracta.jmeter.javadsl.codegeneration.params
-
Is a parameter with a long value.
- LongParam(long) - Constructor for class us.abstracta.jmeter.javadsl.codegeneration.params.LongParam
- LongParam(String, Long) - Constructor for class us.abstracta.jmeter.javadsl.codegeneration.params.LongParam
- LT - us.abstracta.jmeter.javadsl.core.listeners.autostop.AutoStopComparison
- LTE - us.abstracta.jmeter.javadsl.core.listeners.autostop.AutoStopComparison
M
- MAIN_SAMPLE - us.abstracta.jmeter.javadsl.core.testelements.DslScopedTestElement.Scope
-
Applies the regular extractor only to main sample (sub samples, like redirects, are not included).
- matches(String) - Static method in class us.abstracta.jmeter.javadsl.codegeneration.params.DynamicParam
- matches(String) - Method in class us.abstracta.jmeter.javadsl.core.assertions.DslJsonAssertion
-
Specifies to check the value extracted with the given query to match the given regular expression.
- matches(String) - Method in class us.abstracta.jmeter.javadsl.core.util.StringTemplate
- matches(MethodCallContext) - Method in class us.abstracta.jmeter.javadsl.codegeneration.MethodCallBuilder
-
Allows checking if this builder can build method calls for the given context.
- matches(MethodCallContext) - Method in class us.abstracta.jmeter.javadsl.codegeneration.SingleGuiClassCallBuilder
- matches(MethodCallContext) - Method in class us.abstracta.jmeter.javadsl.codegeneration.SingleTestElementCallBuilder
- matches(MethodCallContext) - Method in class us.abstracta.jmeter.javadsl.core.assertions.DslJsonAssertion.CodeBuilder
- matches(MethodCallContext) - Method in class us.abstracta.jmeter.javadsl.core.configs.DslCsvDataSet.CodeBuilder
- matches(MethodCallContext) - Method in class us.abstracta.jmeter.javadsl.core.controllers.DslTestFragmentController.CodeBuilder
- matches(MethodCallContext) - Method in class us.abstracta.jmeter.javadsl.core.controllers.PercentController.CodeBuilder
- matches(MethodCallContext) - Method in class us.abstracta.jmeter.javadsl.core.listeners.DslBackendListener.BackendListenerCodeBuilder
- matches(MethodCallContext) - Method in class us.abstracta.jmeter.javadsl.core.listeners.DslViewResultsTree.CodeBuilder
- matches(MethodCallContext) - Method in class us.abstracta.jmeter.javadsl.core.listeners.JtlWriter.CodeBuilder
- matches(MethodCallContext) - Method in class us.abstracta.jmeter.javadsl.core.postprocessors.DslJsonExtractor.CodeBuilder
- matches(MethodCallContext) - Method in class us.abstracta.jmeter.javadsl.core.threadgroups.defaultthreadgroup.SimpleThreadGroupHelper.CodeBuilder
- matches(MethodCallContext) - Method in class us.abstracta.jmeter.javadsl.core.threadgroups.defaultthreadgroup.UltimateThreadGroupHelper.CodeBuilder
- matches(MethodCallContext) - Method in class us.abstracta.jmeter.javadsl.core.threadgroups.DslDefaultThreadGroup.CodeBuilder
- MATCHES_REGEX - us.abstracta.jmeter.javadsl.core.assertions.DslResponseAssertion.TestStringStrategy
- matchesRegexes(String...) - Method in class us.abstracta.jmeter.javadsl.core.assertions.DslResponseAssertion
-
Checks if the configured
DslResponseAssertion.fieldToTest(TargetField)matches (completely, and not just part of it) given regular expressions. - matchNumber - Variable in class us.abstracta.jmeter.javadsl.core.postprocessors.DslVariableExtractor
- matchNumber(int) - Method in class us.abstracta.jmeter.javadsl.core.postprocessors.DslBoundaryExtractor
-
Sets the match number to be extracted.
- matchNumber(int) - Method in class us.abstracta.jmeter.javadsl.core.postprocessors.DslJsonExtractor
-
Sets the match number to be extracted.
- matchNumber(int) - Method in class us.abstracta.jmeter.javadsl.core.postprocessors.DslRegexExtractor
-
Sets the match number to be extracted.
- max() - Method in class us.abstracta.jmeter.javadsl.core.engines.EmbeddedStatsSummary.EmbeddedTimeMetricSummary
- max() - Method in class us.abstracta.jmeter.javadsl.core.listeners.AutoStopListener.TimeMetricConditionBuilder
-
Specifies to check the maximum value of the selected condition metric.
- max() - Method in interface us.abstracta.jmeter.javadsl.core.stats.TimeMetricSummary
-
Gets the maximum collected value.
- MAX - us.abstracta.jmeter.javadsl.core.listeners.autostop.AutoStopAggregation
- maximum - Variable in class us.abstracta.jmeter.javadsl.core.timers.DslUniformRandomTimer
- maximumValue(long) - Method in class us.abstracta.jmeter.javadsl.core.configs.DslCounter
-
Specifies the maximum value of the counter.
- maxThreads - Variable in class us.abstracta.jmeter.javadsl.core.threadgroups.RpsThreadGroup
- maxThreads(int) - Method in class us.abstracta.jmeter.javadsl.core.threadgroups.RpsThreadGroup
-
Specifies the maximum number of threads to use.
- mean() - Method in class us.abstracta.jmeter.javadsl.core.engines.EmbeddedStatsSummary.EmbeddedTimeMetricSummary
- mean() - Method in class us.abstracta.jmeter.javadsl.core.listeners.AutoStopListener.TimeMetricConditionBuilder
-
Specifies to check the mean/average value of the selected condition metric.
- mean() - Method in interface us.abstracta.jmeter.javadsl.core.stats.TimeMetricSummary
-
Gets the mean/average of collected values.
- MEAN - us.abstracta.jmeter.javadsl.core.listeners.autostop.AutoStopAggregation
- measurement - Variable in class us.abstracta.jmeter.javadsl.core.listeners.InfluxDbBackendListener
- measurement(String) - Method in class us.abstracta.jmeter.javadsl.core.listeners.InfluxDbBackendListener
-
Allows specifying the name of the measurement that contains collected metrics sent to InfluxDB.
- median() - Method in class us.abstracta.jmeter.javadsl.core.engines.EmbeddedStatsSummary.EmbeddedTimeMetricSummary
- median() - Method in interface us.abstracta.jmeter.javadsl.core.stats.TimeMetricSummary
-
Gets the median of collected values.
- method - Variable in class us.abstracta.jmeter.javadsl.http.DslHttpSampler
- method(String) - Method in class us.abstracta.jmeter.javadsl.http.DslHttpSampler
-
Specifies the HTTP method to be used in the HTTP request generated by the sampler.
- MethodCall - Class in us.abstracta.jmeter.javadsl.codegeneration
-
Represents a method call, it's parameters and chained invocations.
- MethodCall(String, Class<?>, MethodParam...) - Constructor for class us.abstracta.jmeter.javadsl.codegeneration.MethodCall
- MethodCallBuilder - Class in us.abstracta.jmeter.javadsl.codegeneration
-
Builds a method call for a particular DSL test element.
- MethodCallBuilder(List<Method>) - Constructor for class us.abstracta.jmeter.javadsl.codegeneration.MethodCallBuilder
-
This constructor is used by the DslCodeGenerator to instantiate MethodCallBuilders providing them their associated builder methods found in DSL classes registered on the DslCodeGenerator.
- MethodCallBuilderRegistry - Interface in us.abstracta.jmeter.javadsl.codegeneration
- MethodCallContext - Class in us.abstracta.jmeter.javadsl.codegeneration
-
Contains information and logic needed by
MethodCallBuilderinstances to create MethodCalls for a given JMeter test plan subtree. - MethodCallContext(TestElement, HashTree, MethodCallContext, MethodCallBuilderRegistry) - Constructor for class us.abstracta.jmeter.javadsl.codegeneration.MethodCallContext
- MethodCallContext.MethodCallContextEndListener - Interface in us.abstracta.jmeter.javadsl.codegeneration
- methodDefinitions(List<String>) - Method in class us.abstracta.jmeter.javadsl.codegeneration.TestClassTemplate
- methodName - Variable in class us.abstracta.jmeter.javadsl.codegeneration.MethodCall
- MethodParam - Class in us.abstracta.jmeter.javadsl.codegeneration
-
Generates code for a MethodCall parameter.
- MethodParam(Class<?>, String) - Constructor for class us.abstracta.jmeter.javadsl.codegeneration.MethodParam
- MetricConditionBuilder(AutoStopConditionElement, AutoStopMetric) - Constructor for class us.abstracta.jmeter.javadsl.core.listeners.AutoStopListener.MetricConditionBuilder
- metricsPrefix(String) - Method in class us.abstracta.jmeter.javadsl.core.listeners.GraphiteBackendListener
-
Allows specifying the prefix used to store the metrics in Graphite.
- min() - Method in class us.abstracta.jmeter.javadsl.core.engines.EmbeddedStatsSummary.EmbeddedTimeMetricSummary
- min() - Method in class us.abstracta.jmeter.javadsl.core.listeners.AutoStopListener.TimeMetricConditionBuilder
-
Specifies to check the minimum value of the selected condition metric.
- min() - Method in interface us.abstracta.jmeter.javadsl.core.stats.TimeMetricSummary
-
Gets the minimum collected value.
- MIN - us.abstracta.jmeter.javadsl.core.listeners.autostop.AutoStopAggregation
- minimum - Variable in class us.abstracta.jmeter.javadsl.core.timers.DslUniformRandomTimer
- modifyTestElementEmbeddedResources(TestElement, boolean, String, String) - Static method in class us.abstracta.jmeter.javadsl.http.HttpElementHelper
- modifyTestElementProxy(TestElement, String, String, String) - Static method in class us.abstracta.jmeter.javadsl.http.HttpElementHelper
- modifyTestElementTimeouts(TestElement, Duration, Duration) - Static method in class us.abstracta.jmeter.javadsl.http.HttpElementHelper
- modifyTestElementUrl(TestElement, String, String, String, String) - Static method in class us.abstracta.jmeter.javadsl.http.HttpElementHelper
- MultiLevelTestElement - Interface in us.abstracta.jmeter.javadsl.core.testelements
-
This is just a simple interface to avoid code duplication for test elements that apply at different levels of a test plan (at test plan, thread group or as sampler child).
- multiPart - Variable in class us.abstracta.jmeter.javadsl.http.DslHttpSampler
N
- name - Variable in class us.abstracta.jmeter.javadsl.core.testelements.BaseTestElement
- nameParam(String) - Method in class us.abstracta.jmeter.javadsl.codegeneration.TestElementParamBuilder
-
Generates a MethodParam representing a test element name.
- NameParam - Class in us.abstracta.jmeter.javadsl.codegeneration.params
-
Is a parameter associated to a test element name.
- NameParam(String, String) - Constructor for class us.abstracta.jmeter.javadsl.codegeneration.params.NameParam
- NETSCAPE - us.abstracta.jmeter.javadsl.http.DslCookieManager.CookiePolicy
-
Conforms to the original draft specification published by Netscape Communications.
- NonInterruptingVariableThroughputTimer() - Constructor for class us.abstracta.jmeter.javadsl.core.threadgroups.RpsThreadGroup.NonInterruptingVariableThroughputTimer
- not - Variable in class us.abstracta.jmeter.javadsl.core.assertions.DslJsonAssertion
- not() - Method in class us.abstracta.jmeter.javadsl.core.assertions.DslJsonAssertion
-
Allows to check the inverse/negated condition specified by the rest of assertion settings.
- not(boolean) - Method in class us.abstracta.jmeter.javadsl.core.assertions.DslJsonAssertion
-
Sames as
DslJsonAssertion.notbut allowing to enable/disable the setting with a variable.
O
- onceOnlyController(BaseThreadGroup.ThreadGroupChild...) - Static method in class us.abstracta.jmeter.javadsl.JmeterDsl
-
Builds a Once Only Controller that allows running a part of a test plan only once and only on the first iteration of each thread group.
- OnlyChildrenMethodCall() - Constructor for class us.abstracta.jmeter.javadsl.core.controllers.DslRecordingController.OnlyChildrenMethodCall
- order() - Method in class us.abstracta.jmeter.javadsl.codegeneration.MethodCallBuilder
-
This method allows specifying an order over builders.
- overall() - Method in class us.abstracta.jmeter.javadsl.core.TestPlanStats
-
Provides statistics for the entire test plan.
- overallStats - Variable in class us.abstracta.jmeter.javadsl.core.TestPlanStats
P
- param(String, String) - Method in class us.abstracta.jmeter.javadsl.http.DslHttpSampler
-
Allows specifying a query parameter or url encoded form body parameter.
- paramType - Variable in class us.abstracta.jmeter.javadsl.codegeneration.MethodParam
- path - Variable in class us.abstracta.jmeter.javadsl.http.DslBaseHttpSampler
- path - Variable in class us.abstracta.jmeter.javadsl.http.DslHttpDefaults
- path() - Method in class us.abstracta.jmeter.javadsl.http.JmeterUrl
- path(String) - Method in class us.abstracta.jmeter.javadsl.http.DslHttpDefaults
-
Specifies the default URL path to be used in the HTTP samplers.
- pauseThread(String) - Static method in class us.abstracta.jmeter.javadsl.core.samplers.DslFlowControlAction
- PER_SECOND - us.abstracta.jmeter.javadsl.core.listeners.autostop.AutoStopAggregation
- PER_THREAD - us.abstracta.jmeter.javadsl.core.timers.DslThroughputTimer.ThroughputMode
-
The configured throughput specifies the maximum throughput for each thread.
- perc90() - Method in class us.abstracta.jmeter.javadsl.core.engines.EmbeddedStatsSummary.EmbeddedTimeMetricSummary
- perc90() - Method in interface us.abstracta.jmeter.javadsl.core.stats.TimeMetricSummary
-
Gets the 90 percentile of samples times.
- perc95() - Method in class us.abstracta.jmeter.javadsl.core.engines.EmbeddedStatsSummary.EmbeddedTimeMetricSummary
- perc95() - Method in interface us.abstracta.jmeter.javadsl.core.stats.TimeMetricSummary
-
Gets the 95 percentile of samples times.
- perc99() - Method in class us.abstracta.jmeter.javadsl.core.engines.EmbeddedStatsSummary.EmbeddedTimeMetricSummary
- perc99() - Method in interface us.abstracta.jmeter.javadsl.core.stats.TimeMetricSummary
-
Gets the 99 percentile of samples times.
- percent - Variable in class us.abstracta.jmeter.javadsl.core.controllers.PercentController
- percent() - Method in class us.abstracta.jmeter.javadsl.core.listeners.AutoStopListener.ErrorsConditionBuilder
-
Specifies to check the error percentage.
- PERCENT - us.abstracta.jmeter.javadsl.core.listeners.autostop.AutoStopAggregation
- PercentAggregator - Class in us.abstracta.jmeter.javadsl.core.listeners.autostop.aggregators
- PercentAggregator() - Constructor for class us.abstracta.jmeter.javadsl.core.listeners.autostop.aggregators.PercentAggregator
- percentController(float, BaseThreadGroup.ThreadGroupChild...) - Static method in class us.abstracta.jmeter.javadsl.JmeterDsl
-
Builds a Percent Controller to execute children only a given percent of times.
- percentController(String, BaseThreadGroup.ThreadGroupChild...) - Static method in class us.abstracta.jmeter.javadsl.JmeterDsl
-
Same as
JmeterDsl.percentController(float, ThreadGroupChild...)but allowing using JMeter expressions (eg: ${PERCENT_VAR}) in percent parameter. - PercentController - Class in us.abstracta.jmeter.javadsl.core.controllers
-
Allows running only given percent of times given test plan elements.
- PercentController(String, List<BaseThreadGroup.ThreadGroupChild>) - Constructor for class us.abstracta.jmeter.javadsl.core.controllers.PercentController
- PercentController.CodeBuilder - Class in us.abstracta.jmeter.javadsl.core.controllers
- percentile(double) - Method in class us.abstracta.jmeter.javadsl.core.listeners.AutoStopListener.TimeMetricConditionBuilder
-
Specifies to check a given percentile value of the selected condition metric.
- PERCENTILE - us.abstracta.jmeter.javadsl.core.listeners.autostop.AutoStopAggregation
- PercentileAggregator - Class in us.abstracta.jmeter.javadsl.core.listeners.autostop.aggregators
- PercentileAggregator(double) - Constructor for class us.abstracta.jmeter.javadsl.core.listeners.autostop.aggregators.PercentileAggregator
- percentiles - Variable in class us.abstracta.jmeter.javadsl.core.listeners.InfluxDbBackendListener
- percentiles(float...) - Method in class us.abstracta.jmeter.javadsl.core.listeners.InfluxDbBackendListener
-
Allows specifying a list of percentiles that will be calculated and sent to InfluxDb.
- perSecond() - Method in class us.abstracta.jmeter.javadsl.core.listeners.AutoStopListener.CountMetricConditionBuilder
-
Specifies to check the average sum per second of selected condition metric.
- perSecond() - Method in class us.abstracta.jmeter.javadsl.core.stats.CountMetricSummary
-
Provides the average count per second for the given metric.
- PerSecondAggregator - Class in us.abstracta.jmeter.javadsl.core.listeners.autostop.aggregators
- PerSecondAggregator(Clock) - Constructor for class us.abstracta.jmeter.javadsl.core.listeners.autostop.aggregators.PerSecondAggregator
- perThread - Variable in class us.abstracta.jmeter.javadsl.core.controllers.PercentController
- perThread() - Method in class us.abstracta.jmeter.javadsl.core.controllers.PercentController
-
Specifies to apply percent control per thread instead of shared by all threads.
- perThread() - Method in class us.abstracta.jmeter.javadsl.core.timers.DslThroughputTimer
-
Allows specifying that configured throughput should be counted per thread.
- perThread(boolean) - Method in class us.abstracta.jmeter.javadsl.core.configs.DslCounter
-
Specifies to use a separate counter for each thread.
- perThread(boolean) - Method in class us.abstracta.jmeter.javadsl.core.controllers.PercentController
-
Same as
PercentController.perThread()but allowing to enable or disable it. - port - Variable in class us.abstracta.jmeter.javadsl.http.DslBaseHttpSampler
- port - Variable in class us.abstracta.jmeter.javadsl.http.DslHttpDefaults
- port() - Method in class us.abstracta.jmeter.javadsl.http.JmeterUrl
- port(int) - Method in class us.abstracta.jmeter.javadsl.http.DslBaseHttpSampler
-
Specifies the HTTP Sampler port to be used in the HTTP request generated by the sampler.
- port(int) - Method in class us.abstracta.jmeter.javadsl.http.DslHttpDefaults
-
Specifies the default port to be used in the HTTP samplers.
- post(Class<? extends PropertyScriptBuilder.PropertyScript<String>>, ContentType) - Method in class us.abstracta.jmeter.javadsl.http.DslHttpSampler
-
Same as
DslHttpSampler.post(Function, ContentType)but with support for running at scale in a remote engine. - post(String, ContentType) - Method in class us.abstracta.jmeter.javadsl.http.DslHttpSampler
-
Specifies that the sampler should send an HTTP POST to defined URL.
- post(Function<DslJsr223PreProcessor.PreProcessorVars, String>, ContentType) - Method in class us.abstracta.jmeter.javadsl.http.DslHttpSampler
-
Same as
DslHttpSampler.post(String, ContentType)but allowing to use a dynamically calculated body. - PostProcessorVars(TestElement) - Constructor for class us.abstracta.jmeter.javadsl.core.postprocessors.DslJsr223PostProcessor.PostProcessorVars
- PREFER_ENCODED_PARAMS - Static variable in class us.abstracta.jmeter.javadsl.http.DslHttpSampler.CodeBuilder
- prependChild(TestElement, HashTree) - Method in class us.abstracta.jmeter.javadsl.codegeneration.MethodCallContext
-
Adds a child method call context, as first child call, built using provided test element and tree.
- prependChild(MethodCall) - Method in class us.abstracta.jmeter.javadsl.codegeneration.MethodCall
-
Allows adding a child method at the beginning of children methods.
- prependChild(MethodCall) - Method in class us.abstracta.jmeter.javadsl.codegeneration.params.ChildrenParam
- PreProcessorVars(TestElement) - Constructor for class us.abstracta.jmeter.javadsl.core.preprocessors.DslJsr223PreProcessor.PreProcessorVars
- prev - Variable in class us.abstracta.jmeter.javadsl.core.util.DslScript.DslScriptVars
- prevMap() - Method in class us.abstracta.jmeter.javadsl.core.util.DslScript.DslScriptVars
-
Builds a map from last sample result to ease visualization and debugging.
- prevMetadata() - Method in class us.abstracta.jmeter.javadsl.core.util.DslScript.DslScriptVars
-
Builds a map from last sample result including most significant metadata to ease visualization and debugging.
- prevMetrics() - Method in class us.abstracta.jmeter.javadsl.core.util.DslScript.DslScriptVars
-
Builds a map from last sample result collected metrics to ease visualization and debugging.
- prevRequest() - Method in class us.abstracta.jmeter.javadsl.core.util.DslScript.DslScriptVars
-
Builds a string from last sample result request to ease visualization and debugging.
- prevResponse() - Method in class us.abstracta.jmeter.javadsl.core.util.DslScript.DslScriptVars
-
Builds a string from last sample result response to ease visualization and debugging.
- process() - Method in class us.abstracta.jmeter.javadsl.core.postprocessors.DslJsr223PostProcessor.DslLambdaPostProcessor
- process() - Method in class us.abstracta.jmeter.javadsl.core.preprocessors.DslJsr223PreProcessor.DslLambdaPreProcessor
- processAssetFile(String) - Method in class us.abstracta.jmeter.javadsl.core.BuildTreeContext
- prop(String) - Method in class us.abstracta.jmeter.javadsl.codegeneration.TestElementParamBuilder
-
Gets the
JMeterPropertyinstance for the given test element and property name. - prop(String, Object) - Method in class us.abstracta.jmeter.javadsl.core.engines.EmbeddedJmeterEngine
-
Allows setting properties to be used during test plan execution.
- propertiesFile(String) - Method in class us.abstracta.jmeter.javadsl.core.engines.EmbeddedJmeterEngine
-
Allows specifying a properties file path to get properties from.
- propertyIterator2Stream(PropertyIterator) - Static method in class us.abstracta.jmeter.javadsl.codegeneration.MethodCallBuilder
- PropertyScriptBuilder<T> - Class in us.abstracta.jmeter.javadsl.core.util
-
Contains logic to create a script to be contained in a JMeter property (like if conditions).
- PropertyScriptBuilder(Class<? extends PropertyScriptBuilder.PropertyScript<T>>) - Constructor for class us.abstracta.jmeter.javadsl.core.util.PropertyScriptBuilder
- PropertyScriptBuilder(String) - Constructor for class us.abstracta.jmeter.javadsl.core.util.PropertyScriptBuilder
- PropertyScriptBuilder(PropertyScriptBuilder.PropertyScript<T>) - Constructor for class us.abstracta.jmeter.javadsl.core.util.PropertyScriptBuilder
- PropertyScriptBuilder.PropertyScript<T> - Interface in us.abstracta.jmeter.javadsl.core.util
-
Allows to use any java code as property.
- PropertyScriptBuilder.PropertyScriptVars - Class in us.abstracta.jmeter.javadsl.core.util
- PropertyScriptVars(JMeterContext, Logger) - Constructor for class us.abstracta.jmeter.javadsl.core.util.PropertyScriptBuilder.PropertyScriptVars
- propertyValue - Variable in enum us.abstracta.jmeter.javadsl.http.DslHttpSampler.HttpClientImpl
- propertyValue() - Method in interface us.abstracta.jmeter.javadsl.codegeneration.params.EnumParam.EnumPropertyValue
- propertyValue() - Method in enum us.abstracta.jmeter.javadsl.core.assertions.DslResponseAssertion.TargetField
- propertyValue() - Method in enum us.abstracta.jmeter.javadsl.core.configs.DslCsvDataSet.Sharing
- propertyValue() - Method in enum us.abstracta.jmeter.javadsl.core.postprocessors.DslBoundaryExtractor.TargetField
- propertyValue() - Method in enum us.abstracta.jmeter.javadsl.core.postprocessors.DslRegexExtractor.TargetField
- propertyValue() - Method in enum us.abstracta.jmeter.javadsl.core.testelements.DslScopedTestElement.Scope
- propertyValue() - Method in enum us.abstracta.jmeter.javadsl.core.threadgroups.BaseThreadGroup.SampleErrorAction
- propertyValue() - Method in enum us.abstracta.jmeter.javadsl.core.timers.DslThroughputTimer.ThroughputMode
- propertyValue() - Method in enum us.abstracta.jmeter.javadsl.http.DslCookieManager.CookiePolicy
- propertyValue() - Method in enum us.abstracta.jmeter.javadsl.http.DslHttpSampler.HttpClientImpl
- props - Variable in class us.abstracta.jmeter.javadsl.core.util.DslScript.DslScriptVars
- protocol - Variable in class us.abstracta.jmeter.javadsl.http.DslBaseHttpSampler
- protocol - Variable in class us.abstracta.jmeter.javadsl.http.DslHttpDefaults
- protocol() - Method in class us.abstracta.jmeter.javadsl.http.JmeterUrl
- protocol(String) - Method in class us.abstracta.jmeter.javadsl.http.DslBaseHttpSampler
-
Specifies the HTTP Sampler protocol to be used in the HTTP request generated by the sampler.
- protocol(String) - Method in class us.abstracta.jmeter.javadsl.http.DslHttpDefaults
-
Specifies the default protocol (eg: HTTP, HTTPS) to be used in the HTTP samplers.
- proxy(String) - Method in class us.abstracta.jmeter.javadsl.http.DslBaseHttpSampler
-
Allows specifying a proxy through which all http requests will be sent to their final destination.
- proxy(String) - Method in class us.abstracta.jmeter.javadsl.http.DslHttpDefaults
-
Allows specifying a proxy through which all http requests will be sent to their final destination.
- proxy(String, String, String) - Method in class us.abstracta.jmeter.javadsl.http.DslBaseHttpSampler
-
Same as
DslBaseHttpSampler.proxy(String)but allowing also to specify proxy credentials. - proxy(String, String, String) - Method in class us.abstracta.jmeter.javadsl.http.DslHttpDefaults
-
Same as
DslHttpDefaults.proxy(String)but allowing also to specify proxy credentials. - proxyPassword - Variable in class us.abstracta.jmeter.javadsl.http.DslBaseHttpSampler
- proxyPassword - Variable in class us.abstracta.jmeter.javadsl.http.DslHttpDefaults
- proxyUrl - Variable in class us.abstracta.jmeter.javadsl.http.DslBaseHttpSampler
- proxyUrl - Variable in class us.abstracta.jmeter.javadsl.http.DslHttpDefaults
- proxyUser - Variable in class us.abstracta.jmeter.javadsl.http.DslBaseHttpSampler
- proxyUser - Variable in class us.abstracta.jmeter.javadsl.http.DslHttpDefaults
Q
- query - Variable in class us.abstracta.jmeter.javadsl.core.assertions.DslJsonAssertion
- query - Variable in class us.abstracta.jmeter.javadsl.core.postprocessors.DslJsonExtractor
- queryLanguage - Variable in class us.abstracta.jmeter.javadsl.core.assertions.DslJsonAssertion
- queryLanguage - Variable in class us.abstracta.jmeter.javadsl.core.postprocessors.DslJsonExtractor
- queryLanguage(DslJsonExtractor.JsonQueryLanguage) - Method in class us.abstracta.jmeter.javadsl.core.assertions.DslJsonAssertion
-
Allows selecting the query language to use for JSON assertion.
- queryLanguage(DslJsonExtractor.JsonQueryLanguage) - Method in class us.abstracta.jmeter.javadsl.core.postprocessors.DslJsonExtractor
-
Allows selecting the query language to use for extracting values from a given JSON.
- queueSize - Variable in class us.abstracta.jmeter.javadsl.core.listeners.DslBackendListener
- queueSize(int) - Method in class us.abstracta.jmeter.javadsl.core.listeners.DslBackendListener
-
Specifies the length of sample results queue used to asynchronously send the information to the backend service.
R
- rampTo(double, Duration) - Method in class us.abstracta.jmeter.javadsl.core.threadgroups.RpsThreadGroup
-
Allows ramping up or down RPS with a given duration.
- rampTo(int, Duration) - Method in class us.abstracta.jmeter.javadsl.core.threadgroups.DslDefaultThreadGroup
-
Allows ramping up or down threads with a given duration.
- rampTo(String, String) - Method in class us.abstracta.jmeter.javadsl.core.threadgroups.DslDefaultThreadGroup
-
Same as
DslDefaultThreadGroup.rampTo(int, Duration)but allowing to use JMeter expressions (variables or functions) to solve the actual parameter values. - rampToAndHold(double, Duration, Duration) - Method in class us.abstracta.jmeter.javadsl.core.threadgroups.RpsThreadGroup
-
Simply combines
RpsThreadGroup.rampTo(double, Duration)andRpsThreadGroup.holdFor(Duration)which are usually used in combination. - rampToAndHold(int, Duration, Duration) - Method in class us.abstracta.jmeter.javadsl.core.threadgroups.DslDefaultThreadGroup
-
simply combines
DslDefaultThreadGroup.rampTo(int, Duration)andDslDefaultThreadGroup.holdFor(Duration)which are usually used in combination. - rampToAndHold(String, String, String) - Method in class us.abstracta.jmeter.javadsl.core.threadgroups.DslDefaultThreadGroup
-
Same as
DslDefaultThreadGroup.rampToAndHold(int, Duration, Duration)but allowing to use JMeter expressions (variables or functions) to solve the actual parameter values. - randomOrder() - Method in class us.abstracta.jmeter.javadsl.core.configs.DslCsvDataSet
-
Specifies to get file lines in random order instead of sequentially iterating over them.
- randomOrder(boolean) - Method in class us.abstracta.jmeter.javadsl.core.configs.DslCsvDataSet
-
Same as
DslCsvDataSet.randomOrder()but allowing to enable or disable it. - rawContents() - Method in class us.abstracta.jmeter.javadsl.util.TestResource
-
Gets all the contents of the resource without replacing OS specific new lines characters.
- rawParam(String, String) - Method in class us.abstracta.jmeter.javadsl.http.DslHttpSampler
-
Same as
DslHttpSampler.param(String, String)but param name and value will be sent with no additional encoding. - RECEIVED_BYTES - us.abstracta.jmeter.javadsl.core.listeners.autostop.AutoStopMetric
- receivedBytes() - Method in class us.abstracta.jmeter.javadsl.core.engines.EmbeddedStatsSummary
- receivedBytes() - Static method in class us.abstracta.jmeter.javadsl.core.listeners.AutoStopListener.AutoStopCondition
-
Specifies to create a condition that evaluates the number bytes (response bytes) received from the service under test.
- receivedBytes() - Method in class us.abstracta.jmeter.javadsl.core.listeners.AutoStopListener.AutoStopConditionBuilder
- receivedBytes() - Method in interface us.abstracta.jmeter.javadsl.core.stats.StatsSummary
-
Gets metrics for received bytes in sample responses.
- reChain(MethodCall) - Method in class us.abstracta.jmeter.javadsl.codegeneration.MethodCall
-
Allows extracting from a given call the list of chained method calls and re assign them to this call.
- regex - Variable in class us.abstracta.jmeter.javadsl.core.listeners.AutoStopListener
- regex - Variable in class us.abstracta.jmeter.javadsl.core.postprocessors.DslRegexExtractor
- regexExtractor(String, String) - Static method in class us.abstracta.jmeter.javadsl.JmeterDsl
-
Builds a Regex Extractor which allows using regular expressions to extract different parts of a sample result (request or response).
- register(Object) - Static method in class us.abstracta.jmeter.javadsl.core.util.DslScript.DslScriptRegistry
- registerDependency(MethodCallContext) - Method in class us.abstracta.jmeter.javadsl.http.DslHttpDefaults.CodeBuilder
- registerDependency(MethodCallContext, MethodCall) - Method in class us.abstracta.jmeter.javadsl.http.AutoEnabledHttpConfigElement.CodeBuilder
- registerDependency(BuildTreeContext) - Method in class us.abstracta.jmeter.javadsl.http.AutoEnabledHttpConfigElement
- removeChild(Predicate<TestElement>) - Method in class us.abstracta.jmeter.javadsl.codegeneration.MethodCallContext
-
Allows removing an instance of the given test element class from the children tree.
- removeContentTypeHeader(MethodCallContext) - Method in class us.abstracta.jmeter.javadsl.http.DslBaseHttpSampler.BaseHttpSamplerCodeBuilder
- replaceChild(MethodCall, MethodCall) - Method in class us.abstracta.jmeter.javadsl.codegeneration.MethodCall
-
Allows replacing a child method call with another.
- replaceChild(MethodCall, MethodCall) - Method in class us.abstracta.jmeter.javadsl.codegeneration.params.ChildrenParam
- replaceMethodCall(TestElement, UnaryOperator<MethodCall>) - Method in class us.abstracta.jmeter.javadsl.codegeneration.MethodCallContext
-
Allows replacing or transforming the method call associated to a given test element.
- reportDirectory - Variable in class us.abstracta.jmeter.javadsl.core.listeners.HtmlReporter
- REQUEST_BODY - us.abstracta.jmeter.javadsl.core.assertions.DslResponseAssertion.TargetField
-
Applies the assertion to the request body.
- REQUEST_HEADERS - us.abstracta.jmeter.javadsl.core.assertions.DslResponseAssertion.TargetField
-
Applies the assertion to the set of request headers.
- REQUEST_HEADERS - us.abstracta.jmeter.javadsl.core.postprocessors.DslBoundaryExtractor.TargetField
-
Applies the extractor to request headers.
- REQUEST_HEADERS - us.abstracta.jmeter.javadsl.core.postprocessors.DslRegexExtractor.TargetField
-
Applies the regular extractor to request headers.
- REQUEST_URL - us.abstracta.jmeter.javadsl.core.assertions.DslResponseAssertion.TargetField
-
Applies the assertion to the requested URL.
- REQUEST_URL - us.abstracta.jmeter.javadsl.core.postprocessors.DslBoundaryExtractor.TargetField
-
Applies the extractor to the request URL.
- REQUEST_URL - us.abstracta.jmeter.javadsl.core.postprocessors.DslRegexExtractor.TargetField
-
Applies the regular extractor to the request URL.
- requestBody - Variable in class us.abstracta.jmeter.javadsl.core.samplers.DslDummySampler
- requestBody(String) - Method in class us.abstracta.jmeter.javadsl.core.samplers.DslDummySampler
-
Specifies the request body used in generated sample results.
- REQUESTS - us.abstracta.jmeter.javadsl.core.threadgroups.RpsThreadGroup.EventType
- RESET_CONNECTIONS_BETWEEN_ITERATIONS_PROP - Static variable in class us.abstracta.jmeter.javadsl.http.DslBaseHttpSampler
- resetConnectionsBetweenIterations() - Method in class us.abstracta.jmeter.javadsl.http.DslHttpDefaults
-
Specifies to reset (drop and recreate) connections on each thread group iteration.
- resetConnectionsBetweenIterations(boolean) - Method in class us.abstracta.jmeter.javadsl.http.DslHttpDefaults
-
Same as
DslHttpDefaults.resetConnectionsBetweenIterations()but allowing to enable or disable setting. - RESPONSE_BODY - us.abstracta.jmeter.javadsl.core.assertions.DslResponseAssertion.TargetField
-
Applies the assertion to the response body.
- RESPONSE_BODY - us.abstracta.jmeter.javadsl.core.postprocessors.DslBoundaryExtractor.TargetField
-
Applies the extractor to the plain string of the response body.
- RESPONSE_BODY - us.abstracta.jmeter.javadsl.core.postprocessors.DslRegexExtractor.TargetField
-
Applies the regular extractor to the plain string of the response body.
- RESPONSE_BODY_AS_DOCUMENT - us.abstracta.jmeter.javadsl.core.assertions.DslResponseAssertion.TargetField
-
Applies the assertion to the text obtained through Apache Tika from the response body (which might be a pdf, excel, etc.).
- RESPONSE_BODY_AS_DOCUMENT - us.abstracta.jmeter.javadsl.core.postprocessors.DslBoundaryExtractor.TargetField
-
Applies the extractor to the string representation obtained from parsing the response body with Apache Tika.
- RESPONSE_BODY_AS_DOCUMENT - us.abstracta.jmeter.javadsl.core.postprocessors.DslRegexExtractor.TargetField
-
Applies the regular extractor to the string representation obtained from parsing the response body with Apache Tika.
- RESPONSE_BODY_UNESCAPED - us.abstracta.jmeter.javadsl.core.postprocessors.DslBoundaryExtractor.TargetField
-
Applies the extractor to the response body replacing all HTML escape codes.
- RESPONSE_BODY_UNESCAPED - us.abstracta.jmeter.javadsl.core.postprocessors.DslRegexExtractor.TargetField
-
Applies the regular extractor to the response body replacing all HTML escape codes.
- RESPONSE_CODE - us.abstracta.jmeter.javadsl.core.assertions.DslResponseAssertion.TargetField
-
Applies the assertion to the response code (eg: the HTTP response code, like 200).
- RESPONSE_CODE - us.abstracta.jmeter.javadsl.core.postprocessors.DslBoundaryExtractor.TargetField
-
Applies the extractor to response code.
- RESPONSE_CODE - us.abstracta.jmeter.javadsl.core.postprocessors.DslRegexExtractor.TargetField
-
Applies the regular extractor to response code.
- RESPONSE_HEADERS - us.abstracta.jmeter.javadsl.core.assertions.DslResponseAssertion.TargetField
-
Applies the assertion to the set of response headers.
- RESPONSE_HEADERS - us.abstracta.jmeter.javadsl.core.postprocessors.DslBoundaryExtractor.TargetField
-
Applies the extractor to response headers.
- RESPONSE_HEADERS - us.abstracta.jmeter.javadsl.core.postprocessors.DslRegexExtractor.TargetField
-
Applies the regular extractor to response headers.
- RESPONSE_MESSAGE - us.abstracta.jmeter.javadsl.core.assertions.DslResponseAssertion.TargetField
-
Applies the assertion to the response message (eg: the HTTP response message, like OK).
- RESPONSE_MESSAGE - us.abstracta.jmeter.javadsl.core.postprocessors.DslBoundaryExtractor.TargetField
-
Applies the extractor to response message.
- RESPONSE_MESSAGE - us.abstracta.jmeter.javadsl.core.postprocessors.DslRegexExtractor.TargetField
-
Applies the regular extractor to response message.
- responseAssertion() - Static method in class us.abstracta.jmeter.javadsl.JmeterDsl
-
Builds a Response Assertion to be able to check that obtained sample result is the expected one.
- responseAssertion(String) - Static method in class us.abstracta.jmeter.javadsl.JmeterDsl
-
Same as
JmeterDsl.responseAssertion()but allowing to set a name on the assertion, which can be later used to identify assertion results and differentiate it from other assertions. - responseBody - Variable in class us.abstracta.jmeter.javadsl.core.samplers.DslDummySampler
- responseCode - Variable in class us.abstracta.jmeter.javadsl.core.samplers.DslDummySampler
- responseCode(String) - Method in class us.abstracta.jmeter.javadsl.core.samplers.DslDummySampler
-
Specifies the response code included in generated sample results.
- responseFileSaver(String) - Static method in class us.abstracta.jmeter.javadsl.JmeterDsl
-
Builds a Response File Saver to generate a file for each response of a sample.
- ResponseFileSaver - Class in us.abstracta.jmeter.javadsl.core.listeners
-
Generates one file for each response of a sample/request.
- ResponseFileSaver(String) - Constructor for class us.abstracta.jmeter.javadsl.core.listeners.ResponseFileSaver
- ResponseFileSaver.CodeBuilder - Class in us.abstracta.jmeter.javadsl.core.listeners
- responseMessage - Variable in class us.abstracta.jmeter.javadsl.core.samplers.DslDummySampler
- responseMessage(String) - Method in class us.abstracta.jmeter.javadsl.core.samplers.DslDummySampler
-
Specifies the response message included in generated sample results.
- responseTime - Variable in class us.abstracta.jmeter.javadsl.core.samplers.DslDummySampler
- responseTime(String) - Method in class us.abstracta.jmeter.javadsl.core.samplers.DslDummySampler
-
Same as
DslDummySampler.responseTime(Duration)but allowing to specify a JMeter expression for evaluation. - responseTime(Duration) - Method in class us.abstracta.jmeter.javadsl.core.samplers.DslDummySampler
-
Specifies the response time used in generated sample results.
- responseTimeout - Variable in class us.abstracta.jmeter.javadsl.http.DslBaseHttpSampler
- responseTimeout - Variable in class us.abstracta.jmeter.javadsl.http.DslHttpDefaults
- responseTimeout(Duration) - Method in class us.abstracta.jmeter.javadsl.http.DslBaseHttpSampler
-
Allows to set the maximum amount of time to wait for a response to an HTTP request.
- responseTimeout(Duration) - Method in class us.abstracta.jmeter.javadsl.http.DslHttpDefaults
-
Allows to set the maximum amount of time to wait for a response to an HTTP request.
- resultsLimit - Variable in class us.abstracta.jmeter.javadsl.core.listeners.DslViewResultsTree
- resultsLimit(int) - Method in class us.abstracta.jmeter.javadsl.core.listeners.DslViewResultsTree
-
Specifies the maximum number of sample results to show.
- resultsTreeVisualizer() - Static method in class us.abstracta.jmeter.javadsl.JmeterDsl
-
Builds a View Results Tree element to show live results in a pop-up window while the test runs.
- ret - Variable in class us.abstracta.jmeter.javadsl.core.listeners.AutoStopListener.BaseAutoStopConditionBuilder
- RFC2109 - us.abstracta.jmeter.javadsl.http.DslCookieManager.CookiePolicy
-
Compliant with RFC 2109.
- RFC2965 - us.abstracta.jmeter.javadsl.http.DslCookieManager.CookiePolicy
-
Compliant with RFC 2965.
- rightBoundary - Variable in class us.abstracta.jmeter.javadsl.core.postprocessors.DslBoundaryExtractor
- rpsThreadGroup() - Static method in class us.abstracta.jmeter.javadsl.JmeterDsl
-
Builds a thread group that dynamically adapts thread count and pauses to match a given RPS.
- rpsThreadGroup(String) - Static method in class us.abstracta.jmeter.javadsl.JmeterDsl
-
Same as
JmeterDsl.rpsThreadGroup()but allowing to set a name on the thread group. - RpsThreadGroup - Class in us.abstracta.jmeter.javadsl.core.threadgroups
-
Configures a thread group which dynamically adapts the number of threads and pauses to match a given rps.
- RpsThreadGroup(String) - Constructor for class us.abstracta.jmeter.javadsl.core.threadgroups.RpsThreadGroup
- RpsThreadGroup.ContractComplyingConcurrencyThreadGroup - Class in us.abstracta.jmeter.javadsl.core.threadgroups
-
This implementation of ConcurrencyThreadGroup complies with
AbstractThreadGroupcontract, and the original doesn't. - RpsThreadGroup.EventType - Enum in us.abstracta.jmeter.javadsl.core.threadgroups
- RpsThreadGroup.NonInterruptingVariableThroughputTimer - Class in us.abstracta.jmeter.javadsl.core.threadgroups
-
Always stops thread group gracefully, avoiding potential exceptions generated by
VariableThroughputTimerwhen stopping a test, due to thread interruptions. - RpsThreadGroup.TimerSchedule - Class in us.abstracta.jmeter.javadsl.core.threadgroups
- run() - Method in class us.abstracta.jmeter.javadsl.core.DslTestPlan
-
Uses
EmbeddedJmeterEngineto run the test plan. - run() - Method in class us.abstracta.jmeter.javadsl.core.engines.EmbeddedJmeterEngine.TestRunner
- run(P) - Method in interface us.abstracta.jmeter.javadsl.core.util.DslScript
- run(DslTestPlan) - Method in interface us.abstracta.jmeter.javadsl.core.DslJmeterEngine
-
Runs the given test plan obtaining the execution metrics.
- run(DslTestPlan) - Method in class us.abstracta.jmeter.javadsl.core.engines.DistributedJmeterEngine
- run(DslTestPlan) - Method in class us.abstracta.jmeter.javadsl.core.engines.EmbeddedJmeterEngine
- run(V) - Method in class us.abstracta.jmeter.javadsl.core.testelements.DslJsr223TestElement.Jsr223DslLambdaTestElement
- run(V) - Method in interface us.abstracta.jmeter.javadsl.core.testelements.DslJsr223TestElement.Jsr223Script
- runIn(DslJmeterEngine) - Method in class us.abstracta.jmeter.javadsl.core.DslTestPlan
-
Allows to run the test plan in a given engine.
- runInEnv(DslTestPlan, JmeterEnvironment) - Method in class us.abstracta.jmeter.javadsl.core.engines.EmbeddedJmeterEngine
- runScript(V) - Method in interface us.abstracta.jmeter.javadsl.core.testelements.DslJsr223TestElement.Jsr223Script
- runTest() - Method in class us.abstracta.jmeter.javadsl.core.engines.EmbeddedJmeterEngine.TestRunner
- runtimeController(String, BaseThreadGroup.ThreadGroupChild...) - Static method in class us.abstracta.jmeter.javadsl.JmeterDsl
-
Same as
JmeterDsl.runtimeController(Duration, ThreadGroupChild...)but allowing to use JMeter expressions for the duration. - runtimeController(Duration, BaseThreadGroup.ThreadGroupChild...) - Static method in class us.abstracta.jmeter.javadsl.JmeterDsl
-
Builds a Runtime Controller that stops executing child elements when a period of time expires.
S
- sample(Entry) - Method in class us.abstracta.jmeter.javadsl.java.DslJsr223Sampler.DslLambdaSampler
- SAMPLE_TIME - us.abstracta.jmeter.javadsl.core.listeners.autostop.AutoStopMetric
- sampleErrorAction - Variable in class us.abstracta.jmeter.javadsl.core.threadgroups.BaseThreadGroup
- sampleErrorAction(BaseThreadGroup.SampleErrorAction) - Method in class us.abstracta.jmeter.javadsl.core.threadgroups.BaseThreadGroup
-
Specifies what action to be taken when a sample error is detected.
- sampleOccurred(SampleEvent) - Method in class us.abstracta.jmeter.javadsl.core.listeners.autostop.AutoStopTestBean
- sampler - Variable in class us.abstracta.jmeter.javadsl.core.util.DslScript.DslScriptVars
- sampleResult - Variable in class us.abstracta.jmeter.javadsl.java.DslJsr223Sampler.SamplerVars
- samplerProperties() - Method in class us.abstracta.jmeter.javadsl.core.postprocessors.DslDebugPostProcessor
-
Specifies to include parent sampler properties (parameters of the sampler) in sub sample response body.
- samplerProperties(boolean) - Method in class us.abstracta.jmeter.javadsl.core.postprocessors.DslDebugPostProcessor
-
Specifies if parent sampler properties (parameters of the sampler) should or not be included in sub sample response body.
- samplersRegex - Variable in class us.abstracta.jmeter.javadsl.core.listeners.InfluxDbBackendListener
- samplersRegex(String) - Method in class us.abstracta.jmeter.javadsl.core.listeners.InfluxDbBackendListener
-
Allows specifying a regular expression used to filter collected metrics.
- SamplerVars(TestElement, SampleResult) - Constructor for class us.abstracta.jmeter.javadsl.java.DslJsr223Sampler.SamplerVars
- samples() - Method in class us.abstracta.jmeter.javadsl.core.engines.EmbeddedStatsSummary
- samples() - Static method in class us.abstracta.jmeter.javadsl.core.listeners.AutoStopListener.AutoStopCondition
-
Specifies to create a condition that evaluates the number of samples.
- samples() - Method in class us.abstracta.jmeter.javadsl.core.listeners.AutoStopListener.AutoStopConditionBuilder
- samples() - Method in interface us.abstracta.jmeter.javadsl.core.stats.StatsSummary
-
Gets metrics for number of samples
- SAMPLES - us.abstracta.jmeter.javadsl.core.listeners.autostop.AutoStopMetric
- samplesCount() - Method in interface us.abstracta.jmeter.javadsl.core.stats.StatsSummary
-
Gets the total number of samples.
- samplesMatching(String) - Static method in class us.abstracta.jmeter.javadsl.core.listeners.AutoStopListener.AutoStopCondition
-
Specifies a regular expression used to filter samples for which the condition will be evaluated.
- samplesMatching(String) - Method in class us.abstracta.jmeter.javadsl.core.listeners.AutoStopListener.AutoStopConditionBuilder
- samplesMatching(String) - Method in class us.abstracta.jmeter.javadsl.core.listeners.AutoStopListener
-
Specifies a regular expression used to filter samples for which specified conditions will be evaluated.
- sampleStarted(SampleEvent) - Method in class us.abstracta.jmeter.javadsl.core.listeners.autostop.AutoStopTestBean
- sampleStopped(SampleEvent) - Method in class us.abstracta.jmeter.javadsl.core.listeners.autostop.AutoStopTestBean
- sampleTime() - Method in class us.abstracta.jmeter.javadsl.core.engines.EmbeddedStatsSummary
- sampleTime() - Static method in class us.abstracta.jmeter.javadsl.core.listeners.AutoStopListener.AutoStopCondition
-
Specifies to create a condition that evaluates sample time (time between last request byte is sent to service under test and last response byte is received).
- sampleTime() - Method in class us.abstracta.jmeter.javadsl.core.listeners.AutoStopListener.AutoStopConditionBuilder
- sampleTime() - Method in interface us.abstracta.jmeter.javadsl.core.stats.StatsSummary
-
Gets metrics for time spent in samples.
- sampleTimePercentile99() - Method in interface us.abstracta.jmeter.javadsl.core.stats.StatsSummary
-
Gets the 99 percentile of samples times.
- sampleVariables - Variable in class us.abstracta.jmeter.javadsl.core.listeners.JtlWriter
- satisfied - Variable in class us.abstracta.jmeter.javadsl.core.listeners.HtmlReporter.ApdexThresholds
- saveActiveThreadCounts - Variable in class us.abstracta.jmeter.javadsl.core.listeners.JtlWriter
- saveAsJmx(String) - Method in class us.abstracta.jmeter.javadsl.core.DslTestPlan
-
Saves the given test plan as JMX, which allows it to be loaded in JMeter GUI.
- saveAssertionFailureMessage - Variable in class us.abstracta.jmeter.javadsl.core.listeners.JtlWriter
- saveAssertionResults - Variable in class us.abstracta.jmeter.javadsl.core.listeners.JtlWriter
- saveAsXml - Variable in class us.abstracta.jmeter.javadsl.core.listeners.JtlWriter
- saveAsXml(boolean) - Method in class us.abstracta.jmeter.javadsl.core.listeners.JtlWriter
-
Allows specifying to use XML or CSV format for saving JTL.
- saveConnectTime - Variable in class us.abstracta.jmeter.javadsl.core.listeners.JtlWriter
- saveDataType - Variable in class us.abstracta.jmeter.javadsl.core.listeners.JtlWriter
- saveElapsedTime - Variable in class us.abstracta.jmeter.javadsl.core.listeners.JtlWriter
- saveEncoding - Variable in class us.abstracta.jmeter.javadsl.core.listeners.JtlWriter
- saveFieldNames - Variable in class us.abstracta.jmeter.javadsl.core.listeners.JtlWriter
- saveHostname - Variable in class us.abstracta.jmeter.javadsl.core.listeners.JtlWriter
- saveIdleTime - Variable in class us.abstracta.jmeter.javadsl.core.listeners.JtlWriter
- saveLabel - Variable in class us.abstracta.jmeter.javadsl.core.listeners.JtlWriter
- saveLatency - Variable in class us.abstracta.jmeter.javadsl.core.listeners.JtlWriter
- saveReceivedByteCount - Variable in class us.abstracta.jmeter.javadsl.core.listeners.JtlWriter
- saveRequestHeaders - Variable in class us.abstracta.jmeter.javadsl.core.listeners.JtlWriter
- saveResponseCode - Variable in class us.abstracta.jmeter.javadsl.core.listeners.JtlWriter
- saveResponseData - Variable in class us.abstracta.jmeter.javadsl.core.listeners.JtlWriter
- saveResponseFilename - Variable in class us.abstracta.jmeter.javadsl.core.listeners.JtlWriter
- saveResponseHeaders - Variable in class us.abstracta.jmeter.javadsl.core.listeners.JtlWriter
- saveResponseMessage - Variable in class us.abstracta.jmeter.javadsl.core.listeners.JtlWriter
- saveSampleAndErrorCounts - Variable in class us.abstracta.jmeter.javadsl.core.listeners.JtlWriter
- saveSamplerData - Variable in class us.abstracta.jmeter.javadsl.core.listeners.JtlWriter
- saveSentByteCount - Variable in class us.abstracta.jmeter.javadsl.core.listeners.JtlWriter
- saveSubResults - Variable in class us.abstracta.jmeter.javadsl.core.listeners.JtlWriter
- saveSuccess - Variable in class us.abstracta.jmeter.javadsl.core.listeners.JtlWriter
- saveThreadName - Variable in class us.abstracta.jmeter.javadsl.core.listeners.JtlWriter
- saveTimeStamp - Variable in class us.abstracta.jmeter.javadsl.core.listeners.JtlWriter
- saveTree(HashTree, FileOutputStream) - Method in class us.abstracta.jmeter.javadsl.core.engines.JmeterEnvironment
- saveUrl - Variable in class us.abstracta.jmeter.javadsl.core.listeners.JtlWriter
- schedules - Variable in class us.abstracta.jmeter.javadsl.core.threadgroups.RpsThreadGroup
- SCHEME_DELIMITER - Static variable in class us.abstracta.jmeter.javadsl.http.JmeterUrl
- scope - Variable in class us.abstracta.jmeter.javadsl.core.testelements.DslScopedTestElement
- scope(DslScopedTestElement.Scope) - Method in class us.abstracta.jmeter.javadsl.core.testelements.DslScopedTestElement
-
Allows specifying if the element should be applied to main sample and/or sub samples.
- ScopedTestElementCallBuilder(Class<T>, List<Method>) - Constructor for class us.abstracta.jmeter.javadsl.core.testelements.DslScopedTestElement.ScopedTestElementCallBuilder
- ScopedTestElementCallBuilder(String, Class<T>, List<Method>) - Constructor for class us.abstracta.jmeter.javadsl.core.testelements.DslScopedTestElement.ScopedTestElementCallBuilder
- scopeVariable - Variable in class us.abstracta.jmeter.javadsl.core.testelements.DslScopedTestElement
- scopeVariable(String) - Method in class us.abstracta.jmeter.javadsl.core.testelements.DslScopedTestElement
-
Allows specifying that the element should be applied to the contents of a given JMeter variable.
- script - Variable in class us.abstracta.jmeter.javadsl.core.testelements.DslJsr223TestElement
- script - Variable in class us.abstracta.jmeter.javadsl.core.util.PropertyScriptBuilder
- scriptClass - Variable in class us.abstracta.jmeter.javadsl.core.testelements.DslJsr223TestElement
- scriptClass - Variable in class us.abstracta.jmeter.javadsl.core.util.PropertyScriptBuilder
- scriptString - Variable in class us.abstracta.jmeter.javadsl.core.testelements.DslJsr223TestElement
- scriptString - Variable in class us.abstracta.jmeter.javadsl.core.util.PropertyScriptBuilder
- seconds - Variable in class us.abstracta.jmeter.javadsl.core.controllers.DslRuntimeController
- SENT_BYTES - us.abstracta.jmeter.javadsl.core.listeners.autostop.AutoStopMetric
- sentBytes() - Method in class us.abstracta.jmeter.javadsl.core.engines.EmbeddedStatsSummary
- sentBytes() - Static method in class us.abstracta.jmeter.javadsl.core.listeners.AutoStopListener.AutoStopCondition
-
Specifies to create a condition that evaluates the number bytes sent (request bytes) to the service under test.
- sentBytes() - Method in class us.abstracta.jmeter.javadsl.core.listeners.AutoStopListener.AutoStopConditionBuilder
- sentBytes() - Method in interface us.abstracta.jmeter.javadsl.core.stats.StatsSummary
-
Gets metrics for sent bytes in samples requests.
- sequentialThreadGroups() - Method in class us.abstracta.jmeter.javadsl.core.DslTestPlan
-
Specifies to run thread groups one after the other, instead of running them in parallel.
- sequentialThreadGroups(boolean) - Method in class us.abstracta.jmeter.javadsl.core.DslTestPlan
-
Specifies to run thread groups one after the other, instead of running them in parallel.
- serializeThreadGroups - Variable in class us.abstracta.jmeter.javadsl.core.DslTestPlan
- set(String, String) - Method in class us.abstracta.jmeter.javadsl.core.configs.DslVariables
-
Allows setting a JMeter thread variable.
- setAggregation(String) - Method in class us.abstracta.jmeter.javadsl.core.listeners.autostop.AutoStopConditionElement
- setAggregationResetPeriodSeconds(long) - Method in class us.abstracta.jmeter.javadsl.core.listeners.autostop.AutoStopConditionElement
- setBuilderOption(String, Object) - Method in class us.abstracta.jmeter.javadsl.codegeneration.DslCodeGenerator
- setClock(Clock) - Method in class us.abstracta.jmeter.javadsl.core.listeners.autostop.AutoStopTestBean
- setCommented(boolean) - Method in class us.abstracta.jmeter.javadsl.codegeneration.MethodCall
-
Marks or un-marks this method call as to be commented out.
- setComparison(String) - Method in class us.abstracta.jmeter.javadsl.core.listeners.autostop.AutoStopConditionElement
- setConditions(List<AutoStopConditionElement>) - Method in class us.abstracta.jmeter.javadsl.core.listeners.autostop.AutoStopTestBean
- setEnd(Instant) - Method in class us.abstracta.jmeter.javadsl.core.TestPlanStats
- setEntry(Object, Object) - Method in class us.abstracta.jmeter.javadsl.codegeneration.MethodCallContext
-
Allows to store a value associated to a given key in the context.
- setEntry(String, Object) - Method in class us.abstracta.jmeter.javadsl.core.BuildTreeContext
- setHoldsForSeconds(long) - Method in class us.abstracta.jmeter.javadsl.core.listeners.autostop.AutoStopConditionElement
- setMetric(String) - Method in class us.abstracta.jmeter.javadsl.core.listeners.autostop.AutoStopConditionElement
- setPercentile(double) - Method in class us.abstracta.jmeter.javadsl.core.listeners.autostop.AutoStopConditionElement
- setRegex(String) - Method in class us.abstracta.jmeter.javadsl.core.listeners.autostop.AutoStopConditionElement
- setRegex(String) - Method in class us.abstracta.jmeter.javadsl.core.listeners.autostop.AutoStopTestBean
- setScopeTo(AbstractScopedTestElement) - Method in class us.abstracta.jmeter.javadsl.core.testelements.DslScopedTestElement
- setScriptId(String) - Method in class us.abstracta.jmeter.javadsl.core.testelements.DslJsr223TestElement.Jsr223DslLambdaTestElement
- setStart(Instant) - Method in class us.abstracta.jmeter.javadsl.core.TestPlanStats
- setTestStopper(TestStopper) - Method in class us.abstracta.jmeter.javadsl.core.BuildTreeContext
- setTestStopper(TestStopper) - Method in class us.abstracta.jmeter.javadsl.core.listeners.autostop.AutoStopTestBean
- setupThreadGroup() - Static method in class us.abstracta.jmeter.javadsl.JmeterDsl
-
Builds a setup thread group which allows tuning settings before setting its children.
- setupThreadGroup(String) - Static method in class us.abstracta.jmeter.javadsl.JmeterDsl
-
Same as
JmeterDsl.setupThreadGroup()but allowing to set a name on the thread group. - setupThreadGroup(String, BaseThreadGroup.ThreadGroupChild...) - Static method in class us.abstracta.jmeter.javadsl.JmeterDsl
-
Same as
JmeterDsl.setupThreadGroup(ThreadGroupChild...)but allowing to set a name on the thread group. - setupThreadGroup(BaseThreadGroup.ThreadGroupChild...) - Static method in class us.abstracta.jmeter.javadsl.JmeterDsl
-
Builds a thread group that allows running logic before other thread groups.
- setValue(Object) - Method in class us.abstracta.jmeter.javadsl.core.listeners.autostop.AutoStopConditionElement
- sharedIn(DslCsvDataSet.Sharing) - Method in class us.abstracta.jmeter.javadsl.core.configs.DslCsvDataSet
-
Allows changing the way CSV file is consumed (shared) by threads.
- showAndWaitFrameWith(Component, String, int, int) - Method in class us.abstracta.jmeter.javadsl.core.testelements.BaseTestElement
- showFrameWith(Component, String, int, int, Runnable) - Method in class us.abstracta.jmeter.javadsl.core.testelements.BaseTestElement
- showInGui() - Method in interface us.abstracta.jmeter.javadsl.core.DslTestElement
-
Shows the test element in it's defined GUI in a popup window.
- showInGui() - Method in class us.abstracta.jmeter.javadsl.core.DslTestPlan
- showInGui() - Method in class us.abstracta.jmeter.javadsl.core.testelements.BaseTestElement
- showTestElementGui(Component, Runnable) - Method in class us.abstracta.jmeter.javadsl.core.testelements.BaseTestElement
- showTimeline() - Method in class us.abstracta.jmeter.javadsl.core.DslTestPlan
-
For each thread group shows a graph with a timeline of planned load (threads or rps) to be generated.
- showTimeline() - Method in class us.abstracta.jmeter.javadsl.core.threadgroups.DslDefaultThreadGroup
-
Shows a graph with a timeline of planned threads count execution for this test plan.
- showTimeline() - Method in class us.abstracta.jmeter.javadsl.core.threadgroups.RpsThreadGroup
-
Shows a graph with a timeline of planned rps count execution for this test plan.
- SimpleAggregator<T extends Comparable<?>> - Class in us.abstracta.jmeter.javadsl.core.listeners.autostop.aggregators
- SimpleAggregator(BiFunction<T, Long, T>) - Constructor for class us.abstracta.jmeter.javadsl.core.listeners.autostop.aggregators.SimpleAggregator
- simpleController(String, BaseThreadGroup.ThreadGroupChild...) - Static method in class us.abstracta.jmeter.javadsl.JmeterDsl
-
Same as
JmeterDsl.simpleController(ThreadGroupChild...)but allowing to set a name. - simpleController(BaseThreadGroup.ThreadGroupChild...) - Static method in class us.abstracta.jmeter.javadsl.JmeterDsl
-
Builds a new simple controller with the given name.
- SimpleThreadGroupCodeBuilder(Class<T>, String, List<Method>) - Constructor for class us.abstracta.jmeter.javadsl.core.threadgroups.DslSimpleThreadGroup.SimpleThreadGroupCodeBuilder
- SimpleThreadGroupHelper - Class in us.abstracta.jmeter.javadsl.core.threadgroups.defaultthreadgroup
- SimpleThreadGroupHelper(List<Stage>) - Constructor for class us.abstracta.jmeter.javadsl.core.threadgroups.defaultthreadgroup.SimpleThreadGroupHelper
- SimpleThreadGroupHelper.CodeBuilder - Class in us.abstracta.jmeter.javadsl.core.threadgroups.defaultthreadgroup
- simulateResponseTime - Variable in class us.abstracta.jmeter.javadsl.core.samplers.DslDummySampler
- simulateResponseTime(boolean) - Method in class us.abstracta.jmeter.javadsl.core.samplers.DslDummySampler
-
Specifies if used response time should be simulated (the sample will sleep for the given duration) or not.
- SingleGuiClassCallBuilder - Class in us.abstracta.jmeter.javadsl.codegeneration
-
Abstracts common logic for usual scenario where MethodCallBuilders apply to test elements associated to certain JMeter Gui component.
- SingleGuiClassCallBuilder(Class<? extends JMeterGUIComponent>, List<Method>) - Constructor for class us.abstracta.jmeter.javadsl.codegeneration.SingleGuiClassCallBuilder
- SingleSeriesTimelinePanel - Class in us.abstracta.jmeter.javadsl.core.util
-
Simplifies the creation of
GraphPanelChartwhich only contain one time series. - SingleSeriesTimelinePanel(String) - Constructor for class us.abstracta.jmeter.javadsl.core.util.SingleSeriesTimelinePanel
- SingleTestElementCallBuilder<T extends org.apache.jmeter.testelement.TestElement> - Class in us.abstracta.jmeter.javadsl.codegeneration
-
Abstracts common logic for usual scenario where MethodCallBuilders apply to only one type of JMeter test element.
- SingleTestElementCallBuilder(Class<T>, List<Method>) - Constructor for class us.abstracta.jmeter.javadsl.codegeneration.SingleTestElementCallBuilder
- solve() - Method in class us.abstracta.jmeter.javadsl.codegeneration.TestClassTemplate
- solve() - Method in class us.abstracta.jmeter.javadsl.core.util.StringTemplate
- spareThreads - Variable in class us.abstracta.jmeter.javadsl.core.threadgroups.RpsThreadGroup
- spareThreads(double) - Method in class us.abstracta.jmeter.javadsl.core.threadgroups.RpsThreadGroup
-
Specifies the number of spare (not used) threads to keep in the thread group.
- Stage - Class in us.abstracta.jmeter.javadsl.core.threadgroups.defaultthreadgroup
-
Represents a stage in thread profiling (ramp up or down, hold duration or iterations).
- Stage(Object, Object, Object) - Constructor for class us.abstracta.jmeter.javadsl.core.threadgroups.defaultthreadgroup.Stage
- stages - Variable in class us.abstracta.jmeter.javadsl.core.threadgroups.DslDefaultThreadGroup
- STANDARD - us.abstracta.jmeter.javadsl.http.DslCookieManager.CookiePolicy
-
Compliant with RFC 6265 using a relaxed interpretation of HTTP state management.
- STANDARD_STRICT - us.abstracta.jmeter.javadsl.http.DslCookieManager.CookiePolicy
-
Compliant with RFC 6265 using strict adherence to state management of RFC 6265 section 4.
- start() - Method in class us.abstracta.jmeter.javadsl.core.listeners.autostop.AutoStopConditionElement
- START_NEXT_ITERATION - us.abstracta.jmeter.javadsl.core.threadgroups.BaseThreadGroup.SampleErrorAction
-
Does not execute following elements in current iteration and jumps to a new iteration.
- startingValue(long) - Method in class us.abstracta.jmeter.javadsl.core.configs.DslCounter
-
Allows specifying the starting value of the counter.
- startingValue(String) - Method in class us.abstracta.jmeter.javadsl.core.configs.DslCounter
-
Same as
DslCounter.startingValue(long)but allowing to use JMeter expressions for starting value. - staticImports(Set<String>) - Method in class us.abstracta.jmeter.javadsl.codegeneration.TestClassTemplate
- StatsSummary - Interface in us.abstracta.jmeter.javadsl.core.stats
-
Contains summary statistics of a group of collected sample results.
- statsSummaryBuilder - Variable in class us.abstracta.jmeter.javadsl.core.TestPlanStats
- stop() - Method in class us.abstracta.jmeter.javadsl.core.engines.EmbeddedJmeterEngine.TestRunner
- stop() - Method in class us.abstracta.jmeter.javadsl.core.threadgroups.RpsThreadGroup.ContractComplyingConcurrencyThreadGroup
- stop(String) - Method in class us.abstracta.jmeter.javadsl.core.engines.BaseTestStopper
- stop(String) - Method in interface us.abstracta.jmeter.javadsl.core.engines.TestStopper
- STOP_TEST - us.abstracta.jmeter.javadsl.core.threadgroups.BaseThreadGroup.SampleErrorAction
-
Stops the test plan, with all associated threads, when all current samples end.
- STOP_TEST_NOW - us.abstracta.jmeter.javadsl.core.threadgroups.BaseThreadGroup.SampleErrorAction
-
Stops the test plan abruptly, with all associated threads, interrupting current samples.
- STOP_THREAD - us.abstracta.jmeter.javadsl.core.threadgroups.BaseThreadGroup.SampleErrorAction
-
Stops the thread, not executing any further children elements or iterations.
- stopEnginesOnTestEnd() - Method in class us.abstracta.jmeter.javadsl.core.engines.DistributedJmeterEngine
-
Specifies to stop remote engines once a test is run and finished.
- stopEnginesOnTestEnd(boolean) - Method in class us.abstracta.jmeter.javadsl.core.engines.DistributedJmeterEngine
-
Same as
DistributedJmeterEngine.stopEnginesOnTestEnd()but allowing to enable or disable it. - stopMessage - Variable in class us.abstracta.jmeter.javadsl.core.engines.BaseTestStopper
- stopTest() - Method in class us.abstracta.jmeter.javadsl.core.threadgroups.RpsThreadGroup.NonInterruptingVariableThroughputTimer
- stopTestExecution() - Method in class us.abstracta.jmeter.javadsl.core.engines.BaseTestStopper
- stopTestExecution() - Method in class us.abstracta.jmeter.javadsl.core.engines.EmbeddedJmeterEngine.EmbeddedJMeterEngineStopper
- stopThreadOnEOF() - Method in class us.abstracta.jmeter.javadsl.core.configs.DslCsvDataSet
-
Specifies to stop threads when end of given CSV file is reached.
- stopThreadOnEOF(boolean) - Method in class us.abstracta.jmeter.javadsl.core.configs.DslCsvDataSet
-
Same as
DslCsvDataSet.stopThreadOnEOF()but allowing to enable or disable it. - StringArrayParam - Class in us.abstracta.jmeter.javadsl.codegeneration.params
- StringArrayParam(String) - Constructor for class us.abstracta.jmeter.javadsl.codegeneration.params.StringArrayParam
- stringParam(String) - Method in class us.abstracta.jmeter.javadsl.codegeneration.TestElementParamBuilder
-
Same as
TestElementParamBuilder.stringParam(String, String)but with no default value. - stringParam(String, String) - Method in class us.abstracta.jmeter.javadsl.codegeneration.TestElementParamBuilder
-
Gets a MethodParam for a string test element property.
- StringParam - Class in us.abstracta.jmeter.javadsl.codegeneration.params
-
Is a parameter with a string value.
- StringParam(String) - Constructor for class us.abstracta.jmeter.javadsl.codegeneration.params.StringParam
- StringParam(String, String) - Constructor for class us.abstracta.jmeter.javadsl.codegeneration.params.StringParam
- StringsCollectionParam(CollectionProperty) - Constructor for class us.abstracta.jmeter.javadsl.core.assertions.DslResponseAssertion.CodeBuilder.StringsCollectionParam
- StringTemplate - Class in us.abstracta.jmeter.javadsl.core.util
-
String template engine allowing easy string regex matching and usual template engine resolution.
- StringTemplate(String) - Constructor for class us.abstracta.jmeter.javadsl.core.util.StringTemplate
- SUB_SAMPLES - us.abstracta.jmeter.javadsl.core.testelements.DslScopedTestElement.Scope
-
Applies the regular extractor only to sub samples (redirects, embedded resources, etc.).
- SUBSTRING - us.abstracta.jmeter.javadsl.core.assertions.DslResponseAssertion.TestStringStrategy
- SUCCESS - us.abstracta.jmeter.javadsl.core.listeners.JtlWriter.SampleStatus
- successful - Variable in class us.abstracta.jmeter.javadsl.core.samplers.DslDummySampler
- successful(boolean) - Method in class us.abstracta.jmeter.javadsl.core.samplers.DslDummySampler
-
Allows generating successful or unsuccessful sample results for this sampler.
- synchronizingTimer() - Static method in class us.abstracta.jmeter.javadsl.JmeterDsl
-
Builds a Synchronizing Timer that allows synchronizing samples to be sent all at once.
- systemProperties() - Method in class us.abstracta.jmeter.javadsl.core.postprocessors.DslDebugPostProcessor
-
Specifies to include system properties (JVM parameters and properties) in sub sample response body.
- systemProperties(boolean) - Method in class us.abstracta.jmeter.javadsl.core.postprocessors.DslDebugPostProcessor
-
Specifies if system properties (JVM parameters and properties) should or not be included in sub sample response body.
T
- tag(String, String) - Method in class us.abstracta.jmeter.javadsl.core.listeners.InfluxDbBackendListener
-
Allows adding tags to be included with every measurement sent to InfluxDB.
- tags - Variable in class us.abstracta.jmeter.javadsl.core.listeners.InfluxDbBackendListener
- tearDownOnlyAfterMainThreadsDone - Variable in class us.abstracta.jmeter.javadsl.core.DslTestPlan
- tearDownOnlyAfterMainThreadsDone() - Method in class us.abstracta.jmeter.javadsl.core.DslTestPlan
-
Allows running tear down thread groups only after main thread groups ends cleanly (due to iterations or time limit).
- tearDownOnlyAfterMainThreadsDone(boolean) - Method in class us.abstracta.jmeter.javadsl.core.DslTestPlan
-
Allows running tear down thread groups only after main thread groups ends cleanly (due to iterations or time limit).
- teardownThreadGroup() - Static method in class us.abstracta.jmeter.javadsl.JmeterDsl
-
Builds a teardown thread group which allows tuning settings before setting its children.
- teardownThreadGroup(String) - Static method in class us.abstracta.jmeter.javadsl.JmeterDsl
-
Same as
JmeterDsl.teardownThreadGroup()but allowing to set a name on the thread group. - teardownThreadGroup(String, BaseThreadGroup.ThreadGroupChild...) - Static method in class us.abstracta.jmeter.javadsl.JmeterDsl
-
Same as
JmeterDsl.teardownThreadGroup(ThreadGroupChild...)but allowing to set a name on the thread group. - teardownThreadGroup(BaseThreadGroup.ThreadGroupChild...) - Static method in class us.abstracta.jmeter.javadsl.JmeterDsl
-
Builds a thread group that allows running logic after other thread groups.
- tellThreadsToStop() - Method in class us.abstracta.jmeter.javadsl.core.threadgroups.RpsThreadGroup.ContractComplyingConcurrencyThreadGroup
- template - Variable in class us.abstracta.jmeter.javadsl.core.postprocessors.DslRegexExtractor
- template(String) - Method in class us.abstracta.jmeter.javadsl.core.postprocessors.DslRegexExtractor
-
Specifies the final string to store in the JMeter Variable.
- TestClassTemplate - Class in us.abstracta.jmeter.javadsl.codegeneration
-
Handles resolution of junit 5 test class code generation.
- TestClassTemplate() - Constructor for class us.abstracta.jmeter.javadsl.codegeneration.TestClassTemplate
- testElementClass - Variable in class us.abstracta.jmeter.javadsl.codegeneration.SingleTestElementCallBuilder
- TestElementContainer<T extends TestElementContainer<T,C>,C extends DslTestElement> - Class in us.abstracta.jmeter.javadsl.core.testelements
-
Abstracts logic for
DslTestElementthat can nest other test elements. - TestElementContainer(String, Class<? extends JMeterGUIComponent>, List<C>) - Constructor for class us.abstracta.jmeter.javadsl.core.testelements.TestElementContainer
- TestElementParamBuilder - Class in us.abstracta.jmeter.javadsl.codegeneration
-
Is a wrapper class for
TestElementfor easy creation ofMethodParaminstances. - TestElementParamBuilder(TestElement) - Constructor for class us.abstracta.jmeter.javadsl.codegeneration.TestElementParamBuilder
-
Creates an instance for a given
TestElement. - TestElementParamBuilder(TestElement, String) - Constructor for class us.abstracta.jmeter.javadsl.codegeneration.TestElementParamBuilder
-
Same as
TestElementParamBuilder(TestElement)but allowing to define a common properties prefix for the test element. - testEnded() - Method in class us.abstracta.jmeter.javadsl.core.listeners.autostop.AutoStopTestBean
- testEnded(String) - Method in class us.abstracta.jmeter.javadsl.core.listeners.autostop.AutoStopTestBean
- testEnded(String) - Method in class us.abstracta.jmeter.javadsl.core.listeners.HtmlReporter.AutoFlushingResultCollector
- testIterationStart(LoopIterationEvent) - Method in class us.abstracta.jmeter.javadsl.core.testelements.DslJsr223TestElement.Jsr223DslLambdaTestElement
- testPlan(String) - Method in class us.abstracta.jmeter.javadsl.codegeneration.TestClassTemplate
- testPlan(DslTestPlan.TestPlanChild...) - Static method in class us.abstracta.jmeter.javadsl.JmeterDsl
-
Builds a new test plan.
- TestPlanStats - Class in us.abstracta.jmeter.javadsl.core
-
Contains all statistics collected during the execution of a test plan.
- TestPlanStats(Supplier<StatsSummary>) - Constructor for class us.abstracta.jmeter.javadsl.core.TestPlanStats
- testResource(String) - Static method in class us.abstracta.jmeter.javadsl.JmeterDsl
-
Allows easy usage of test resources like the ones in
src/test/resourcein maven projects. - TestResource - Class in us.abstracta.jmeter.javadsl.util
-
Eases usage of test resources files (e.g.: files in
src/test/resources). - TestResource(String) - Constructor for class us.abstracta.jmeter.javadsl.util.TestResource
- TestRunner() - Constructor for class us.abstracta.jmeter.javadsl.core.engines.EmbeddedJmeterEngine.TestRunner
- testStarted() - Method in class us.abstracta.jmeter.javadsl.core.listeners.autostop.AutoStopTestBean
- testStarted(String) - Method in class us.abstracta.jmeter.javadsl.core.listeners.autostop.AutoStopTestBean
- testStopper - Variable in class us.abstracta.jmeter.javadsl.core.listeners.AutoStopListener
- TestStopper - Interface in us.abstracta.jmeter.javadsl.core.engines
-
Allows to stop a test plan execution with a given message.
- testStrategy - Variable in class us.abstracta.jmeter.javadsl.core.assertions.DslResponseAssertion
- testStrings - Variable in class us.abstracta.jmeter.javadsl.core.assertions.DslResponseAssertion
- THREAD - us.abstracta.jmeter.javadsl.core.configs.DslCsvDataSet.Sharing
-
CSV file consumption is isolated per thread.
- THREAD_GROUP - us.abstracta.jmeter.javadsl.core.configs.DslCsvDataSet.Sharing
-
CSV file consumption is only shared within thread groups.
- THREAD_GROUP_ACCURATE - us.abstracta.jmeter.javadsl.core.timers.DslThroughputTimer.ThroughputMode
-
The configured throughput is controlled checking the last time each active thread, in the thread group, executed.
- THREAD_GROUP_EVEN - us.abstracta.jmeter.javadsl.core.timers.DslThroughputTimer.ThroughputMode
-
The configured throughput will be divided among active threads of the current thread group (ignoring other thread groups) and each thread will control that part of the throughput regardless if other threads in the same thread group were far from expected throughput.
- threadCount - Variable in class us.abstracta.jmeter.javadsl.core.threadgroups.DslSimpleThreadGroup
- threadCount() - Method in class us.abstracta.jmeter.javadsl.core.threadgroups.defaultthreadgroup.Stage
- threadCount(int) - Method in class us.abstracta.jmeter.javadsl.core.threadgroups.DslSimpleThreadGroup
-
Allows specifying the number of threads to run in parallel iterations of provided tasks.
- threadFinished() - Method in class us.abstracta.jmeter.javadsl.core.testelements.DslJsr223TestElement.Jsr223DslLambdaTestElement
- threadGroup() - Static method in class us.abstracta.jmeter.javadsl.JmeterDsl
-
Builds a new thread group without any thread configuration.
- threadGroup(int, int, BaseThreadGroup.ThreadGroupChild...) - Static method in class us.abstracta.jmeter.javadsl.JmeterDsl
-
Builds a new thread group with a given number of threads & iterations.
- threadGroup(int, Duration, BaseThreadGroup.ThreadGroupChild...) - Static method in class us.abstracta.jmeter.javadsl.JmeterDsl
-
Builds a new thread group with a given number of threads & their duration.
- threadGroup(String) - Static method in class us.abstracta.jmeter.javadsl.JmeterDsl
-
Same as
JmeterDsl.threadGroup()but allowing to set a name on the thread group. - threadGroup(String, int, int, BaseThreadGroup.ThreadGroupChild...) - Static method in class us.abstracta.jmeter.javadsl.JmeterDsl
-
Same as
JmeterDsl.threadGroup(int, int, ThreadGroupChild...)but allowing to set a name on the thread group. - threadGroup(String, int, Duration, BaseThreadGroup.ThreadGroupChild...) - Static method in class us.abstracta.jmeter.javadsl.JmeterDsl
-
Same as
JmeterDsl.threadGroup(int, Duration, ThreadGroupChild...)but allowing to set a name on the thread group. - threadName - Variable in class us.abstracta.jmeter.javadsl.core.util.PropertyScriptBuilder.PropertyScriptVars
- threadPause(String) - Static method in class us.abstracta.jmeter.javadsl.JmeterDsl
-
Same as
JmeterDsl.threadPause(Duration)but allowing to use JMeter expressions for the duration. - threadPause(Duration) - Static method in class us.abstracta.jmeter.javadsl.JmeterDsl
-
Builds a Flow Control Action that pauses the current thread for the given duration.
- threadStarted() - Method in class us.abstracta.jmeter.javadsl.core.testelements.DslJsr223TestElement.Jsr223DslLambdaTestElement
- throughput - Variable in class us.abstracta.jmeter.javadsl.core.timers.DslThroughputTimer
- throughputTimer(double) - Static method in class us.abstracta.jmeter.javadsl.JmeterDsl
-
Builds a Constant Throughput Timer which paces samplers to limit the throughput.
- timeGraphsGranularity(Duration) - Method in class us.abstracta.jmeter.javadsl.core.listeners.HtmlReporter
-
Allows specifying the granularity for time graphs.
- TimeMetricConditionBuilder(AutoStopConditionElement, AutoStopMetric) - Constructor for class us.abstracta.jmeter.javadsl.core.listeners.AutoStopListener.TimeMetricConditionBuilder
- TimeMetricSummary - Interface in us.abstracta.jmeter.javadsl.core.stats
-
Provides summary data for a set of timing values.
- title - Variable in class us.abstracta.jmeter.javadsl.core.listeners.InfluxDbBackendListener
- title(String) - Method in class us.abstracta.jmeter.javadsl.core.listeners.InfluxDbBackendListener
-
Allows setting a title for the test which will be included in started and ended annotations in "events" measurement.
- token - Variable in class us.abstracta.jmeter.javadsl.core.listeners.InfluxDbBackendListener
- token(String) - Method in class us.abstracta.jmeter.javadsl.core.listeners.InfluxDbBackendListener
-
Allows specifying a token for authentication with InfluxDB 2 instances.
- tolerated - Variable in class us.abstracta.jmeter.javadsl.core.listeners.HtmlReporter.ApdexThresholds
- toRps - Variable in class us.abstracta.jmeter.javadsl.core.threadgroups.RpsThreadGroup.TimerSchedule
- toString() - Method in class us.abstracta.jmeter.javadsl.core.listeners.autostop.AutoStopConditionElement
- toString() - Method in class us.abstracta.jmeter.javadsl.http.JmeterUrl
- total() - Method in class us.abstracta.jmeter.javadsl.core.listeners.AutoStopListener.CountMetricConditionBuilder
-
Specifies to check the total sum of selected condition metric.
- total() - Method in class us.abstracta.jmeter.javadsl.core.stats.CountMetricSummary
-
Provides the total count (the sum).
- TOTAL - us.abstracta.jmeter.javadsl.core.listeners.autostop.AutoStopAggregation
- transaction(String, BaseThreadGroup.ThreadGroupChild...) - Static method in class us.abstracta.jmeter.javadsl.JmeterDsl
-
Builds a new transaction controller with the given name.
- transactionApdexThresholds(String, Duration, Duration) - Method in class us.abstracta.jmeter.javadsl.core.listeners.HtmlReporter
-
Allows to configure a particular sample label Apdex thresholds.
U
- UltimateThreadGroupHelper - Class in us.abstracta.jmeter.javadsl.core.threadgroups.defaultthreadgroup
- UltimateThreadGroupHelper(List<Stage>) - Constructor for class us.abstracta.jmeter.javadsl.core.threadgroups.defaultthreadgroup.UltimateThreadGroupHelper
- UltimateThreadGroupHelper.CodeBuilder - Class in us.abstracta.jmeter.javadsl.core.threadgroups.defaultthreadgroup
- UltimateThreadGroupHelper.UltimateThreadSchedule - Class in us.abstracta.jmeter.javadsl.core.threadgroups.defaultthreadgroup
- UltimateThreadSchedule(int, Duration, Duration, Duration, Duration) - Constructor for class us.abstracta.jmeter.javadsl.core.threadgroups.defaultthreadgroup.UltimateThreadGroupHelper.UltimateThreadSchedule
- unchain(String) - Method in class us.abstracta.jmeter.javadsl.codegeneration.MethodCall
-
Allows to remove an existing chained method call.
- uniformRandomTimer(Duration, Duration) - Static method in class us.abstracta.jmeter.javadsl.JmeterDsl
-
Builds a Uniform Random Timer which pauses the thread with a random time with uniform distribution.
- updateSearchPath(HashTree) - Method in class us.abstracta.jmeter.javadsl.core.engines.JmeterEnvironment
- upTo(Duration) - Method in class us.abstracta.jmeter.javadsl.core.threadgroups.DslDefaultThreadGroup
-
Specifies to stop thread group if iterations take more than specified duration.
- url - Variable in class us.abstracta.jmeter.javadsl.core.listeners.DslBackendListener
- url - Variable in class us.abstracta.jmeter.javadsl.core.samplers.DslDummySampler
- url(String) - Method in class us.abstracta.jmeter.javadsl.core.samplers.DslDummySampler
-
Specifies the URL used in generated sample results.
- url(String) - Method in class us.abstracta.jmeter.javadsl.http.DslHttpDefaults
-
Specifies the default URL for HTTP samplers.
- urlBuilder - Variable in class us.abstracta.jmeter.javadsl.http.DslHttpSampler
- us.abstracta.jmeter.javadsl - package us.abstracta.jmeter.javadsl
- us.abstracta.jmeter.javadsl.codegeneration - package us.abstracta.jmeter.javadsl.codegeneration
- us.abstracta.jmeter.javadsl.codegeneration.params - package us.abstracta.jmeter.javadsl.codegeneration.params
- us.abstracta.jmeter.javadsl.core - package us.abstracta.jmeter.javadsl.core
- us.abstracta.jmeter.javadsl.core.assertions - package us.abstracta.jmeter.javadsl.core.assertions
- us.abstracta.jmeter.javadsl.core.configs - package us.abstracta.jmeter.javadsl.core.configs
- us.abstracta.jmeter.javadsl.core.controllers - package us.abstracta.jmeter.javadsl.core.controllers
- us.abstracta.jmeter.javadsl.core.engines - package us.abstracta.jmeter.javadsl.core.engines
- us.abstracta.jmeter.javadsl.core.listeners - package us.abstracta.jmeter.javadsl.core.listeners
- us.abstracta.jmeter.javadsl.core.listeners.autostop - package us.abstracta.jmeter.javadsl.core.listeners.autostop
- us.abstracta.jmeter.javadsl.core.listeners.autostop.aggregators - package us.abstracta.jmeter.javadsl.core.listeners.autostop.aggregators
- us.abstracta.jmeter.javadsl.core.postprocessors - package us.abstracta.jmeter.javadsl.core.postprocessors
- us.abstracta.jmeter.javadsl.core.preprocessors - package us.abstracta.jmeter.javadsl.core.preprocessors
- us.abstracta.jmeter.javadsl.core.samplers - package us.abstracta.jmeter.javadsl.core.samplers
- us.abstracta.jmeter.javadsl.core.stats - package us.abstracta.jmeter.javadsl.core.stats
- us.abstracta.jmeter.javadsl.core.testelements - package us.abstracta.jmeter.javadsl.core.testelements
- us.abstracta.jmeter.javadsl.core.threadgroups - package us.abstracta.jmeter.javadsl.core.threadgroups
- us.abstracta.jmeter.javadsl.core.threadgroups.defaultthreadgroup - package us.abstracta.jmeter.javadsl.core.threadgroups.defaultthreadgroup
- us.abstracta.jmeter.javadsl.core.timers - package us.abstracta.jmeter.javadsl.core.timers
- us.abstracta.jmeter.javadsl.core.util - package us.abstracta.jmeter.javadsl.core.util
- us.abstracta.jmeter.javadsl.http - package us.abstracta.jmeter.javadsl.http
- us.abstracta.jmeter.javadsl.java - package us.abstracta.jmeter.javadsl.java
- us.abstracta.jmeter.javadsl.util - package us.abstracta.jmeter.javadsl.util
V
- validateValue - Variable in class us.abstracta.jmeter.javadsl.core.assertions.DslJsonAssertion
- value - Variable in class us.abstracta.jmeter.javadsl.codegeneration.params.FixedParam
- value - Variable in class us.abstracta.jmeter.javadsl.core.assertions.DslJsonAssertion
- valueOf(String) - Static method in enum us.abstracta.jmeter.javadsl.core.assertions.DslResponseAssertion.TargetField
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum us.abstracta.jmeter.javadsl.core.assertions.DslResponseAssertion.TestStringStrategy
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum us.abstracta.jmeter.javadsl.core.configs.DslCsvDataSet.Sharing
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum us.abstracta.jmeter.javadsl.core.listeners.autostop.AutoStopAggregation
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum us.abstracta.jmeter.javadsl.core.listeners.autostop.AutoStopComparison
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum us.abstracta.jmeter.javadsl.core.listeners.autostop.AutoStopMetric
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum us.abstracta.jmeter.javadsl.core.listeners.JtlWriter.SampleStatus
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum us.abstracta.jmeter.javadsl.core.postprocessors.DslBoundaryExtractor.TargetField
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum us.abstracta.jmeter.javadsl.core.postprocessors.DslJsonExtractor.JsonQueryLanguage
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum us.abstracta.jmeter.javadsl.core.postprocessors.DslRegexExtractor.TargetField
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum us.abstracta.jmeter.javadsl.core.testelements.DslScopedTestElement.Scope
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum us.abstracta.jmeter.javadsl.core.threadgroups.BaseThreadGroup.SampleErrorAction
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum us.abstracta.jmeter.javadsl.core.threadgroups.RpsThreadGroup.EventType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum us.abstracta.jmeter.javadsl.core.timers.DslThroughputTimer.ThroughputMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum us.abstracta.jmeter.javadsl.http.DslCookieManager.CookiePolicy
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum us.abstracta.jmeter.javadsl.http.DslHttpSampler.HttpClientImpl
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in class us.abstracta.jmeter.javadsl.http.JmeterUrl
- values() - Static method in enum us.abstracta.jmeter.javadsl.core.assertions.DslResponseAssertion.TargetField
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum us.abstracta.jmeter.javadsl.core.assertions.DslResponseAssertion.TestStringStrategy
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum us.abstracta.jmeter.javadsl.core.configs.DslCsvDataSet.Sharing
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum us.abstracta.jmeter.javadsl.core.listeners.autostop.AutoStopAggregation
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum us.abstracta.jmeter.javadsl.core.listeners.autostop.AutoStopComparison
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum us.abstracta.jmeter.javadsl.core.listeners.autostop.AutoStopMetric
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum us.abstracta.jmeter.javadsl.core.listeners.JtlWriter.SampleStatus
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum us.abstracta.jmeter.javadsl.core.postprocessors.DslBoundaryExtractor.TargetField
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum us.abstracta.jmeter.javadsl.core.postprocessors.DslJsonExtractor.JsonQueryLanguage
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum us.abstracta.jmeter.javadsl.core.postprocessors.DslRegexExtractor.TargetField
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum us.abstracta.jmeter.javadsl.core.testelements.DslScopedTestElement.Scope
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum us.abstracta.jmeter.javadsl.core.threadgroups.BaseThreadGroup.SampleErrorAction
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum us.abstracta.jmeter.javadsl.core.threadgroups.RpsThreadGroup.EventType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum us.abstracta.jmeter.javadsl.core.timers.DslThroughputTimer.ThroughputMode
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum us.abstracta.jmeter.javadsl.http.DslCookieManager.CookiePolicy
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum us.abstracta.jmeter.javadsl.http.DslHttpSampler.HttpClientImpl
-
Returns an array containing the constants of this enum type, in the order they are declared.
- var(String) - Static method in class us.abstracta.jmeter.javadsl.core.util.JmeterFunction
- variableNames(String...) - Method in class us.abstracta.jmeter.javadsl.core.configs.DslCsvDataSet
-
Specifies variable names to be assigned to the parsed values.
- varName - Variable in class us.abstracta.jmeter.javadsl.core.postprocessors.DslVariableExtractor
- vars - Variable in class us.abstracta.jmeter.javadsl.core.configs.DslVariables
- vars - Variable in class us.abstracta.jmeter.javadsl.core.util.DslScript.DslScriptVars
- vars() - Static method in class us.abstracta.jmeter.javadsl.JmeterDsl
-
Builds a DslVariables that allows to easily initialize or update JMeter variables.
- vars(String) - Static method in class us.abstracta.jmeter.javadsl.JmeterDsl
-
Same as
JmeterDsl.vars()but allowing to set a name on the element. - varsMap() - Method in class us.abstracta.jmeter.javadsl.core.util.DslScript.DslScriptVars
-
Gets a map from current JMeter variables, making them easier to visualize, mainly while debugging.
- varsPrefix - Variable in class us.abstracta.jmeter.javadsl.core.controllers.DslForEachController
W
- weightedSwitchController() - Static method in class us.abstracta.jmeter.javadsl.JmeterDsl
-
Builds a Controller which executes in each iteration choosing one child according to given weights.
- when(AutoStopListener.AutoStopCondition) - Method in class us.abstracta.jmeter.javadsl.core.listeners.AutoStopListener
-
Specifies conditions that when met will cause the test plan execution to stop.
- whileController(Class<? extends PropertyScriptBuilder.PropertyScript<Boolean>>, BaseThreadGroup.ThreadGroupChild...) - Static method in class us.abstracta.jmeter.javadsl.JmeterDsl
-
Same as
JmeterDsl.whileController(PropertyScript, ThreadGroupChild...)but with support for running at scale in a remote engine. - whileController(String, Class<? extends PropertyScriptBuilder.PropertyScript<Boolean>>, BaseThreadGroup.ThreadGroupChild...) - Static method in class us.abstracta.jmeter.javadsl.JmeterDsl
-
Same as
JmeterDsl.whileController(Class, ThreadGroupChild...)but allowing to set a name which defines autogenerated variable created by JMeter containing iteration index. - whileController(String, String, BaseThreadGroup.ThreadGroupChild...) - Static method in class us.abstracta.jmeter.javadsl.JmeterDsl
-
Same as
JmeterDsl.whileController(String, ThreadGroupChild...)but allowing to set a name which defines autogenerated variable created by JMeter containing iteration index. - whileController(String, BaseThreadGroup.ThreadGroupChild...) - Static method in class us.abstracta.jmeter.javadsl.JmeterDsl
-
Builds a While Controller that allows to run specific part of the test plan while a given condition is met in one thread iteration.
- whileController(String, PropertyScriptBuilder.PropertyScript<Boolean>, BaseThreadGroup.ThreadGroupChild...) - Static method in class us.abstracta.jmeter.javadsl.JmeterDsl
-
Same as
JmeterDsl.whileController(PropertyScript, ThreadGroupChild...)but allowing to set a name which defines autogenerated variable created by JMeter containing iteration index. - whileController(PropertyScriptBuilder.PropertyScript<Boolean>, BaseThreadGroup.ThreadGroupChild...) - Static method in class us.abstracta.jmeter.javadsl.JmeterDsl
-
Same as
JmeterDsl.whileController(String, ThreadGroupChild...)but allowing to use Java type safety and code completion when specifying the condition. - withActiveThreadCounts(boolean) - Method in class us.abstracta.jmeter.javadsl.core.listeners.JtlWriter
-
Allows setting whether or not to include active thread counts (basically, number of concurrent requests, both in the sample thread group, and in all thread groups) fields in generated JTL.
- withAllFields() - Method in class us.abstracta.jmeter.javadsl.core.listeners.JtlWriter
-
Allows setting to include all fields in XML format.
- withAllFields(boolean) - Method in class us.abstracta.jmeter.javadsl.core.listeners.JtlWriter
-
Allows setting if all or none fields are enabled when saving the JTL.
- withAssertionFailureMessage(boolean) - Method in class us.abstracta.jmeter.javadsl.core.listeners.JtlWriter
-
Allows setting whether or not to include assertion failure message field in generated JTL.
- withAssertionResults(boolean) - Method in class us.abstracta.jmeter.javadsl.core.listeners.JtlWriter
-
Allows setting whether or not to include assertion results (with name, success field, and potential error message) info in generated JTL.
- withConnectTime(boolean) - Method in class us.abstracta.jmeter.javadsl.core.listeners.JtlWriter
-
Allows setting whether or not to include connect time (milliseconds between the sample started and connection is established to service to start sending request) field in generated JTL.
- withDataType(boolean) - Method in class us.abstracta.jmeter.javadsl.core.listeners.JtlWriter
-
Allows setting whether or not to include response data type (i.e.: binary or text) field in generated JTL.
- withElapsedTime(boolean) - Method in class us.abstracta.jmeter.javadsl.core.listeners.JtlWriter
-
Allows setting whether or not to include elapsed time (milliseconds spent in each sample) in generated JTL.
- withEncoding(boolean) - Method in class us.abstracta.jmeter.javadsl.core.listeners.JtlWriter
-
Allows setting whether or not to include the response encoding (eg: UTF-8, ISO-8859-1, etc.) field in generated JTL.
- withFieldNames(boolean) - Method in class us.abstracta.jmeter.javadsl.core.listeners.JtlWriter
-
Allows setting whether or not to include assertion results (with name, success field, and potential error message) info in generated JTL.
- withHostname(boolean) - Method in class us.abstracta.jmeter.javadsl.core.listeners.JtlWriter
-
Allows setting whether or not to include host name (name of host that did the sample) field in generated JTL.
- withIdleTime(boolean) - Method in class us.abstracta.jmeter.javadsl.core.listeners.JtlWriter
-
Allows setting whether or not to include the Idle time (milliseconds spent in JMeter processing, but not sampling, generally 0) field in generated JTL.
- withLabel(boolean) - Method in class us.abstracta.jmeter.javadsl.core.listeners.JtlWriter
-
Allows setting whether or not to include sample label (i.e.: name of the request) field in generated JTL.
- withLatency(boolean) - Method in class us.abstracta.jmeter.javadsl.core.listeners.JtlWriter
-
Allows setting whether or not to include latency time (milliseconds between the sample started and first byte of response is received) field in generated JTL.
- withReceivedByteCount(boolean) - Method in class us.abstracta.jmeter.javadsl.core.listeners.JtlWriter
-
Allows setting whether or not to include received bytes count (number of bytes sent by server in the response) field in generated JTL.
- withRequestHeaders(boolean) - Method in class us.abstracta.jmeter.javadsl.core.listeners.JtlWriter
-
Allows setting whether or not to include request headers (eg: HTTP headers like User-Agent and the like) field in generated JTL.
- withResponseCode(boolean) - Method in class us.abstracta.jmeter.javadsl.core.listeners.JtlWriter
-
Allows setting whether or not to include response codes (e.g.: 200) field in generated JTL.
- withResponseData(boolean) - Method in class us.abstracta.jmeter.javadsl.core.listeners.JtlWriter
-
Allows setting whether or not to include response body field in generated JTL.
- withResponseFilename(boolean) - Method in class us.abstracta.jmeter.javadsl.core.listeners.JtlWriter
-
Allows setting whether or not to include response file name (name of file stored by
ResponseFileSaver) field in generated JTL. - withResponseHeaders(boolean) - Method in class us.abstracta.jmeter.javadsl.core.listeners.JtlWriter
-
Allows setting whether or not to include response headers (eg: HTTP headers like Content-Type and the like) field in generated JTL.
- withResponseMessage(boolean) - Method in class us.abstracta.jmeter.javadsl.core.listeners.JtlWriter
-
Allows setting whether or not to include response message (eg: "OK" for HTTP 200 status code) in generated JTL.
- withSampleAndErrorCounts(boolean) - Method in class us.abstracta.jmeter.javadsl.core.listeners.JtlWriter
-
Allows setting whether or not to include sample counts (total and error counts) fields in generated JTL.
- withSamplerData(boolean) - Method in class us.abstracta.jmeter.javadsl.core.listeners.JtlWriter
-
Allows setting whether or not to include sampler data (like cookies, HTTP method, request body and redirection URL) entries in generated JTL.
- withSentByteCount(boolean) - Method in class us.abstracta.jmeter.javadsl.core.listeners.JtlWriter
-
Allows setting whether or not to include sent bytes count (number of bytes sent to server by request) field in generated JTL.
- withSubResults(boolean) - Method in class us.abstracta.jmeter.javadsl.core.listeners.JtlWriter
-
Allows setting whether or not to include sub results (like redirects) entries in generated JTL.
- withSuccess(boolean) - Method in class us.abstracta.jmeter.javadsl.core.listeners.JtlWriter
-
Allows setting whether or not to include success (a boolean indicating if request was success or not) field in generated JTL.
- withThreadName(boolean) - Method in class us.abstracta.jmeter.javadsl.core.listeners.JtlWriter
-
Allows setting whether or not to include thread name field in generated JTL.
- withTimeStamp(boolean) - Method in class us.abstracta.jmeter.javadsl.core.listeners.JtlWriter
-
Allows setting whether or not to include timestamp (epoch when the sample started) field in generated JTL.
- withUrl(boolean) - Method in class us.abstracta.jmeter.javadsl.core.listeners.JtlWriter
-
Allows setting whether or not to include url field in generated JTL.
- withVariables(String...) - Method in class us.abstracta.jmeter.javadsl.core.listeners.JtlWriter
-
Allows specifying JMeter variables to include in generated jtl file.
All Classes All Packages