Class CurrentParametersCmd


  • public class CurrentParametersCmd
    extends java.lang.Object
    Command to get the list of parameters and their associated values of a blade.
    Author:
    Joan Chaumont, Bruno Dillenseger
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void main​(java.lang.String[] args)
      Displays the list of a blade's parameters and associated values.
      static int run​(java.lang.String testPlan, java.lang.String bladeId)
      Displays the list of a blade's parameters and associated values.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • CurrentParametersCmd

        public CurrentParametersCmd()
    • Method Detail

      • main

        public static void main​(java.lang.String[] args)
        Displays the list of a blade's parameters and associated values.
        Parameters:
        args - args[0] is the name of the target deployed test plan, args[1] is the identifier of the target blade in the given test plan
      • run

        public static int run​(java.lang.String testPlan,
                              java.lang.String bladeId)
        Displays the list of a blade's parameters and associated values.
        Parameters:
        testPlan - name of the target deployed testplan
        bladeId - identifier of the target blade in the given test plan
        Returns:
        command execution status code (@see BatchUtil)