Package org.ow2.clif.console.lib.batch
Class SuspendCmd
- java.lang.Object
-
- org.ow2.clif.console.lib.batch.SuspendCmd
-
public class SuspendCmd extends java.lang.ObjectBatch command to suspend a running test, or just a subset of its blades.- Author:
- Joan Chaumont, Bruno Dillenseger
-
-
Constructor Summary
Constructors Constructor Description SuspendCmd()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidmain(java.lang.String[] args)Suspends a running test, or just a subset of its blades.static intrun(java.lang.String testPlan, java.lang.String[] blades)Suspends a running test, or just a subset of its blades.
-
-
-
Method Detail
-
main
public static void main(java.lang.String[] args)
Suspends a running test, or just a subset of its blades.- Parameters:
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:...bladeIdn
-
run
public static int run(java.lang.String testPlan, java.lang.String[] blades)Suspends a running test, or just a subset of its blades.- Parameters:
testPlan- the name of the target test planblades- array of target blade identifiers, or null to suspend every blade- Returns:
- execution status code
-
-