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 Summary
-
Method Details
-
getDetailedMessage
- Returns:
- a detailed description of the reason for rejecting the request
-
getSummaryMessage
- Returns:
- a short summary of describing why the request was rejected
-