|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.lazerycode.jmeter.configuration.RemoteConfiguration
public class RemoteConfiguration
This is used by the TestManager to configure remote start and stop settings for each test run.
Configuration in pom.xml:
<remoteConfig>
<stop></stop>
<startAll></startAll>
<start></start>
<startAndStopOnce></startAndStopOnce>
</remoteConfig>
| Constructor Summary | |
|---|---|
RemoteConfiguration()
|
|
| Method Summary | |
|---|---|
String |
getStart()
|
boolean |
isStartAll()
|
boolean |
isStartAndStopOnce()
|
boolean |
isStop()
|
void |
setStart(String start)
Comma separated list of servers to start when starting tests |
void |
setStartAll(boolean startAll)
Start all remote servers as defined in jmeter.properties when the test starts Default: Boolean.FALSE |
void |
setStartAndStopOnce(boolean startAndStopOnce)
Remote start and stop for every test, or once for the entire test suite of tests. |
void |
setStop(boolean stop)
Stop remote servers when the test finishes Default: Boolean.FALSE |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public RemoteConfiguration()
| Method Detail |
|---|
public boolean isStop()
public void setStop(boolean stop)
Boolean.FALSE
stop - public boolean isStartAll()
public void setStartAll(boolean startAll)
Boolean.FALSE
startAll - public String getStart()
public void setStart(String start)
start - public boolean isStartAndStopOnce()
public void setStartAndStopOnce(boolean startAndStopOnce)
Boolean.TRUE (once for the entire suite of tests)
startAndStopOnce - public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||