Package us.abstracta.jmeter.javadsl.http
Class AutoEnabledHttpConfigElement
- java.lang.Object
-
- us.abstracta.jmeter.javadsl.core.testelements.BaseTestElement
-
- us.abstracta.jmeter.javadsl.core.configs.BaseConfigElement
-
- us.abstracta.jmeter.javadsl.http.AutoEnabledHttpConfigElement
-
- All Implemented Interfaces:
DslConfig,DslTestElement,DslTestPlan.TestPlanChild,BaseSampler.SamplerChild,MultiLevelTestElement,BaseThreadGroup.ThreadGroupChild
- Direct Known Subclasses:
DslCacheManager,DslCookieManager
public abstract class AutoEnabledHttpConfigElement extends BaseConfigElement
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAutoEnabledHttpConfigElement.CodeBuilder<T extends org.apache.jmeter.testelement.TestElement>
-
Field Summary
Fields Modifier and Type Field Description protected booleanenabled-
Fields inherited from class us.abstracta.jmeter.javadsl.core.testelements.BaseTestElement
guiClass, name
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedAutoEnabledHttpConfigElement(String name, Class<? extends org.apache.jmeter.gui.JMeterGUIComponent> guiClass)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BuildTreeContext.TreeContextEndListenerbuildEndListener()org.apache.jorphan.collections.HashTreebuildTreeUnder(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.BuildContextEntrygetOrCreateContextEntry(BuildTreeContext context)voidregisterDependency(BuildTreeContext context)-
Methods inherited from class us.abstracta.jmeter.javadsl.core.testelements.BaseTestElement
buildConfiguredTestElement, buildTestElement, buildTestElementGui, configureTestElement, durationToSeconds, loadBeanProperties, showAndWaitFrameWith, showFrameWith, showInGui, showTestElementGui
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface us.abstracta.jmeter.javadsl.core.DslTestElement
showInGui
-
-
-
-
Method Detail
-
registerDependency
public void registerDependency(BuildTreeContext context)
-
getOrCreateContextEntry
public us.abstracta.jmeter.javadsl.http.AutoEnabledHttpConfigElement.BuildContextEntry getOrCreateContextEntry(BuildTreeContext context)
-
buildEndListener
public BuildTreeContext.TreeContextEndListener buildEndListener()
-
buildTreeUnder
public org.apache.jorphan.collections.HashTree buildTreeUnder(org.apache.jorphan.collections.HashTree parent, BuildTreeContext context)Description copied from interface:DslTestElementBuilds the JMeter HashTree for this TestElement under the provided tree node.- Specified by:
buildTreeUnderin interfaceDslTestElement- Overrides:
buildTreeUnderin classBaseTestElement- Parameters:
parent- 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).- Returns:
- The tree created under the parent node.
-
-