| com.atlassian.bitbucket.hook.BuiltinHookHandlerFactory |
Factory for HookHandler that Bitbucket ships with.
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Creates an HookHandler implementation that delegates to all enabled
PostRepositoryHook instances. | |||||||||||
Creates an HookHandler implementation that delegates to all enabled
PreRepositoryHook instances. | |||||||||||
Creates an HookHandler implementation that delegates to all enabled PostRepositoryHook instances.
| repository | the repository |
|---|---|
| refChanges | the list of refs that have been updated in the push. |
Creates an HookHandler implementation that delegates to all enabled PreRepositoryHook instances.
| repository | the repository |
|---|---|
| refChanges | the list of refs that are about to updated in the push. |