Package | Description |
---|---|
com.oracle.bmc.devops.model |
Modifier and Type | Method and Description |
---|---|
static PullRequestCommentSummary.Builder |
PullRequestCommentSummary.builder()
Create a new builder.
|
PullRequestCommentSummary.Builder |
PullRequestCommentSummary.Builder.commentContext(List<DiffLineDetails> commentContext)
4 line snippet to be displayed as context for inline comments
|
PullRequestCommentSummary.Builder |
PullRequestCommentSummary.Builder.commitId(String commitId)
Commit SHA
|
PullRequestCommentSummary.Builder |
PullRequestCommentSummary.Builder.contextStatus(PullRequestComment.ContextStatus contextStatus)
Shows the status of an inline comments context
|
PullRequestCommentSummary.Builder |
PullRequestCommentSummary.Builder.copy(PullRequestCommentSummary model) |
PullRequestCommentSummary.Builder |
PullRequestCommentSummary.Builder.createdBy(PrincipalDetails createdBy) |
PullRequestCommentSummary.Builder |
PullRequestCommentSummary.Builder.data(String data)
Content of the Comment.
|
PullRequestCommentSummary.Builder |
PullRequestCommentSummary.Builder.filePath(String filePath)
File path in the commit
|
PullRequestCommentSummary.Builder |
PullRequestCommentSummary.Builder.fileType(PullRequestComment.FileType fileType)
File path in the target commit
|
PullRequestCommentSummary.Builder |
PullRequestCommentSummary.Builder.id(String id)
Unique identifier that is immutable on creation
|
PullRequestCommentSummary.Builder |
PullRequestCommentSummary.Builder.likes(PullRequestCommentLikeCollection likes) |
PullRequestCommentSummary.Builder |
PullRequestCommentSummary.Builder.lineNumber(Integer lineNumber)
Line number in the file
|
PullRequestCommentSummary.Builder |
PullRequestCommentSummary.Builder.parentId(String parentId)
ID of parent Comment
|
PullRequestCommentSummary.Builder |
PullRequestCommentSummary.Builder.pullRequestId(String pullRequestId)
OCID of the pull request that this comment belongs to
|
PullRequestCommentSummary.Builder |
PullRequestCommentSummary.Builder.status(PullRequestComment.Status status)
Status of the Comment
|
PullRequestCommentSummary.Builder |
PullRequestCommentSummary.Builder.timeCreated(Date timeCreated)
Creation timestamp.
|
PullRequestCommentSummary.Builder |
PullRequestCommentSummary.Builder.timeUpdated(Date timeUpdated)
Latest update timestamp.
|
PullRequestCommentSummary.Builder |
PullRequestCommentSummary.toBuilder() |
PullRequestCommentSummary.Builder |
PullRequestCommentSummary.Builder.updatedBy(PrincipalDetails updatedBy) |
Copyright © 2016–2024. All rights reserved.