Interface CustomActionDefinition.Builder

    • Method Detail

      • 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.