java.lang.Object | ||
↳ | java.lang.Enum<E extends java.lang.Enum<E>> | |
↳ | com.atlassian.bitbucket.pull.PullRequestMergeOutcome |
Enumerates the possible outcomes
for attempting to merge a pull request.
Enum Values | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
PullRequestMergeOutcome | CLEAN | Indicates the two branches on the pull request merged without conflicts. |
|||||||||
PullRequestMergeOutcome | CONFLICTED | Indicates the two branches on the pull request were merged but conflicts were encountered. |
|||||||||
PullRequestMergeOutcome | UNKNOWN | Indicates the system is unable to determine the mergeability of the pull request . |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Enum
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
java.lang.Comparable
|
Indicates the two branches on the pull request
merged without conflicts.
Indicates the two branches on the pull request
were merged but conflicts were encountered.
Indicates the system is unable to determine the mergeability of the pull request
.