public class DslConstantTimer extends BaseTimer
The pause calculated by the timer will be applied after samplers pre-processors execution and before actual sampling.
Take into consideration that timers applies to all samplers in their scope: if added at test plan level, it will apply to all samplers in test plan; if added at thread group level, it will apply only to samples in such thread group; if added as child of a sampler, it will only apply to that sampler.
| Modifier and Type | Class and Description |
|---|---|
static class |
DslConstantTimer.CodeBuilder |
| Modifier and Type | Field and Description |
|---|---|
protected String |
duration |
guiClass, name| Constructor and Description |
|---|
DslConstantTimer(Duration duration)
Deprecated.
|
DslConstantTimer(String duration) |
| Modifier and Type | Method and Description |
|---|---|
protected org.apache.jmeter.testelement.TestElement |
buildTestElement() |
buildConfiguredTestElement, buildTestElementGui, buildTreeUnder, configureTestElement, durationToSeconds, loadBeanProperties, showAndWaitFrameWith, showFrameWith, showInGui, showTestElementGuiclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitbuildTreeUnder, showInGuiprotected String duration
public DslConstantTimer(String duration)
@Deprecated public DslConstantTimer(Duration duration)
protected org.apache.jmeter.testelement.TestElement buildTestElement()
buildTestElement in class BaseTestElementCopyright © 2024. All rights reserved.