|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ow2.clif.console.lib.batch.InitCmd
public class InitCmd
Batch command to initialize all blades of a given deployed test plan.
Constructor Summary | |
---|---|
InitCmd()
|
Method Summary | |
---|---|
static void |
main(java.lang.String[] args)
|
static int |
run(java.lang.String testPlanName,
java.lang.String testRunId)
Initializes all the blades of the given deployed test plan to prepare for a new execution. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public InitCmd()
Method Detail |
---|
public static void main(java.lang.String[] args)
args
- shall contain 2 arguments: args[0] is the name of the deployed test plan to initialize,
args[1] is an arbitrary identifier string for this new test runrun(String, String)
public static int run(java.lang.String testPlanName, java.lang.String testRunId)
testPlanName
- the name of the deployed test plan to initializetestRunId
- an arbitrary identifier string for this new test run
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |