|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ow2.clif.console.lib.batch.StartCmd
public class StartCmd
Batch command to start blades of an initialized test plan.
Constructor Summary | |
---|---|
StartCmd()
|
Method Summary | |
---|---|
static void |
main(java.lang.String[] args)
|
static int |
run(java.lang.String testPlanName,
java.lang.String[] bladeIds)
Starts all blades of an initialized test plan, or just a subset of them if specified. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public StartCmd()
Method Detail |
---|
public static void main(java.lang.String[] args)
args
- args[0] is the name of the target initialized test plan,
optional args[1] is a list of identifiers of blades to be started,
separated with : character bladeId1:bladeId2:...bladeId3run(String, String[])
public static int run(java.lang.String testPlanName, java.lang.String[] bladeIds)
testPlanName
- the name of the target initialized test planbladeIds
- array of blade identifiers that must be started in the given test plan. If null,
all blades are started.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |