|
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<ConfigTestElement> configs,
List<?> modifiers,
List<?> responseModifiers,
List<SampleListener> listeners,
List<Timer> timers,
List<Assertion> assertions,
List<PostProcessor> postProcessors,
List<PreProcessor> preProcessors,
List<TestElement> controllers)
|
Method Summary | |
---|---|
void |
addAssertion(Assertion asser)
|
void |
addPostProcessor(PostProcessor ex)
|
void |
addPreProcessor(PreProcessor pre)
|
void |
addSampleListener(SampleListener listener)
|
void |
addTimer(Timer timer)
|
List<Assertion> |
getAssertions()
|
List<ConfigTestElement> |
getConfigs()
Returns the configs. |
List<?> |
getModifiers()
Returns the modifiers. |
List<PostProcessor> |
getPostProcessors()
|
List<PreProcessor> |
getPreProcessors()
Returns the preProcessors. |
List<?> |
getResponseModifiers()
Returns the responseModifiers. |
List<SampleListener> |
getSampleListeners()
|
Sampler |
getSampler()
|
List<Timer> |
getTimers()
|
void |
recoverRunningVersion()
|
void |
setAssertions(List<Assertion> assertions)
Sets the assertions. |
void |
setConfigs(List<ConfigTestElement> configs)
Sets the configs. |
void |
setModifiers(List<?> modifiers)
Sets the modifiers. |
void |
setPostProcessors(List<PostProcessor> postProcessors)
Sets the postProcessors. |
void |
setPreProcessors(List<PreProcessor> preProcessors)
Sets the preProcessors. |
void |
setResponseModifiers(List<?> responseModifiers)
Sets the responseModifiers. |
void |
setRunningVersion(boolean running)
|
void |
setSampleListeners(List<SampleListener> sampleListeners)
Sets the sampleListeners. |
void |
setSampler(Sampler s)
|
void |
setTimers(List<Timer> 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<ConfigTestElement> configs, List<?> modifiers, List<?> responseModifiers, List<SampleListener> listeners, List<Timer> timers, List<Assertion> assertions, List<PostProcessor> postProcessors, List<PreProcessor> preProcessors, List<TestElement> controllers)
Method Detail |
---|
public void setRunningVersion(boolean running)
public void recoverRunningVersion()
public List<SampleListener> getSampleListeners()
public void addSampleListener(SampleListener listener)
public List<Timer> getTimers()
public void addPostProcessor(PostProcessor ex)
public void addPreProcessor(PreProcessor pre)
public void addTimer(Timer timer)
public void addAssertion(Assertion asser)
public List<Assertion> getAssertions()
public List<PostProcessor> getPostProcessors()
public Sampler getSampler()
public void setSampler(Sampler s)
public List<PreProcessor> getPreProcessors()
public void setPreProcessors(List<PreProcessor> preProcessors)
preProcessors
- the preProcessors to setpublic List<ConfigTestElement> getConfigs()
public List<?> getModifiers()
public List<?> getResponseModifiers()
public void setAssertions(List<Assertion> assertions)
assertions
- the assertions to setpublic void setConfigs(List<ConfigTestElement> configs)
configs
- the configs to setpublic void setModifiers(List<?> modifiers)
modifiers
- the modifiers to setpublic void setPostProcessors(List<PostProcessor> postProcessors)
postProcessors
- the postProcessors to setpublic void setResponseModifiers(List<?> responseModifiers)
responseModifiers
- the responseModifiers to setpublic void setSampleListeners(List<SampleListener> sampleListeners)
sampleListeners
- the sampleListeners to setpublic void setTimers(List<Timer> timers)
timers
- the timers to set
|
Apache JMeter | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |