|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ow2.clif.console.lib.batch.LaunchCmd
public class LaunchCmd
Batch command to deploy and to run a test plan as defined in a given test plan file. The deployed test plan is given a name (registered in the Registry) for further reference with other batch commands. The CLIFRegistry must be running before using this command.
Constructor Summary | |
---|---|
LaunchCmd()
|
Method Summary | |
---|---|
static void |
main(java.lang.String[] args)
|
static int |
run(java.lang.String deployName,
java.lang.String fileName,
java.lang.String testRunId)
Deploys a test plan (i.e. a set of blades among CLIF servers) according to the given test plan definition. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public LaunchCmd()
Method Detail |
---|
public static void main(java.lang.String[] args)
args
- args[0] is the name for the deployed test plan,
args[1] is the file name of the test plan definition to be deployedrun(String, String, String)
public static int run(java.lang.String deployName, java.lang.String fileName, java.lang.String testRunId)
deployName
- name for the new deployed test planfileName
- file name of the test plan definition to be deployed
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |