com.atlassian.bitbucket.hook.BuiltinHookHandlerFactory |
Factory for HookHandler
that Bitbucket ships with.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Creates an HookHandler implementation that delegates to all enabled
PostReceiveHook instances. | |||||||||||
Creates an HookHandler implementation that delegates to all enabled
PreReceiveHook instances. |
Creates an HookHandler implementation that delegates to all enabled PostReceiveHook
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 PreReceiveHook
instances.
repository | the repository |
---|---|
refChanges | the list of refs that are about to updated in the push. |