public interface ScmHookHandlerFactory
HookHandler
instances for a given HookRequest
.Modifier and Type | Method and Description |
---|---|
HookHandler |
create(HookRequest request) |
@Nullable HookHandler create(@Nonnull HookRequest request)
request
- the hook requestHookHandler
for handling the provided request. Can be null
if there is no handler for
the provided request.Copyright © 2019 Atlassian. All rights reserved.