CommentsForComparedCommit

Returns information about comments on the comparison between two commits.

Types

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

Properties

Link copied to clipboard

The full blob ID of the commit used to establish the after of the comparison.

Link copied to clipboard

The full commit ID of the commit used to establish the after of the comparison.

Link copied to clipboard

The full blob ID of the commit used to establish the before of the comparison.

Link copied to clipboard

The full commit ID of the commit used to establish the before of the comparison.

Link copied to clipboard

An array of comment objects. Each comment object contains information about a comment on the comparison between commits.

Link copied to clipboard

Location information about the comment on the comparison, including the file name, line number, and whether the version of the file where the comment was made is BEFORE or AFTER.

Link copied to clipboard

The name of the repository that contains the compared commits.

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