public class DslThreadGroupWrapper extends BaseThreadGroup<DslThreadGroupWrapper> implements TestElementWrapper<DslThreadGroupWrapper>
TestElementWrapper for JMeter thread groups.BaseThreadGroup.SampleErrorAction, BaseThreadGroup.ThreadGroupChildchildrenguiClass, name| Constructor and Description |
|---|
DslThreadGroupWrapper(String name,
org.apache.jmeter.threads.AbstractThreadGroup testElement,
org.apache.jmeter.threads.gui.AbstractThreadGroupGui guiComponent) |
| Modifier and Type | Method and Description |
|---|---|
protected org.apache.jmeter.threads.AbstractThreadGroup |
buildThreadGroup() |
DslThreadGroupWrapper |
children(BaseThreadGroup.ThreadGroupChild... children) |
DslThreadGroupWrapper |
prop(String name,
Object value)
Allows specifying a property to be set on wrapped test element.
|
buildTestElement, sampleErrorActionaddChildren, buildTreeUnderbuildConfiguredTestElement, buildTestElementGui, configureTestElement, durationToSeconds, showFrameWith, showInGui, showTestElementGuiclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitbuildTreeUnder, showInGuipublic DslThreadGroupWrapper(String name, org.apache.jmeter.threads.AbstractThreadGroup testElement, org.apache.jmeter.threads.gui.AbstractThreadGroupGui guiComponent)
public DslThreadGroupWrapper children(BaseThreadGroup.ThreadGroupChild... children)
children in class BaseThreadGroup<DslThreadGroupWrapper>public DslThreadGroupWrapper prop(String name, Object value)
TestElementWrapperprop in interface TestElementWrapper<DslThreadGroupWrapper>name - is the name of the property to be set.value - is the value to be associated to the property.protected org.apache.jmeter.threads.AbstractThreadGroup buildThreadGroup()
buildThreadGroup in class BaseThreadGroup<DslThreadGroupWrapper>Copyright © 2022. All rights reserved.