Package org.apache.jmeter.engine.util
Class UndoVariableReplacement
java.lang.Object
org.apache.jmeter.engine.util.UndoVariableReplacement
- All Implemented Interfaces:
org.apache.jmeter.engine.util.PropertyTransformer
Replaces ${key} by value extracted from
JMeterVariables
if any-
Constructor Summary
ConstructorDescriptionUndoVariableReplacement
(CompoundVariable masterFunction, Map<String, String> variables) -
Method Summary
Modifier and TypeMethodDescriptionprotected CompoundVariable
void
setMasterFunction
(CompoundVariable variable) void
setVariables
(Map<String, String> map) default JMeterProperty
transform
(JMeterProperty input) Deprecated.transformValue
(JMeterProperty prop)
-
Constructor Details
-
UndoVariableReplacement
-
-
Method Details
-
transformValue
- Throws:
InvalidVariableException
-
setMasterFunction
-
getMasterFunction
-
getVariables
-
setVariables
-
transform
Deprecated.- Specified by:
transform
in interfaceorg.apache.jmeter.engine.util.PropertyTransformer
-