Package com.atlassian.bitbucket.scm.pull
package com.atlassian.bitbucket.scm.pull
-
ClassDescriptionProvides a context for SCMs to detect
pull request rescopeswhen a repository is updated.Represents a request to merge a pull request, intended to allowRepositoryMergeChecks 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 applyingRepositoryMergeChecks, 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 requestis going to be rescoped.