public abstract class BaseController<T extends BaseController<T>> extends TestElementContainer<T,BaseThreadGroup.ThreadGroupChild> implements DslController
childrenguiClass, 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.
|
buildTreeUnderbuildConfiguredTestElement, buildTestElement, buildTestElementGui, configureTestElement, durationToSeconds, loadBeanProperties, showAndWaitFrameWith, showFrameWith, showInGui, showTestElementGuiclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitbuildTreeUnder, showInGuiprotected 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 © 2024. All rights reserved.