Interface RepositoryHookVeto

All Known Subinterfaces:
PullRequestMergeVeto
All Known Implementing Classes:
SimpleRepositoryHookVeto

public interface RepositoryHookVeto
Describes the reasons for rejecting a RepositoryHookRequest
Since:
5.0
See Also:
  • Method Details

    • getDetailedMessage

      @Nonnull String getDetailedMessage()
      Returns:
      a detailed description of the reason for rejecting the request
    • getSummaryMessage

      @Nonnull String getSummaryMessage()
      Returns:
      a short summary of describing why the request was rejected