JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
SEARCH:
Uses of Interface
com.atlassian.bitbucket.pull.PullRequestMergeability
Packages that use
PullRequestMergeability
Package
Description
com.atlassian.bitbucket.pull
Uses of
PullRequestMergeability
in
com.atlassian.bitbucket.pull
Methods in
com.atlassian.bitbucket.pull
that return
PullRequestMergeability
Modifier and Type
Method
Description
PullRequestMergeability
PullRequestService.
canMerge
(int repositoryId, long pullRequestId)
Retrieves a flag indicating whether the specified pull request can be
merged
by the system or must be manually merged by a user.