| BaseThreadGroup<T extends BaseThreadGroup<T>> |
Contains common logic for all Thread Groups.
|
| DslDefaultThreadGroup |
Represents the standard thread group test element included by JMeter.
|
| DslDefaultThreadGroup.CodeBuilder |
|
| DslSetupThreadGroup |
A thread group that allows running any logic before any other thread group.
|
| DslSetupThreadGroup.CodeBuilder |
|
| DslSimpleThreadGroup<T extends DslSimpleThreadGroup<T>> |
Contains common logic for thread groups that only require children in constructor and provide
simple settings (like iterations, threads, etc).
|
| DslSimpleThreadGroup.SimpleThreadGroupCodeBuilder<T extends org.apache.jmeter.testelement.TestElement> |
|
| DslTeardownThreadGroup |
A thread group that allows running any logic after any other thread group.
|
| DslTeardownThreadGroup.CodeBuilder |
|
| LoadTimeLine |
|
| RpsThreadGroup |
Configures a thread group which dynamically adapts the number of threads and pauses to match a
given rps.
|
| RpsThreadGroup.ContractComplyingConcurrencyThreadGroup |
This implementation of ConcurrencyThreadGroup complies with AbstractThreadGroup
contract, and the original doesn't.
|
| RpsThreadGroup.NonInterruptingVariableThroughputTimer |
Always stops thread group gracefully, avoiding potential exceptions generated by
VariableThroughputTimer when stopping a test, due to thread interruptions.
|
| RpsThreadGroup.TimerSchedule |
|