Class SimpleRepositoryHookVeto
java.lang.Object
com.atlassian.bitbucket.hook.repository.SimpleRepositoryHookVeto
- All Implemented Interfaces:
RepositoryHookVeto
Basic implementation of
RepositoryHookVeto- Since:
- 5.0
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
SimpleRepositoryHookVeto
-
-
Method Details
-
getSummaryMessage
- Specified by:
getSummaryMessagein interfaceRepositoryHookVeto- Returns:
- a short summary of describing why the request was rejected
-
getDetailedMessage
- Specified by:
getDetailedMessagein interfaceRepositoryHookVeto- Returns:
- a detailed description of the reason for rejecting the request
-