Interface CompleteJobCommandStep1

    • Method Detail

      • variables

        CompleteJobCommandStep1 variables​(InputStream variables)
        Set the variables to complete the job with.
        Parameters:
        variables - the variables (JSON) as stream
        Returns:
        the builder for this command. Call FinalCommandStep.send() to complete the command and send it to the broker.
      • variables

        CompleteJobCommandStep1 variables​(String variables)
        Set the variables to complete the job with.
        Parameters:
        variables - the variables (JSON) as String
        Returns:
        the builder for this command. Call FinalCommandStep.send() to complete the command and send it to the broker.
      • variables

        CompleteJobCommandStep1 variables​(Object variables)
        Set the variables to complete the job with.
        Parameters:
        variables - the variables as object
        Returns:
        the builder for this command. Call FinalCommandStep.send() to complete the command and send it to the broker.