java.lang.Object | ||
↳ | java.lang.Enum<E extends java.lang.Enum<E>> | |
↳ | com.atlassian.bitbucket.pull.PullRequestParticipantStatus |
Enumerates all the possible statuses a participant can have with regards to a pull request.
Enum Values | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
PullRequestParticipantStatus | APPROVED | Indicates that the reviewer has approved the changes in the pull request. | |||||||||
PullRequestParticipantStatus | NEEDS_WORK | Indicates that the participant has finished reviewing the changes in the pull request. | |||||||||
PullRequestParticipantStatus | UNAPPROVED | Indicates that the participant has not finished reviewing the changes in the pull request. |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() |
Indicates that the reviewer has approved the changes in the pull request.
Indicates that the participant has finished reviewing the changes in the pull request. They have provided feedback which needs to be addressed before they can approve.
Indicates that the participant has not finished reviewing the changes in the pull request.