com.atlassian.bitbucket.pull.PullRequest |
Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
TO_ID |
This field is deprecated.
in 4.0 for removal in 5.0. With Java 8, PullRequest::getId can be used instead.
|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Retrieves a flag indicating whether this pull request is closed.
| |||||||||||
Retrieves a flag indicating whether this pull request is
open . |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From interface
com.atlassian.bitbucket.comment.Commentable
| |||||||||||
From interface
com.atlassian.bitbucket.property.PropertySupport
| |||||||||||
From interface
com.atlassian.bitbucket.watcher.Watchable
|
This field is deprecated.
in 4.0 for removal in 5.0. With Java 8, PullRequest::getId
can be used instead.
A reusable Function
for extracting IDs
from pull requests.
null
if none was specified
Retrieves a flag indicating whether the from
and to
repositories for
this pull request are distinct. This is a convenience utility to allow simple detection for pull requests that
merge changes from one repository into another.
true
if this pull request will merge changes from one repository into another one; otherwise,
false
if the changes are simply on different branches in the same repository
true
if the pull request is locked internally; otherwise false