| java.lang.Object | ||
| ↳ | java.lang.Enum<E extends java.lang.Enum<E>> | |
| ↳ | com.atlassian.bitbucket.pull.PullRequestRole | |
Enumerates the possible roles a participant can have in a pull request.
| Enum Values | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| PullRequestRole | AUTHOR | The participant is an author of the pull request. |
|||||||||
| PullRequestRole | PARTICIPANT | The participant has no explicit role in the pull request. |
|||||||||
| PullRequestRole | REVIEWER | The participant is a reviewer of the pull request. |
|||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Enum
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
java.lang.Comparable
| |||||||||||
The participant has no explicit role in the pull request.