| Interface | Description |
|---|---|
| DslController |
| Class | Description |
|---|---|
| BaseController<T extends BaseController<T>> |
Contains common logic for logic controllers defined by the DSL.
|
| DslForEachController |
Iterates over variables with a given prefix and runs part of a test plan for each of the
variables.
|
| DslForEachController.CodeBuilder | |
| DslIfController |
Allows to conditionally run part of a test plan according to certain condition.
|
| DslIfController.CodeBuilder | |
| DslIncludeController | |
| DslIncludeController.CodeBuilder | |
| DslModuleController | |
| DslModuleController.CodeBuilder | |
| DslOnceOnlyController |
Allows running a part of a test plan only once and only on the first iteration of each thread
group.
|
| DslOnceOnlyController.CodeBuilder | |
| DslProxyControl | |
| DslProxyControl.CodeBuilder | |
| DslRecordingController |
This element is only provided to ignore recording controllers when generating DSL code from JMX.
|
| DslRecordingController.CodeBuilder | |
| DslRecordingController.OnlyChildrenMethodCall | |
| DslRuntimeController |
Is a controller that stops executing child elements when a period of time expires.
|
| DslRuntimeController.CodeBuilder | |
| DslTestFragmentController | |
| DslTestFragmentController.CodeBuilder | |
| DslTransactionController |
Allows specifying JMeter transaction controllers which group different samples associated to same
transaction.
|
| DslTransactionController.CodeBuilder | |
| DslWeightedSwitchController |
Selects a child in each iteration according to specified relative weights.
|
| DslWeightedSwitchController.CodeBuilder | |
| DslWhileController |
Allows running part of a test plan until a condition is met.
|
| DslWhileController.CodeBuilder | |
| ForLoopController |
Allows running part of a test plan a given number of times inside one thread group iteration.
|
| ForLoopController.CodeBuilder | |
| FragmentMethodCall |
Defines a call to a test plan fragment method definition will be used.
|
| PercentController |
Allows running only given percent of times given test plan elements.
|
| PercentController.CodeBuilder |
Copyright © 2023. All rights reserved.