| java.lang.Object org.apache.jmeter.threads.SamplePackage
SamplePackage | public class SamplePackage (Code) | | author: Michael Stover version: $Revision: 493779 $ |
SamplePackage | public SamplePackage()(Code) | | |
getConfigs | public List getConfigs()(Code) | | Returns the configs.
List |
getModifiers | public List getModifiers()(Code) | | Returns the modifiers.
|
getPostProcessors | public List getPostProcessors()(Code) | | |
getPreProcessors | public List getPreProcessors()(Code) | | Returns the preProcessors.
|
getResponseModifiers | public List getResponseModifiers()(Code) | | Returns the responseModifiers.
|
getSampleListeners | public List getSampleListeners()(Code) | | |
recoverRunningVersion | public void recoverRunningVersion()(Code) | | |
setAssertions | public void setAssertions(List assertions)(Code) | | Sets the assertions.
Parameters: assertions - the assertions to set |
setConfigs | public void setConfigs(List configs)(Code) | | Sets the configs.
Parameters: configs - the configs to set |
setModifiers | public void setModifiers(List modifiers)(Code) | | Sets the modifiers.
Parameters: modifiers - the modifiers to set |
setPostProcessors | public void setPostProcessors(List postProcessors)(Code) | | Sets the postProcessors.
Parameters: postProcessors - the postProcessors to set |
setPreProcessors | public void setPreProcessors(List preProcessors)(Code) | | Sets the preProcessors.
Parameters: preProcessors - the preProcessors to set |
setResponseModifiers | public void setResponseModifiers(List responseModifiers)(Code) | | Sets the responseModifiers.
Parameters: responseModifiers - the responseModifiers to set |
setRunningVersion | public void setRunningVersion(boolean running)(Code) | | |
setSampleListeners | public void setSampleListeners(List sampleListeners)(Code) | | Sets the sampleListeners.
Parameters: sampleListeners - the sampleListeners to set |
setTimers | public void setTimers(List timers)(Code) | | Sets the timers.
Parameters: timers - the timers to set |
|
|