Interface MergeHookRequest

All Superinterfaces:
RepositoryHookRequest
All Known Subinterfaces:
PullRequestMergeHookRequest
All Known Implementing Classes:
SimpleMergeHookRequest, SimplePullRequestMergeHookRequest

public interface MergeHookRequest extends RepositoryHookRequest
Request that is provided to repository-hook plugin modules when two branches are merged in a repository.
Since:
5.0
See Also:
  • Method Details