| java.lang.Object | ||
| ↳ | java.lang.Enum<E extends java.lang.Enum<E>> | |
| ↳ | com.atlassian.bitbucket.pull.PullRequestDirection | |
Specified the direction of a pull request relative to a subject repository and branch.
| Enum Values | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| PullRequestDirection | INCOMING | INCOMING indicates the pull request is going to the repository and branch in question. | |||||||||
| PullRequestDirection | OUTGOING | OUTGOING indicates the pull request is coming from the repository and branch in question. | |||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Enum
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
java.lang.Comparable
| |||||||||||
INCOMING indicates the pull request is going to the repository and branch in question.
OUTGOING indicates the pull request is coming from the repository and branch in question.