Uses of Class
us.abstracta.jmeter.javadsl.core.postprocessors.DslRegexExtractor.TargetField
-
Packages that use DslRegexExtractor.TargetField Package Description us.abstracta.jmeter.javadsl.core.postprocessors -
-
Uses of DslRegexExtractor.TargetField in us.abstracta.jmeter.javadsl.core.postprocessors
Fields in us.abstracta.jmeter.javadsl.core.postprocessors declared as DslRegexExtractor.TargetField Modifier and Type Field Description protected DslRegexExtractor.TargetFieldDslRegexExtractor. fieldToCheckMethods in us.abstracta.jmeter.javadsl.core.postprocessors that return DslRegexExtractor.TargetField Modifier and Type Method Description static DslRegexExtractor.TargetFieldDslRegexExtractor.TargetField. valueOf(String name)Returns the enum constant of this type with the specified name.static DslRegexExtractor.TargetField[]DslRegexExtractor.TargetField. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in us.abstracta.jmeter.javadsl.core.postprocessors with parameters of type DslRegexExtractor.TargetField Modifier and Type Method Description DslRegexExtractorDslRegexExtractor. fieldToCheck(DslRegexExtractor.TargetField fieldToCheck)Allows specifying what part of request or response to apply the regular extractor to.
-