Interface RepositoryHookTrigger
- All Known Implementing Classes:
StandardRepositoryHookTrigger
public interface RepositoryHookTrigger
Describes the trigger for a
repository-hook
invocation.-
Method Summary
-
Method Details
-
getId
- Returns:
- the trigger identifier
-
isAbortOnFirstVeto
boolean isAbortOnFirstVeto()- Returns:
- whether a
RepositoryHookService.preUpdate(RepositoryHookRequest)
invocation should stop calling otherrepository-hook
modules after the first veto. Returnfalse
if all hooks need to be called even after one hook vetoes the request.
-