| Package | Description |
|---|---|
| us.abstracta.jmeter.javadsl | |
| us.abstracta.jmeter.javadsl.core.listeners |
| Modifier and Type | Method and Description |
|---|---|
static AutoStopListener |
JmeterDsl.autoStop()
Builds an AutoStopListener that allows to stop a test plan execution if some condition over
collected metrics is met.
|
static AutoStopListener |
JmeterDsl.autoStop(String name)
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. |
| Modifier and Type | Method and Description |
|---|---|
AutoStopListener |
AutoStopListener.samplesMatching(String regex)
Specifies a regular expression used to filter samples for which specified conditions will be
evaluated.
|
AutoStopListener |
AutoStopListener.when(AutoStopListener.AutoStopCondition condition)
Specifies conditions that when met will cause the test plan execution to stop.
|
Copyright © 2024. All rights reserved.