Class GaussianRandomTimerWrapper.GaussianRandomTimerWrapperBuilder<C extends GaussianRandomTimerWrapper,B extends GaussianRandomTimerWrapper.GaussianRandomTimerWrapperBuilder<C,B>>
- java.lang.Object
-
- org.anasoid.jmc.core.wrapper.jmeter.testelement.basic.AbstractBasicTestElementWrapper.AbstractBasicTestElementWrapperBuilder<T,C,B>
-
- org.anasoid.jmc.core.wrapper.jmeter.testelement.basic.AbstractBasicChildTestElementWrapper.AbstractBasicChildTestElementWrapperBuilder<G,C,B>
-
- org.anasoid.jmc.core.wrapper.jmeter.timers.AbstractConstantTimerWrapper.AbstractConstantTimerWrapperBuilder<G,F,C,B>
-
- org.anasoid.jmc.core.wrapper.jmeter.timers.RandomTimerWrapper.RandomTimerWrapperBuilder<org.apache.jmeter.timers.GaussianRandomTimer,org.apache.jmeter.timers.gui.GaussianRandomTimerGui,C,B>
-
- org.anasoid.jmc.core.wrapper.jmeter.timers.GaussianRandomTimerWrapper.GaussianRandomTimerWrapperBuilder<C,B>
-
- All Implemented Interfaces:
JmcWrapperBuilder<C>
- Enclosing class:
- GaussianRandomTimerWrapper
public abstract static class GaussianRandomTimerWrapper.GaussianRandomTimerWrapperBuilder<C extends GaussianRandomTimerWrapper,B extends GaussianRandomTimerWrapper.GaussianRandomTimerWrapperBuilder<C,B>> extends RandomTimerWrapper.RandomTimerWrapperBuilder<org.apache.jmeter.timers.GaussianRandomTimer,org.apache.jmeter.timers.gui.GaussianRandomTimerGui,C,B>
builder.
-
-
Constructor Summary
Constructors Constructor Description GaussianRandomTimerWrapperBuilder()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description protected B$fillValuesFrom(C instance)abstract Cbuild()build Wrapper.protected abstract Bself()java.lang.StringtoString()BwithDeviation(java.lang.Integer deviation)Deviation in milliseconds.BwithDeviation(java.lang.String deviation)Deviation in milliseconds.BwithDeviation(Variable deviation)Deviation in milliseconds.-
Methods inherited from class org.anasoid.jmc.core.wrapper.jmeter.timers.RandomTimerWrapper.RandomTimerWrapperBuilder
withRange
-
Methods inherited from class org.anasoid.jmc.core.wrapper.jmeter.timers.AbstractConstantTimerWrapper.AbstractConstantTimerWrapperBuilder
withDelay, withDelay, withDelay
-
Methods inherited from class org.anasoid.jmc.core.wrapper.jmeter.testelement.basic.AbstractBasicChildTestElementWrapper.AbstractBasicChildTestElementWrapperBuilder
withComment, withEnabled, withName
-
Methods inherited from class org.anasoid.jmc.core.wrapper.jmeter.testelement.basic.AbstractBasicTestElementWrapper.AbstractBasicTestElementWrapperBuilder
addTags, withIsInitialized, withTags
-
-
-
-
Method Detail
-
withDeviation
public B withDeviation(java.lang.String deviation)
Deviation in milliseconds.
-
withDeviation
public B withDeviation(java.lang.Integer deviation)
Deviation in milliseconds.
-
$fillValuesFrom
protected B $fillValuesFrom(C instance)
- Overrides:
$fillValuesFromin classRandomTimerWrapper.RandomTimerWrapperBuilder<org.apache.jmeter.timers.GaussianRandomTimer,org.apache.jmeter.timers.gui.GaussianRandomTimerGui,C extends GaussianRandomTimerWrapper,B extends GaussianRandomTimerWrapper.GaussianRandomTimerWrapperBuilder<C,B>>
-
self
protected abstract B self()
- Specified by:
selfin classRandomTimerWrapper.RandomTimerWrapperBuilder<org.apache.jmeter.timers.GaussianRandomTimer,org.apache.jmeter.timers.gui.GaussianRandomTimerGui,C extends GaussianRandomTimerWrapper,B extends GaussianRandomTimerWrapper.GaussianRandomTimerWrapperBuilder<C,B>>
-
build
public abstract C build()
Description copied from interface:JmcWrapperBuilderbuild Wrapper.- Specified by:
buildin interfaceJmcWrapperBuilder<C extends GaussianRandomTimerWrapper>- Specified by:
buildin classRandomTimerWrapper.RandomTimerWrapperBuilder<org.apache.jmeter.timers.GaussianRandomTimer,org.apache.jmeter.timers.gui.GaussianRandomTimerGui,C extends GaussianRandomTimerWrapper,B extends GaussianRandomTimerWrapper.GaussianRandomTimerWrapperBuilder<C,B>>
-
toString
public java.lang.String toString()
- Overrides:
toStringin classRandomTimerWrapper.RandomTimerWrapperBuilder<org.apache.jmeter.timers.GaussianRandomTimer,org.apache.jmeter.timers.gui.GaussianRandomTimerGui,C extends GaussianRandomTimerWrapper,B extends GaussianRandomTimerWrapper.GaussianRandomTimerWrapperBuilder<C,B>>
-
-