public class JobStatistics
extends org.apache.jmeter.samplers.AbstractSampler
| Constructor and Description |
|---|
JobStatistics() |
| Modifier and Type | Method and Description |
|---|---|
String |
getJobId() |
String |
getJobIdAndGroup() |
String |
getJobTracker() |
boolean |
isJobCountersByIdAndGroupBool() |
boolean |
isJobCountersByIdBool() |
boolean |
isJobStatisticsByIdBool() |
boolean |
isTaskCountersByIdBool() |
boolean |
isTaskStatisticsByIdBool() |
org.apache.jmeter.samplers.SampleResult |
sample(org.apache.jmeter.samplers.Entry arg0) |
void |
setJobCountersByIdAndGroupBool(boolean jobCountersByIdAndGroup) |
void |
setJobCountersByIdBool(boolean jobCountersById) |
void |
setJobId(String jobId) |
void |
setJobIdAndGroup(String jobIdAndGroup) |
void |
setJobStatisticsByIdBool(boolean jobStatistics) |
void |
setJobTracker(String jobTracker) |
void |
setTaskCountersByIdBool(boolean taskCountersById) |
void |
setTaskStatisticsByIdBool(boolean taskStatisticsById) |
addPropertiesValues, addProperty, addProperty, addTestElement, canRemove, clear, 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, traversePropertyfinalize, getClass, notify, notifyAll, toString, wait, wait, waitaddTestElement, canRemove, clear, clearTestElementChildren, clone, getComment, getName, getProperty, getPropertyAsBoolean, getPropertyAsBoolean, getPropertyAsDouble, getPropertyAsFloat, getPropertyAsInt, getPropertyAsInt, getPropertyAsLong, getPropertyAsLong, getPropertyAsString, getPropertyAsString, getThreadContext, getThreadName, isEnabled, isRunningVersion, isTemporary, propertyIterator, recoverRunningVersion, removeProperty, setComment, setEnabled, setName, setProperty, setProperty, setProperty, setProperty, setProperty, setProperty, setProperty, setProperty, setProperty, setRunningVersion, setTemporary, setThreadContext, setThreadName, traversepublic void setJobTracker(String jobTracker)
public String getJobTracker()
public void setJobId(String jobId)
public String getJobId()
public void setJobIdAndGroup(String jobIdAndGroup)
public String getJobIdAndGroup()
public void setJobCountersByIdBool(boolean jobCountersById)
public boolean isJobCountersByIdBool()
public void setJobCountersByIdAndGroupBool(boolean jobCountersByIdAndGroup)
public boolean isJobCountersByIdAndGroupBool()
public void setJobStatisticsByIdBool(boolean jobStatistics)
public boolean isJobStatisticsByIdBool()
public void setTaskCountersByIdBool(boolean taskCountersById)
public boolean isTaskCountersByIdBool()
public void setTaskStatisticsByIdBool(boolean taskStatisticsById)
public boolean isTaskStatisticsByIdBool()
public org.apache.jmeter.samplers.SampleResult sample(org.apache.jmeter.samplers.Entry arg0)
Copyright © 2016. All rights reserved.