Class AuthManagerWrapper.AuthManagerWrapperBuilder<C extends AuthManagerWrapper,B extends AuthManagerWrapper.AuthManagerWrapperBuilder<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<T,C,B>
-
- org.anasoid.jmc.core.wrapper.jmeter.config.ConfigTestElementWrapper.ConfigTestElementWrapperBuilder<org.apache.jmeter.protocol.http.control.AuthManager,org.apache.jmeter.protocol.http.gui.AuthPanel,C,B>
-
- org.anasoid.jmc.core.wrapper.jmeter.protocol.http.control.AuthManagerWrapper.AuthManagerWrapperBuilder<C,B>
-
- All Implemented Interfaces:
JmcWrapperBuilder<C>
- Enclosing class:
- AuthManagerWrapper
public abstract static class AuthManagerWrapper.AuthManagerWrapperBuilder<C extends AuthManagerWrapper,B extends AuthManagerWrapper.AuthManagerWrapperBuilder<C,B>> extends ConfigTestElementWrapper.ConfigTestElementWrapperBuilder<org.apache.jmeter.protocol.http.control.AuthManager,org.apache.jmeter.protocol.http.gui.AuthPanel,C,B>
builder.
-
-
Constructor Summary
Constructors Constructor Description AuthManagerWrapperBuilder()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description protected B$fillValuesFrom(C instance)BaddAuthorization(AuthorizationWrapper authorization)Add authorization.BaddAuthorizations(java.util.List<AuthorizationWrapper> authorizations)Add authorization List.abstract Cbuild()build Wrapper.protected abstract Bself()java.lang.StringtoString()protected BwithAuthorizations(java.util.List<AuthorizationWrapper> authorizations)BwithClearEachIteration(boolean clearEachIteration)clearEachIteration.BwithControlledByThread(boolean controlledByThread)controlledByThread.-
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
-
withClearEachIteration
public B withClearEachIteration(boolean clearEachIteration)
clearEachIteration.
-
withControlledByThread
public B withControlledByThread(boolean controlledByThread)
controlledByThread.
-
withAuthorizations
protected B withAuthorizations(java.util.List<AuthorizationWrapper> authorizations)
-
addAuthorizations
public B addAuthorizations(java.util.List<AuthorizationWrapper> authorizations)
Add authorization List.
-
addAuthorization
public B addAuthorization(AuthorizationWrapper authorization)
Add authorization.
-
$fillValuesFrom
protected B $fillValuesFrom(C instance)
- Overrides:
$fillValuesFromin classConfigTestElementWrapper.ConfigTestElementWrapperBuilder<org.apache.jmeter.protocol.http.control.AuthManager,org.apache.jmeter.protocol.http.gui.AuthPanel,C extends AuthManagerWrapper,B extends AuthManagerWrapper.AuthManagerWrapperBuilder<C,B>>
-
self
protected abstract B self()
- Specified by:
selfin classConfigTestElementWrapper.ConfigTestElementWrapperBuilder<org.apache.jmeter.protocol.http.control.AuthManager,org.apache.jmeter.protocol.http.gui.AuthPanel,C extends AuthManagerWrapper,B extends AuthManagerWrapper.AuthManagerWrapperBuilder<C,B>>
-
build
public abstract C build()
Description copied from interface:JmcWrapperBuilderbuild Wrapper.- Specified by:
buildin interfaceJmcWrapperBuilder<C extends AuthManagerWrapper>- Specified by:
buildin classConfigTestElementWrapper.ConfigTestElementWrapperBuilder<org.apache.jmeter.protocol.http.control.AuthManager,org.apache.jmeter.protocol.http.gui.AuthPanel,C extends AuthManagerWrapper,B extends AuthManagerWrapper.AuthManagerWrapperBuilder<C,B>>
-
toString
public java.lang.String toString()
- Overrides:
toStringin classConfigTestElementWrapper.ConfigTestElementWrapperBuilder<org.apache.jmeter.protocol.http.control.AuthManager,org.apache.jmeter.protocol.http.gui.AuthPanel,C extends AuthManagerWrapper,B extends AuthManagerWrapper.AuthManagerWrapperBuilder<C,B>>
-
-