Uses of Class
com.atlassian.bitbucket.hook.repository.PreRepositoryHookContext
Packages that use PreRepositoryHookContext
-
Uses of PreRepositoryHookContext in com.atlassian.bitbucket.hook.repository
Methods in com.atlassian.bitbucket.hook.repository with parameters of type PreRepositoryHookContextModifier and TypeMethodDescriptiondefault voidPreRepositoryHook.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.RepositoryHookResultPreRepositoryHook.preUpdate(PreRepositoryHookContext context, T request) Callback method that is called just before a request to update one or morerefsis completed.