com.atlassian.bitbucket.hook.repository.RepositoryMergeCheck |
Used to enforce a specific precondition for a pull request merge operation.
Merge checks are called for:
PullRequestMergeHookRequest#isDryRun can be used to determine which operation is in progress, for implementations which should only be applied to one or the other (but most checks should apply the same way to both).
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From interface
com.atlassian.bitbucket.hook.repository.PreRepositoryHook
|