public interface

RepositoryMergeCheck

implements PreRepositoryHook<T extends RepositoryHookRequest>
com.atlassian.bitbucket.hook.repository.RepositoryMergeCheck

Class Overview

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).

Summary

[Expand]
Inherited Methods
From interface com.atlassian.bitbucket.hook.repository.PreRepositoryHook