CommentsForPullRequest

Returns information about comments on a pull request.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The full blob ID of the file on which you want to comment on the source commit.

Link copied to clipboard

The full commit ID of the commit that was the tip of the source branch at the time the comment was made.

Link copied to clipboard

The full blob ID of the file on which you want to comment on the destination commit.

Link copied to clipboard

The full commit ID of the commit that was the tip of the destination branch when the pull request was created. This commit is superceded by the after commit in the source branch when and if you merge the source branch into the destination branch.

Link copied to clipboard

An array of comment objects. Each comment object contains information about a comment on the pull request.

Link copied to clipboard

Location information about the comment on the pull request, including the file name, line number, and whether the version of the file where the comment was made is BEFORE (destination branch) or AFTER (source branch).

Link copied to clipboard

The system-generated ID of the pull request.

Link copied to clipboard

The name of the repository that contains the pull request.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String