class |
BaseController<T extends BaseController<T>> |
Contains common logic for logic controllers defined by the DSL.
|
class |
DslForEachController |
Iterates over variables with a given prefix and runs part of a test plan for each of the
variables.
|
class |
DslIfController |
Allows to conditionally run part of a test plan according to certain condition.
|
class |
DslOnceOnlyController |
Allows running a part of a test plan only once and only on the first iteration of each thread
group.
|
class |
DslRecordingController |
This element is only provided to ignore recording controllers when generating DSL code from JMX.
|
class |
DslRuntimeController |
Is a controller that stops executing child elements when a period of time expires.
|
class |
DslSimpleController |
Builds a Simple Controller that allows defining new JMeter scope for other elements to apply.
|
class |
DslTestFragmentController |
|
class |
DslTransactionController |
Allows specifying JMeter transaction controllers which group different samples associated to same
transaction.
|
class |
DslWeightedSwitchController |
Selects a child in each iteration according to specified relative weights.
|
class |
DslWhileController |
Allows running part of a test plan until a condition is met.
|
class |
ForLoopController |
Allows running part of a test plan a given number of times inside one thread group iteration.
|
class |
PercentController |
Allows running only given percent of times given test plan elements.
|