public class CorrectedResultCollector
extends org.apache.jmeter.reporters.ResultCollector
| Modifier and Type | Field and Description |
|---|---|
static String |
EMPTY_FIELD |
static String |
END_OFFSET |
static String |
EXCLUDE_REGEX_CHECKBOX_STATE |
static String |
EXCLUDE_SAMPLE_LABELS |
static String |
INCLUDE_REGEX_CHECKBOX_STATE |
static String |
INCLUDE_SAMPLE_LABELS |
static String |
PREFIX_LABEL |
static String |
START_OFFSET |
| Constructor and Description |
|---|
CorrectedResultCollector() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getList(String prop) |
String |
getPrefixLabel(String prop) |
String |
getRegex(String prop) |
boolean |
getRegexChkboxState(String prop) |
long |
getTimeDelimiter(String prop,
long indice) |
void |
setEnabledExcludeRegex(boolean prop) |
void |
setEnabledIncludeRegex(boolean prop) |
void |
setEndOffset(String endOffset) |
void |
setExcludeLabels(String excludeLabels) |
void |
setIncludeLabels(String includesLabels) |
void |
setPrefixLabel(String prefixLabel) |
void |
setStartOffset(String startOffset) |
void |
testStarted() |
void |
testStarted(String host) |
clearData, clone, flushFile, getFilename, getSaveConfig, isErrorLogging, isSampleWanted, isSampleWanted, isSuccessOnlyLogging, loadExistingFile, recordStats, sampleOccurred, sampleStarted, sampleStopped, sendToVisualizer, setErrorLogging, setFilename, setSaveConfig, setSuccessOnlyLogging, testEnded, testEndedgetVisualizer, setListeneraddPropertiesValues, addProperty, addProperty, addTestElement, canRemove, clear, clearTemporary, clearTestElementChildren, 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, traversePropertypublic static final String INCLUDE_SAMPLE_LABELS
public static final String EXCLUDE_SAMPLE_LABELS
public static final String INCLUDE_REGEX_CHECKBOX_STATE
public static final String EXCLUDE_REGEX_CHECKBOX_STATE
public static final String START_OFFSET
public static final String END_OFFSET
public static final String PREFIX_LABEL
public static final String EMPTY_FIELD
public void testStarted()
testStarted in interface org.apache.jmeter.testelement.TestStateListenertestStarted in class org.apache.jmeter.reporters.ResultCollectorpublic void testStarted(String host)
testStarted in interface org.apache.jmeter.testelement.TestStateListenertestStarted in class org.apache.jmeter.reporters.ResultCollectorpublic void setExcludeLabels(String excludeLabels)
public void setIncludeLabels(String includesLabels)
public void setEnabledIncludeRegex(boolean prop)
public void setEnabledExcludeRegex(boolean prop)
public long getTimeDelimiter(String prop, long indice)
public boolean getRegexChkboxState(String prop)
public void setStartOffset(String startOffset)
public void setEndOffset(String endOffset)
public void setPrefixLabel(String prefixLabel)
Copyright © 2016. All rights reserved.