@Deprecated public class SteppingThreadGroup extends AbstractSimpleThreadGroup
| Constructor and Description |
|---|
SteppingThreadGroup()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getFlightTime()
Deprecated.
|
int |
getFlightTimeAsInt()
Deprecated.
|
String |
getInUserCount()
Deprecated.
|
int |
getInUserCountAsInt()
Deprecated.
|
String |
getInUserCountBurst()
Deprecated.
|
int |
getInUserCountBurstAsInt()
Deprecated.
|
String |
getInUserPeriod()
Deprecated.
|
int |
getInUserPeriodAsInt()
Deprecated.
|
String |
getNumThreadsAsString()
Deprecated.
|
String |
getOutUserCount()
Deprecated.
|
int |
getOutUserCountAsInt()
Deprecated.
|
String |
getOutUserPeriod()
Deprecated.
|
int |
getOutUserPeriodAsInt()
Deprecated.
|
String |
getRampUp()
Deprecated.
|
int |
getRampUpAsInt()
Deprecated.
|
String |
getThreadGroupDelay()
Deprecated.
|
int |
getThreadGroupDelayAsInt()
Deprecated.
|
protected void |
scheduleThread(org.apache.jmeter.threads.JMeterThread thread,
long tgStartTime)
Deprecated.
|
void |
setFlightTime(String delay)
Deprecated.
|
void |
setInUserCount(String delay)
Deprecated.
|
void |
setInUserCountBurst(String text)
Deprecated.
|
void |
setInUserPeriod(String value)
Deprecated.
|
void |
setNumThreads(String execute)
Deprecated.
|
void |
setOutUserCount(String delay)
Deprecated.
|
void |
setOutUserPeriod(String delay)
Deprecated.
|
void |
setRampUp(String delay)
Deprecated.
|
void |
setThreadGroupDelay(String delay)
Deprecated.
|
numberOfActiveThreads, scheduleThread, start, stop, stopThread, tellThreadsToStop, threadFinished, verifyThreadsStopped, waitThreadsStoppedaddIterationListener, addTestElement, addTestElementOnce, getNumberOfThreads, getNumThreads, getOnErrorStartNextLoop, getOnErrorStopTest, getOnErrorStopTestNow, getOnErrorStopThread, getSamplerController, initialize, isDone, next, removeIterationListener, setNumThreads, setSamplerController, startNextLoop, triggerEndOfLoopaddPropertiesValues, addProperty, addProperty, 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, waitcanRemove, 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, traverseprotected void scheduleThread(org.apache.jmeter.threads.JMeterThread thread,
long tgStartTime)
scheduleThread in class AbstractSimpleThreadGrouppublic String getThreadGroupDelay()
public void setThreadGroupDelay(String delay)
public String getInUserPeriod()
public void setInUserPeriod(String value)
public String getInUserCount()
public void setInUserCount(String delay)
public String getInUserCountBurst()
public void setInUserCountBurst(String text)
public String getFlightTime()
public void setFlightTime(String delay)
public String getOutUserPeriod()
public void setOutUserPeriod(String delay)
public String getOutUserCount()
public void setOutUserCount(String delay)
public String getRampUp()
public void setRampUp(String delay)
public int getThreadGroupDelayAsInt()
public int getInUserPeriodAsInt()
public int getInUserCountAsInt()
public int getInUserCountBurstAsInt()
public int getRampUpAsInt()
public int getFlightTimeAsInt()
public int getOutUserPeriodAsInt()
public int getOutUserCountAsInt()
public void setNumThreads(String execute)
public String getNumThreadsAsString()
Copyright © 2017. All rights reserved.