|
Apache JMeter 2.1.1 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.jmeter.samplers.SampleSaveConfiguration
Field Summary | |
static String |
ALL
A properties file indicator for all of a series |
static String |
ASSERTION_RESULT_TAG_NAME
|
static String |
ASSERTION_RESULTS_FAILURE_MESSAGE_PROP
The name of the property indicating which assertion results should be saved. |
static String |
ASSERTION_RESULTS_PROP
The name of the property indicating which assertion results should be saved. |
static String |
BINARY
|
static String |
CSV
Indicates that the results file should be in CSV format |
static String |
DATA_TYPE
|
static String |
DATABASE
Indicates that the results should be stored in a database |
static String |
DEFAULT_DELIMITER_PROP
The name of the property indicating which delimiter should be used when saving in a delimited values format. |
static String |
ERROR
|
static String |
FAILURE
|
static String |
FAILURE_MESSAGE
|
static String |
FALSE
A properties file indicator for false |
static String |
FIRST
A properties file indicator for the first of a series |
static String |
LABEL
|
static String |
MILLISECONDS
A properties file indicator for milliseconds |
static String |
NONE
A properties file indicator for none |
static String |
OUTPUT_FORMAT_PROP
The name of the property indicating which format should be used when saving the results, e.g., xml or csv. |
static String |
PRESERVE
|
static String |
PRINT_FIELD_NAMES_PROP
The name of the property indicating whether field names should be printed to a delimited file. |
static String |
RESPONSE_CODE
|
static String |
RESPONSE_MESSAGE
|
static String |
SAMPLE_RESULT_TAG_NAME
|
static int |
SAVE_ALL_ASSERTIONS
|
static String |
SAVE_DATA_TYPE_PROP
The name of the property indicating whether the data type should be saved. |
static int |
SAVE_FIRST_ASSERTION
|
static String |
SAVE_LABEL_PROP
The name of the property indicating whether the label should be saved. |
static int |
SAVE_NO_ASSERTIONS
|
static String |
SAVE_RESPONSE_CODE_PROP
The name of the property indicating whether the response code should be saved. |
static String |
SAVE_RESPONSE_DATA_ON_ERROR_PROP
|
static String |
SAVE_RESPONSE_DATA_PROP
The name of the property indicating whether the response data should be saved. |
static String |
SAVE_RESPONSE_MESSAGE_PROP
The name of the property indicating whether the response message should be saved. |
static String |
SAVE_SUCCESSFUL_PROP
The name of the property indicating whether the success indicator should be saved. |
static String |
SAVE_THREAD_NAME_PROP
The name of the property indicating whether the thread name should be saved. |
static String |
SAVE_TIME_PROP
The name of the property indicating whether the time should be saved. |
static String |
SUCCESSFUL
|
static String |
THREAD_NAME
|
static String |
TIME
|
static String |
TIME_STAMP
|
static String |
TIME_STAMP_FORMAT_PROP
The name of the property indicating whether the time stamp should be saved. |
static String |
TRUE
A properties file indicator for true |
static String |
XML
Indicates that the results file should be in XML format |
static String |
XML_SPACE
|
Constructor Summary | |
SampleSaveConfiguration()
|
Method Summary | |
int |
assertionsResultsToSave()
|
Object |
clone()
|
SimpleDateFormat |
formatter()
|
String |
getDelimiter()
|
boolean |
printMilliseconds()
|
boolean |
saveAssertionResultsFailureMessage()
|
boolean |
saveAssertions()
|
boolean |
saveAsXml()
|
boolean |
saveCode()
|
boolean |
saveDataType()
|
boolean |
saveEncoding()
|
boolean |
saveFieldNames()
|
boolean |
saveLabel()
|
boolean |
saveLatency()
|
boolean |
saveMessage()
|
boolean |
saveRequestHeaders()
|
boolean |
saveResponseData()
|
boolean |
saveResponseData(SampleResult res)
Should samplerData be saved for the current result? |
boolean |
saveResponseHeaders()
|
boolean |
saveSamplerData()
|
boolean |
saveSamplerData(SampleResult res)
|
boolean |
saveSubresults()
|
boolean |
saveSuccess()
|
boolean |
saveThreadName()
|
boolean |
saveTime()
|
boolean |
saveTimestamp()
|
void |
setAssertionResultsFailureMessage(boolean b)
|
void |
setAssertions(boolean assertions)
|
void |
setAsXml(boolean xml)
|
void |
setCode(boolean code)
|
void |
setDataType(boolean dataType)
|
void |
setEncoding(boolean encoding)
|
void |
setFieldNames(boolean printFieldNames)
|
void |
setLabel(boolean label)
|
void |
setLatency(boolean latency)
|
void |
setMessage(boolean message)
|
void |
setRequestHeaders(boolean r)
|
void |
setResponseData(boolean responseData)
|
void |
setResponseHeaders(boolean r)
|
void |
setSamplerData(boolean samplerData)
|
void |
setSubresults(boolean subresults)
|
void |
setSuccess(boolean success)
|
void |
setThreadName(boolean threadName)
|
void |
setTime(boolean time)
|
void |
setTimestamp(boolean timestamp)
|
static SampleSaveConfiguration |
staticConfig()
|
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final String XML
public static final String CSV
public static final String DATABASE
public static final String TRUE
public static final String FALSE
public static final String MILLISECONDS
public static final String NONE
public static final String FIRST
public static final String ALL
public static final String ASSERTION_RESULTS_FAILURE_MESSAGE_PROP
public static final String ASSERTION_RESULTS_PROP
public static final String DEFAULT_DELIMITER_PROP
public static final String OUTPUT_FORMAT_PROP
public static final String PRINT_FIELD_NAMES_PROP
public static final String SAVE_DATA_TYPE_PROP
public static final String SAVE_LABEL_PROP
public static final String SAVE_RESPONSE_CODE_PROP
public static final String SAVE_RESPONSE_DATA_PROP
public static final String SAVE_RESPONSE_DATA_ON_ERROR_PROP
public static final String SAVE_RESPONSE_MESSAGE_PROP
public static final String SAVE_SUCCESSFUL_PROP
public static final String SAVE_THREAD_NAME_PROP
public static final String SAVE_TIME_PROP
public static final String TIME_STAMP_FORMAT_PROP
public static final String PRESERVE
public static final String XML_SPACE
public static final String ASSERTION_RESULT_TAG_NAME
public static final String BINARY
public static final String DATA_TYPE
public static final String ERROR
public static final String FAILURE
public static final String FAILURE_MESSAGE
public static final String LABEL
public static final String RESPONSE_CODE
public static final String RESPONSE_MESSAGE
public static final String SAMPLE_RESULT_TAG_NAME
public static final String SUCCESSFUL
public static final String THREAD_NAME
public static final String TIME
public static final String TIME_STAMP
public static final int SAVE_NO_ASSERTIONS
public static final int SAVE_FIRST_ASSERTION
public static final int SAVE_ALL_ASSERTIONS
Constructor Detail |
public SampleSaveConfiguration()
Method Detail |
public static SampleSaveConfiguration staticConfig()
public Object clone()
public boolean saveResponseHeaders()
public void setResponseHeaders(boolean r)
public boolean saveRequestHeaders()
public void setRequestHeaders(boolean r)
public boolean saveAssertions()
public void setAssertions(boolean assertions)
assertions
- The assertions to set.public boolean saveCode()
public void setCode(boolean code)
code
- The code to set.public boolean saveDataType()
public void setDataType(boolean dataType)
dataType
- The dataType to set.public boolean saveEncoding()
public void setEncoding(boolean encoding)
encoding
- The encoding to set.public boolean saveLabel()
public void setLabel(boolean label)
label
- The label to set.public boolean saveLatency()
public void setLatency(boolean latency)
latency
- The latency to set.public boolean saveMessage()
public void setMessage(boolean message)
message
- The message to set.public boolean saveResponseData(SampleResult res)
public boolean saveResponseData()
public void setResponseData(boolean responseData)
responseData
- The responseData to set.public boolean saveSamplerData(SampleResult res)
public boolean saveSamplerData()
public void setSamplerData(boolean samplerData)
samplerData
- The samplerData to set.public boolean saveSubresults()
public void setSubresults(boolean subresults)
subresults
- The subresults to set.public boolean saveSuccess()
public void setSuccess(boolean success)
success
- The success to set.public boolean saveThreadName()
public void setThreadName(boolean threadName)
threadName
- The threadName to set.public boolean saveTime()
public void setTime(boolean time)
time
- The time to set.public boolean saveTimestamp()
public void setTimestamp(boolean timestamp)
timestamp
- The timestamp to set.public boolean saveAsXml()
public void setAsXml(boolean xml)
xml
- The xml to set.public boolean saveFieldNames()
public void setFieldNames(boolean printFieldNames)
printFieldNames
- -
should field names be printed?public boolean printMilliseconds()
public SimpleDateFormat formatter()
public boolean saveAssertionResultsFailureMessage()
public void setAssertionResultsFailureMessage(boolean b)
public int assertionsResultsToSave()
public String getDelimiter()
|
Apache JMeter 2.1.1 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |