Uses of Class
com.atlassian.bitbucket.hook.repository.PreRepositoryHookContext
-
Uses of PreRepositoryHookContext in com.atlassian.bitbucket.hook.repository
Modifier and TypeMethodDescriptiondefault void
PreRepositoryHook.onEnd
(PreRepositoryHookContext context, T request, com.atlassian.bitbucket.hook.repository.RepositoryHookResult result) Callback method that is called after all registered and enabled hooks have been calledcom.atlassian.bitbucket.hook.repository.RepositoryHookResult
PreRepositoryHook.preUpdate
(PreRepositoryHookContext context, T request) Callback method that is called just before a request to update one or morerefs
is completed.