Class ThreadGroupJmxIncludeWrapper
- java.lang.Object
-
- org.anasoid.jmc.core.wrapper.jmc.generic.AbstractJmxIncludeWrapper<T>
-
- org.anasoid.jmc.core.wrapper.jmc.generic.AbstractParentJmxIncludeWrapper<org.apache.jmeter.testelement.AbstractTestElement>
-
- org.anasoid.jmc.core.wrapper.jmeter.threads.ThreadGroupJmxIncludeWrapper
-
- All Implemented Interfaces:
java.io.Serializable,TestElementWrapper<org.apache.jmeter.testelement.AbstractTestElement>,ThreadWrapper<org.apache.jmeter.testelement.AbstractTestElement>
@JmcChildrenTypes(type={ControllerWrapper.class,SamplerWrapper.class}) public class ThreadGroupJmxIncludeWrapper extends AbstractParentJmxIncludeWrapper<org.apache.jmeter.testelement.AbstractTestElement> implements ThreadWrapper<org.apache.jmeter.testelement.AbstractTestElement>
AbstractThreadGroup Include Jmx.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classThreadGroupJmxIncludeWrapper.ThreadGroupJmxIncludeWrapperBuilder<C extends ThreadGroupJmxIncludeWrapper,B extends ThreadGroupJmxIncludeWrapper.ThreadGroupJmxIncludeWrapperBuilder<C,B>>Builder.-
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 protectedThreadGroupJmxIncludeWrapper(ThreadGroupJmxIncludeWrapper.ThreadGroupJmxIncludeWrapperBuilder<?,?> b)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ThreadGroupJmxIncludeWrapper.ThreadGroupJmxIncludeWrapperBuilder<?,?>builder()ThreadGroupJmxIncludeWrapper.ThreadGroupJmxIncludeWrapperBuilder<?,?>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
-
ThreadGroupJmxIncludeWrapper
protected ThreadGroupJmxIncludeWrapper(ThreadGroupJmxIncludeWrapper.ThreadGroupJmxIncludeWrapperBuilder<?,?> b)
-
-
Method Detail
-
builder
public static ThreadGroupJmxIncludeWrapper.ThreadGroupJmxIncludeWrapperBuilder<?,?> builder()
-
toBuilder
public ThreadGroupJmxIncludeWrapper.ThreadGroupJmxIncludeWrapperBuilder<?,?> toBuilder()
-
-