Interface PullRequestMergeHookRequest

All Superinterfaces:
MergeHookRequest, RepositoryHookRequest
All Known Implementing Classes:
SimplePullRequestMergeHookRequest

public interface PullRequestMergeHookRequest extends MergeHookRequest
Request that is provided to repository-hook plugin modules when a PullRequest is merged.
Since:
5.0
See Also: