Interface CustomActionDefinition.Builder

  • Method Details

    • commandText

      CustomActionDefinition.Builder commandText(String commandText)

      The command string to run which may include variables by prefixing with a dollar sign ($).

      Parameters:
      commandText - The command string to run which may include variables by prefixing with a dollar sign ($).
      Returns:
      Returns a reference to this object so that method calls can be chained together.