Class ThreadGroupJmxIncludeWrapper.ThreadGroupJmxIncludeWrapperBuilder<C extends ThreadGroupJmxIncludeWrapper,B extends ThreadGroupJmxIncludeWrapper.ThreadGroupJmxIncludeWrapperBuilder<C,B>>
- java.lang.Object
-
- org.anasoid.jmc.core.wrapper.jmc.generic.AbstractJmxIncludeWrapper.AbstractJmxIncludeWrapperBuilder<T,C,B>
-
- org.anasoid.jmc.core.wrapper.jmc.generic.AbstractParentJmxIncludeWrapper.AbstractParentJmxIncludeWrapperBuilder<org.apache.jmeter.testelement.AbstractTestElement,C,B>
-
- org.anasoid.jmc.core.wrapper.jmeter.threads.ThreadGroupJmxIncludeWrapper.ThreadGroupJmxIncludeWrapperBuilder<C,B>
-
- Enclosing class:
- ThreadGroupJmxIncludeWrapper
public abstract static class ThreadGroupJmxIncludeWrapper.ThreadGroupJmxIncludeWrapperBuilder<C extends ThreadGroupJmxIncludeWrapper,B extends ThreadGroupJmxIncludeWrapper.ThreadGroupJmxIncludeWrapperBuilder<C,B>> extends AbstractParentJmxIncludeWrapper.AbstractParentJmxIncludeWrapperBuilder<org.apache.jmeter.testelement.AbstractTestElement,C,B>
Builder.
-
-
Constructor Summary
Constructors Constructor Description ThreadGroupJmxIncludeWrapperBuilder()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description protected B$fillValuesFrom(C instance)BaddController(ControllerWrapper<?> controller)Add Controller.<E extends ControllerWrapper<?>>
BaddController(JmcTemplate<E> template)Add Controller.BaddControllers(java.util.List<ControllerWrapper<?>> controllers)Add Controllers as child in tree.BaddSampler(AbstractSamplerWrapper<?,?> sampler)Add sampler.<E extends AbstractSamplerWrapper<?,?>>
BaddSampler(JmcTemplate<E> template)Add sampler.BaddSamplers(java.util.List<AbstractSamplerWrapper<?,?>> samplers)Add samplers as child in tree.abstract Cbuild()protected abstract Bself()java.lang.StringtoString()to String.-
Methods inherited from class org.anasoid.jmc.core.wrapper.jmc.generic.AbstractParentJmxIncludeWrapper.AbstractParentJmxIncludeWrapperBuilder
addAssertion, addAssertion, addAssertions, addConfig, addConfig, addConfigs, addListener, addListener, addListener, addPostProcessor, addPostProcessor, addPostProcessors, addPreProcessor, addPreProcessor, addPreProcessors, addTimer, addTimer, addTimers, withChild, withChildren
-
Methods inherited from class org.anasoid.jmc.core.wrapper.jmc.generic.AbstractJmxIncludeWrapper.AbstractJmxIncludeWrapperBuilder
addParam, addParams, addTags, withParams, withPath, withTags
-
-
-
-
Method Detail
-
addSampler
public B addSampler(AbstractSamplerWrapper<?,?> sampler)
Add sampler.
-
addSampler
public <E extends AbstractSamplerWrapper<?,?>> B addSampler(JmcTemplate<E> template)
Add sampler.
-
addSamplers
public B addSamplers(java.util.List<AbstractSamplerWrapper<?,?>> samplers)
Add samplers as child in tree.
-
addController
public B addController(ControllerWrapper<?> controller)
Add Controller.
-
addController
public <E extends ControllerWrapper<?>> B addController(JmcTemplate<E> template)
Add Controller.
-
addControllers
public B addControllers(java.util.List<ControllerWrapper<?>> controllers)
Add Controllers as child in tree.
-
$fillValuesFrom
protected B $fillValuesFrom(C instance)
- Overrides:
$fillValuesFromin classAbstractParentJmxIncludeWrapper.AbstractParentJmxIncludeWrapperBuilder<org.apache.jmeter.testelement.AbstractTestElement,C extends ThreadGroupJmxIncludeWrapper,B extends ThreadGroupJmxIncludeWrapper.ThreadGroupJmxIncludeWrapperBuilder<C,B>>
-
self
protected abstract B self()
- Specified by:
selfin classAbstractParentJmxIncludeWrapper.AbstractParentJmxIncludeWrapperBuilder<org.apache.jmeter.testelement.AbstractTestElement,C extends ThreadGroupJmxIncludeWrapper,B extends ThreadGroupJmxIncludeWrapper.ThreadGroupJmxIncludeWrapperBuilder<C,B>>
-
build
public abstract C build()
- Specified by:
buildin classAbstractParentJmxIncludeWrapper.AbstractParentJmxIncludeWrapperBuilder<org.apache.jmeter.testelement.AbstractTestElement,C extends ThreadGroupJmxIncludeWrapper,B extends ThreadGroupJmxIncludeWrapper.ThreadGroupJmxIncludeWrapperBuilder<C,B>>
-
toString
public java.lang.String toString()
Description copied from class:AbstractJmxIncludeWrapper.AbstractJmxIncludeWrapperBuilderto String.- Overrides:
toStringin classAbstractParentJmxIncludeWrapper.AbstractParentJmxIncludeWrapperBuilder<org.apache.jmeter.testelement.AbstractTestElement,C extends ThreadGroupJmxIncludeWrapper,B extends ThreadGroupJmxIncludeWrapper.ThreadGroupJmxIncludeWrapperBuilder<C,B>>
-
-