Interface ContentDeltaEvent.Builder

  • Method Details

    • stdout

      The standard output content from the command execution. This field contains the incremental output written to stdout by the executing command.

      Parameters:
      stdout - The standard output content from the command execution. This field contains the incremental output written to stdout by the executing command.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • stderr

      The standard error content from the command execution. This field contains the incremental output written to stderr by the executing command.

      Parameters:
      stderr - The standard error content from the command execution. This field contains the incremental output written to stderr by the executing command.
      Returns:
      Returns a reference to this object so that method calls can be chained together.