public class DslIfController extends BaseController<DslIfController>
| Modifier and Type | Class and Description |
|---|---|
static class |
DslIfController.CodeBuilder |
| Modifier and Type | Field and Description |
|---|---|
protected PropertyScriptBuilder<Boolean> |
conditionBuilder |
childrenguiClass, name| Constructor and Description |
|---|
DslIfController(Class<? extends PropertyScriptBuilder.PropertyScript<Boolean>> conditionClass,
List<BaseThreadGroup.ThreadGroupChild> children) |
DslIfController(PropertyScriptBuilder.PropertyScript<Boolean> script,
List<BaseThreadGroup.ThreadGroupChild> children) |
DslIfController(String condition,
List<BaseThreadGroup.ThreadGroupChild> children) |
| Modifier and Type | Method and Description |
|---|---|
protected org.apache.jmeter.testelement.TestElement |
buildTestElement() |
childrenbuildTreeUnderbuildConfiguredTestElement, buildTestElementGui, configureTestElement, durationToSeconds, loadBeanProperties, showAndWaitFrameWith, showFrameWith, showInGui, showTestElementGuiclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitbuildTreeUnder, showInGuiprotected PropertyScriptBuilder<Boolean> conditionBuilder
public DslIfController(String condition, List<BaseThreadGroup.ThreadGroupChild> children)
public DslIfController(PropertyScriptBuilder.PropertyScript<Boolean> script, List<BaseThreadGroup.ThreadGroupChild> children)
public DslIfController(Class<? extends PropertyScriptBuilder.PropertyScript<Boolean>> conditionClass, List<BaseThreadGroup.ThreadGroupChild> children)
protected org.apache.jmeter.testelement.TestElement buildTestElement()
buildTestElement in class BaseTestElementCopyright © 2024. All rights reserved.