public interface

ScmHookHandlerFactory

com.atlassian.stash.hook.ScmHookHandlerFactory

Class Overview

Factory for HookHandler instances for a given HookRequest.

Summary

Public Methods
@Nullable HookHandler create(HookRequest request)

Public Methods

@Nullable public HookHandler create (HookRequest request)

Parameters
request the hook request
Returns
  • a HookHandler for handling the provided request. Can be null if there is no handler for the provided request.