public class BeanShell
extends org.apache.jmeter.functions.AbstractFunction
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
INIT_FILE |
Constructor and Description |
---|
BeanShell() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
execute(org.apache.jmeter.samplers.SampleResult previousResult,
org.apache.jmeter.samplers.Sampler currentSampler) |
java.util.List<java.lang.String> |
getArgumentDesc() |
java.lang.String |
getReferenceKey() |
void |
log_info(java.lang.String s) |
void |
setParameters(java.util.Collection<org.apache.jmeter.engine.util.CompoundVariable> parameters) |
public static final java.lang.String INIT_FILE
public java.lang.String execute(org.apache.jmeter.samplers.SampleResult previousResult, org.apache.jmeter.samplers.Sampler currentSampler) throws org.apache.jmeter.functions.InvalidVariableException
execute
in interface org.apache.jmeter.functions.Function
execute
in class org.apache.jmeter.functions.AbstractFunction
org.apache.jmeter.functions.InvalidVariableException
public void log_info(java.lang.String s)
public void setParameters(java.util.Collection<org.apache.jmeter.engine.util.CompoundVariable> parameters) throws org.apache.jmeter.functions.InvalidVariableException
setParameters
in interface org.apache.jmeter.functions.Function
setParameters
in class org.apache.jmeter.functions.AbstractFunction
org.apache.jmeter.functions.InvalidVariableException
public java.lang.String getReferenceKey()
getReferenceKey
in interface org.apache.jmeter.functions.Function
getReferenceKey
in class org.apache.jmeter.functions.AbstractFunction
public java.util.List<java.lang.String> getArgumentDesc()
Copyright © 1998-2018 Apache Software Foundation. All Rights Reserved.