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