| Interface | Description |
|---|---|
| BaseThreadGroup.ThreadGroupChild |
Test elements that can be added as direct children of a thread group in jmeter should implement
this interface.
|
| DslThreadGroup |
| Class | Description |
|---|---|
| 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 | |
| RpsThreadGroup |
Configures a thread group which dynamically adapts the number of threads and pauses to match a
given rps.
|
| RpsThreadGroup.TimerSchedule |
| Enum | Description |
|---|---|
| BaseThreadGroup.SampleErrorAction |
Specifies an action to be taken by thread group when a sample error is detected.
|
| RpsThreadGroup.EventType |
Copyright © 2024. All rights reserved.