com.atlassian.bitbucket.pull.PullRequestMergeability |
Class Overview
Describes whether a pull request can merge and why this is so.
Public Methods
public
boolean
canMerge
()
Returns
false
if the pull request cannot be merged for any reason; otherwise true
Returns
- the
outcome
of trying to merge this pull request
@Nonnull
public
Collection<PullRequestMergeVeto>
getVetoes
()
Returns
- a collection containing zero or more
vetoes
from RepositoryMergeCheck
s
used to validate merge preconditions
public
boolean
isConflicted
()