Package org.apache.jmeter.reporters
Class ResultSaver
java.lang.Object
org.apache.jmeter.testelement.AbstractTestElement
org.apache.jmeter.reporters.ResultSaver
- All Implemented Interfaces:
Serializable
,Cloneable
,Searchable
,SampleListener
,TestElement
Save Result responseData to a set of files
This is mainly intended for validation tests
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
Fields inherited from interface org.apache.jmeter.testelement.TestElement
COMMENTS, ENABLED, GUI_CLASS, NAME, TEST_CLASS
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
clear()
Clear the TestElement of all data.void
Saves the sample result (and any sub results) in filesvoid
A sample has started.void
A sample has stopped.Methods inherited from class org.apache.jmeter.testelement.AbstractTestElement
addPropertiesValues, addProperty, addProperty, addTestElement, canRemove, clearTemporary, clearTestElementChildren, clone, emptyTemporary, equals, getComment, getName, getProperty, getPropertyAsBoolean, getPropertyAsBoolean, getPropertyAsDouble, getPropertyAsFloat, getPropertyAsInt, getPropertyAsInt, getPropertyAsLong, getPropertyAsLong, getPropertyAsString, getPropertyAsString, getSearchableTokens, getThreadContext, getThreadName, hashCode, isEnabled, isRunningVersion, isTemporary, logProperties, mergeIn, propertyIterator, recoverRunningVersion, removeProperty, setComment, setEnabled, setName, setProperty, setProperty, setProperty, setProperty, setProperty, setProperty, setProperty, setProperty, setProperty, setRunningVersion, setTemporary, setThreadContext, setThreadName, traverse, traverseCollection, traverseMap, traverseProperty
-
Field Details
-
FILENAME
- See Also:
-
VARIABLE_NAME
- See Also:
-
ERRORS_ONLY
- See Also:
-
SUCCESS_ONLY
- See Also:
-
SKIP_AUTO_NUMBER
- See Also:
-
SKIP_SUFFIX
- See Also:
-
ADD_TIMESTAMP
- See Also:
-
NUMBER_PAD_LENGTH
- See Also:
-
-
Constructor Details
-
ResultSaver
public ResultSaver() -
ResultSaver
-
-
Method Details
-
clear
public void clear()Description copied from class:AbstractTestElement
Clear the TestElement of all data.- Specified by:
clear
in interfaceTestElement
- Overrides:
clear
in classAbstractTestElement
-
sampleOccurred
Saves the sample result (and any sub results) in files- Specified by:
sampleOccurred
in interfaceSampleListener
- Parameters:
e
- theSampleEvent
that has occurred- See Also:
-
sampleStarted
A sample has started.- Specified by:
sampleStarted
in interfaceSampleListener
- Parameters:
e
- theSampleEvent
that has started
-
sampleStopped
A sample has stopped.- Specified by:
sampleStopped
in interfaceSampleListener
- Parameters:
e
- theSampleEvent
that has stopped
-