package

com.atlassian.stash.scm.pull

Interfaces

MergeRequest Represents a request to merge a pull request 
MergeRequestCheck Used to enforce a specific precondition for a merge operation. 
MergeRequestCheckService A service that enforces preconditions on pull request merge operations by asking registered and enabled MergeRequestChecks whether the merge should be vetoed or allowed to continue. 
MinimalPullRequest Describes a minimal com.atlassian.stash.pull.PullRequest pull request, providing only the ID, version and PullRequestRef refs. 
PluginPullRequestCommandFactory  
RepositoryRescopeContext Provides a context for SCMs to perform rescope calculations and update affected pull requests when a repository is updated. 

Classes