public abstract class BaseController<T extends BaseController<T>> extends TestElementContainer<T,BaseThreadGroup.ThreadGroupChild> implements DslController
children
guiClass, name
Modifier | Constructor and Description |
---|---|
protected |
BaseController(String name,
Class<? extends org.apache.jmeter.gui.JMeterGUIComponent> guiClass,
List<BaseThreadGroup.ThreadGroupChild> children) |
Modifier and Type | Method and Description |
---|---|
T |
children(BaseThreadGroup.ThreadGroupChild... children)
Allows specifying children elements that are affected by this controller.
|
buildTreeUnder
buildConfiguredTestElement, buildTestElement, buildTestElementGui, configureTestElement, durationToSeconds, loadBeanProperties, showAndWaitFrameWith, showFrameWith, showInGui, showTestElementGui
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
buildTreeUnder, showInGui
protected BaseController(String name, Class<? extends org.apache.jmeter.gui.JMeterGUIComponent> guiClass, List<BaseThreadGroup.ThreadGroupChild> children)
public T children(BaseThreadGroup.ThreadGroupChild... children)
This method is helpful to keep general controller settings at the beginning and specify children at last.
children
in class TestElementContainer<T extends BaseController<T>,BaseThreadGroup.ThreadGroupChild>
children
- set of elements to be included in the controller. This list is appended to any
children defined in controller builder method.Copyright © 2023. All rights reserved.