Class DslRecordingController.OnlyChildrenMethodCall
- java.lang.Object
-
- us.abstracta.jmeter.javadsl.codegeneration.MethodCall
-
- us.abstracta.jmeter.javadsl.core.controllers.DslRecordingController.OnlyChildrenMethodCall
-
- All Implemented Interfaces:
CodeSegment
- Enclosing class:
- DslRecordingController
public static class DslRecordingController.OnlyChildrenMethodCall extends MethodCall
-
-
Field Summary
-
Fields inherited from class us.abstracta.jmeter.javadsl.codegeneration.MethodCall
INDENT, methodName
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedOnlyChildrenMethodCall()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringbuildCode(String indent)-
Methods inherited from class us.abstracta.jmeter.javadsl.codegeneration.MethodCall
buildAssignmentCode, buildCode, buildNoMatchingMethodFoundException, buildParamsCode, buildUnsupported, chain, chain, chainComment, chainSize, child, emptyCall, findParamsMatchingMethod, forStaticMethod, fromBuilderMethod, getImports, getMethodDefinitions, getReturnType, getStaticImports, headingComment, isCommented, prependChild, reChain, replaceChild, setCommented, unchain
-
-
-
-
Method Detail
-
buildCode
public String buildCode(String indent)
- Specified by:
buildCodein interfaceCodeSegment- Overrides:
buildCodein classMethodCall
-
-