Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace PullRequestComment

User comments created by reviewers during the pull request review.

Properties

Optional commentContext

commentContext: Array<DiffLineDetails>

4 line snippet to be displayed as context for inline comments

Optional commitId

commitId: undefined | string

Commit SHA

Optional contextStatus

contextStatus: ContextStatus

Shows the status of an inline comments context

createdBy

createdBy: PrincipalDetails

data

data: string

Content of the Comment.

Optional filePath

filePath: undefined | string

File path in the commit

Optional fileType

fileType: FileType

File path in the target commit

id

id: string

Unique identifier that is immutable on creation

Optional likes

likes: model.PullRequestCommentLikeCollection

Optional lineNumber

lineNumber: undefined | number

Line number in the file Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

Optional parentId

parentId: undefined | string

ID of parent Comment

pullRequestId

pullRequestId: string

OCID of the pull request that this comment belongs to

status

status: Status

Status of the Comment

timeCreated

timeCreated: Date

Creation timestamp. Format defined by RFC3339.

Optional timeUpdated

timeUpdated: Date

Latest update timestamp. Format defined by RFC3339.

Optional updatedBy

updatedBy: model.PrincipalDetails

Functions

getDeserializedJsonObj

getJsonObj