|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ow2.clif.console.lib.batch.SuspendCmd
public class SuspendCmd
Batch command to suspend a running test, or just a subset of its blades.
Constructor Summary | |
---|---|
SuspendCmd()
|
Method Summary | |
---|---|
static void |
main(java.lang.String[] args)
Suspends a running test, or just a subset of its blades. |
static int |
run(java.lang.String testPlan,
java.lang.String[] blades)
Suspends a running test, or just a subset of its blades. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SuspendCmd()
Method Detail |
---|
public static void main(java.lang.String[] args)
args
- args[0] is the name of the target test plan,
args[1] is optional, and may give a list of blade identifiers
separated by : character bladeId1:bladeId2:...bladeIdnpublic static int run(java.lang.String testPlan, java.lang.String[] blades)
testPlan
- the name of the target test planblades
- array of target blade identifiers, or null to suspend every blade
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |