public abstract class AutoEnabledHttpConfigElement extends BaseConfigElement
| Modifier and Type | Class and Description |
|---|---|
static class |
AutoEnabledHttpConfigElement.CodeBuilder<T extends org.apache.jmeter.testelement.TestElement> |
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
enabled |
guiClass, name| Modifier | Constructor and Description |
|---|---|
protected |
AutoEnabledHttpConfigElement(String name,
Class<? extends org.apache.jmeter.gui.JMeterGUIComponent> guiClass) |
| Modifier and Type | Method and Description |
|---|---|
BuildTreeContext.TreeContextEndListener |
buildEndListener() |
org.apache.jorphan.collections.HashTree |
buildTreeUnder(org.apache.jorphan.collections.HashTree parent,
BuildTreeContext context)
Builds the JMeter HashTree for this TestElement under the provided tree node.
|
us.abstracta.jmeter.javadsl.http.AutoEnabledHttpConfigElement.BuildContextEntry |
getOrCreateContextEntry(BuildTreeContext context) |
void |
registerDependency(BuildTreeContext context) |
buildConfiguredTestElement, buildTestElement, buildTestElementGui, configureTestElement, durationToSeconds, loadBeanProperties, showAndWaitFrameWith, showFrameWith, showInGui, showTestElementGuiclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitshowInGuipublic void registerDependency(BuildTreeContext context)
public us.abstracta.jmeter.javadsl.http.AutoEnabledHttpConfigElement.BuildContextEntry getOrCreateContextEntry(BuildTreeContext context)
public BuildTreeContext.TreeContextEndListener buildEndListener()
public org.apache.jorphan.collections.HashTree buildTreeUnder(org.apache.jorphan.collections.HashTree parent,
BuildTreeContext context)
DslTestElementbuildTreeUnder in interface DslTestElementbuildTreeUnder in class BaseTestElementparent - the node which will be the parent for the created tree.context - context information which contains information shared by elements while building
the test plan tree (eg: adding additional items to test plan when a particular protocol element
is added).Copyright © 2024. All rights reserved.