|
Apache JMeter | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.jmeter.engine.util.CompoundVariable
CompoundFunction.
Constructor Summary | |
CompoundVariable()
|
|
CompoundVariable(String parameters)
|
Method Summary | |
void |
clear()
|
String |
execute()
|
String |
execute(SampleResult previousResult,
Sampler currentSampler)
Given the previous SampleResult and the current Sampler, return a string to use as a replacement value for the function call. |
List |
getArgumentDesc()
Return a list of strings briefly describing each parameter your function takes. |
CompoundVariable |
getFunction()
|
String |
getRawParameters()
Allows the retrieval of the original String prior to it being compiled. |
String |
getReferenceKey()
Return the name of your function. |
boolean |
hasFunction()
|
void |
setParameters(Collection parameters)
A collection of the parameters used to configure your function. |
void |
setParameters(String parameters)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public CompoundVariable()
public CompoundVariable(String parameters)
Method Detail |
public String execute()
public String getRawParameters()
public String execute(SampleResult previousResult, Sampler currentSampler)
Function
execute
in interface Function
public CompoundVariable getFunction()
public List getArgumentDesc()
Function
getArgumentDesc
in interface Function
public void clear()
public void setParameters(String parameters) throws InvalidVariableException
InvalidVariableException
public boolean hasFunction()
public String getReferenceKey()
Function
getReferenceKey
in interface Function
Function.getReferenceKey()
public void setParameters(Collection parameters) throws InvalidVariableException
Function
setParameters
in interface Function
parameters
-
InvalidVariableException
|
Apache JMeter | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |