com.atlassian.bitbucket.pull.PullRequestParticipant |
Describes a participant on a pull request.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Sorts participants first by status, then by name
| |||||||||||
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From interface
java.lang.Comparable
|
Sorts participants first by status, then by name
0
if other
has same status and same name< 0
if other
has approved the pull request and this
has not, or if other
has
same status but comes first when alphabetically ordered by name> 0
otherwiseNullPointerException | if other is null |
---|
null
if the
participant has not yet reviewed the pull requesttrue
if the status of this participant is APPROVED
false
otherwise