Class SamplerJmxIncludeWrapper
- java.lang.Object
-
- org.anasoid.jmc.core.wrapper.jmc.generic.AbstractJmxIncludeWrapper<T>
-
- org.anasoid.jmc.core.wrapper.jmc.generic.AbstractParentJmxIncludeWrapper<org.apache.jmeter.samplers.Sampler>
-
- org.anasoid.jmc.core.wrapper.jmeter.samplers.SamplerJmxIncludeWrapper
-
- All Implemented Interfaces:
java.io.Serializable,SamplerWrapper<org.apache.jmeter.samplers.Sampler>,TestElementWrapper<org.apache.jmeter.samplers.Sampler>
public class SamplerJmxIncludeWrapper extends AbstractParentJmxIncludeWrapper<org.apache.jmeter.samplers.Sampler> implements SamplerWrapper<org.apache.jmeter.samplers.Sampler>
Sample Include Jmx.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSamplerJmxIncludeWrapper.SamplerJmxIncludeWrapperBuilder<C extends SamplerJmxIncludeWrapper,B extends SamplerJmxIncludeWrapper.SamplerJmxIncludeWrapperBuilder<C,B>>-
Nested classes/interfaces inherited from class org.anasoid.jmc.core.wrapper.jmc.generic.AbstractParentJmxIncludeWrapper
AbstractParentJmxIncludeWrapper.AbstractParentJmxIncludeWrapperBuilder<T,C extends AbstractParentJmxIncludeWrapper<T>,B extends AbstractParentJmxIncludeWrapper.AbstractParentJmxIncludeWrapperBuilder<T,C,B>>
-
Nested classes/interfaces inherited from class org.anasoid.jmc.core.wrapper.jmc.generic.AbstractJmxIncludeWrapper
AbstractJmxIncludeWrapper.AbstractJmxIncludeWrapperBuilder<T,C extends AbstractJmxIncludeWrapper<T>,B extends AbstractJmxIncludeWrapper.AbstractJmxIncludeWrapperBuilder<T,C,B>>
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedSamplerJmxIncludeWrapper(SamplerJmxIncludeWrapper.SamplerJmxIncludeWrapperBuilder<?,?> b)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static SamplerJmxIncludeWrapper.SamplerJmxIncludeWrapperBuilder<?,?>builder()SamplerJmxIncludeWrapper.SamplerJmxIncludeWrapperBuilder<?,?>toBuilder()-
Methods inherited from class org.anasoid.jmc.core.wrapper.jmc.generic.AbstractParentJmxIncludeWrapper
cleanup, cleanupChild, getChildren
-
Methods inherited from class org.anasoid.jmc.core.wrapper.jmc.generic.AbstractJmxIncludeWrapper
getDefaultPath, getParam, getParams, getPath, getTags, getTestClass, getTestClassAsString, init, internalInit, replaceParam, toXml
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.anasoid.jmc.core.wrapper.jmeter.testelement.TestElementWrapper
getChildren, getTags, getTestClass, getTestClassAsString, init
-
-
-
-
Constructor Detail
-
SamplerJmxIncludeWrapper
protected SamplerJmxIncludeWrapper(SamplerJmxIncludeWrapper.SamplerJmxIncludeWrapperBuilder<?,?> b)
-
-
Method Detail
-
builder
public static SamplerJmxIncludeWrapper.SamplerJmxIncludeWrapperBuilder<?,?> builder()
-
toBuilder
public SamplerJmxIncludeWrapper.SamplerJmxIncludeWrapperBuilder<?,?> toBuilder()
-
-