public class PullRequestFinishReviewRequest extends Object
finish a review
on a PullRequest
.Modifier and Type | Class and Description |
---|---|
static class |
PullRequestFinishReviewRequest.Builder |
Modifier and Type | Method and Description |
---|---|
String |
getCommentText()
Get the comment text that will be used for a
general comment that is added to the
pull request when you complete a review. |
PullRequestParticipantStatus |
getParticipantStatus()
Get the
participant status to be used as the status for a reviewer's status
on a pull request when you complete a review. |
PullRequest |
getPullRequest()
Get the
pull request that is used for the review. |
@Nullable public String getCommentText()
general comment
that is added to the
pull request
when you complete a review.null
if there is no comment text@Nullable public PullRequestParticipantStatus getParticipantStatus()
participant status
to be used as the status for a reviewer's status
on a pull request
when you complete a review.null
if there is no participant status@Nonnull public PullRequest getPullRequest()
pull request
that is used for the review.Copyright © 2022 Atlassian. All rights reserved.