|
Apache JMeter | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.jmeter.threads.SamplePackage
public class SamplePackage
Packages methods related to sample handling.
Constructor Summary | |
---|---|
SamplePackage()
|
|
SamplePackage(List configs,
List modifiers,
List responseModifiers,
List listeners,
List timers,
List assertions,
List extractors,
List pres,
List controllers)
|
Method Summary | |
---|---|
void |
addAssertion(Assertion asser)
|
void |
addPostProcessor(PostProcessor ex)
|
void |
addPreProcessor(PreProcessor pre)
|
void |
addSampleListener(SampleListener listener)
|
void |
addTimer(Timer timer)
|
List |
getAssertions()
|
List |
getConfigs()
Returns the configs. |
List |
getModifiers()
Returns the modifiers. |
List |
getPostProcessors()
|
List |
getPreProcessors()
Returns the preProcessors. |
List |
getResponseModifiers()
Returns the responseModifiers. |
List |
getSampleListeners()
|
Sampler |
getSampler()
|
List |
getTimers()
|
void |
recoverRunningVersion()
|
void |
setAssertions(List assertions)
Sets the assertions. |
void |
setConfigs(List configs)
Sets the configs. |
void |
setModifiers(List modifiers)
Sets the modifiers. |
void |
setPostProcessors(List postProcessors)
Sets the postProcessors. |
void |
setPreProcessors(List preProcessors)
Sets the preProcessors. |
void |
setResponseModifiers(List responseModifiers)
Sets the responseModifiers. |
void |
setRunningVersion(boolean running)
|
void |
setSampleListeners(List sampleListeners)
Sets the sampleListeners. |
void |
setSampler(Sampler s)
|
void |
setTimers(List timers)
Sets the timers. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SamplePackage()
public SamplePackage(List configs, List modifiers, List responseModifiers, List listeners, List timers, List assertions, List extractors, List pres, List controllers)
Method Detail |
---|
public void setRunningVersion(boolean running)
public void recoverRunningVersion()
public List getSampleListeners()
public void addSampleListener(SampleListener listener)
public List getTimers()
public void addPostProcessor(PostProcessor ex)
public void addPreProcessor(PreProcessor pre)
public void addTimer(Timer timer)
public void addAssertion(Assertion asser)
public List getAssertions()
public List getPostProcessors()
public Sampler getSampler()
public void setSampler(Sampler s)
public List getPreProcessors()
public void setPreProcessors(List preProcessors)
preProcessors
- the preProcessors to setpublic List getConfigs()
public List getModifiers()
public List getResponseModifiers()
public void setAssertions(List assertions)
assertions
- the assertions to setpublic void setConfigs(List configs)
configs
- the configs to setpublic void setModifiers(List modifiers)
modifiers
- the modifiers to setpublic void setPostProcessors(List postProcessors)
postProcessors
- the postProcessors to setpublic void setResponseModifiers(List responseModifiers)
responseModifiers
- the responseModifiers to setpublic void setSampleListeners(List sampleListeners)
sampleListeners
- the sampleListeners to setpublic void setTimers(List timers)
timers
- the timers to set
|
Apache JMeter | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |