Package com.atlassian.bitbucket.scm.pull
package com.atlassian.bitbucket.scm.pull
-
ClassDescriptionProvides a context for SCMs to detect
pull request rescopes
when a repository is updated.Represents a request to merge a pull request, intended to allowRepositoryMergeCheck
s to validate the intended merge and, potentially,MergeRequest.veto(java.lang.String, java.lang.String)
it.A service that checks preconditions for pull request merges by applyingRepositoryMergeCheck
s, which can be supplied by plugins, to determine whether merges should performed.Describes a minimalpull request
, providing only the ID, version andrefs
.Describes how apull request
is going to be rescoped.