@Transactional public class WebhookRegistryImpl extends Object implements WebhookRegistry
| Constructor and Description |
|---|
WebhookRegistryImpl(WebhookDAO webhookDAO) |
public WebhookRegistryImpl(WebhookDAO webhookDAO)
public Webhook add(Webhook webhook)
add in interface WebhookRegistrypublic void remove(Webhook webhook) throws WebhookNotFoundException
remove in interface WebhookRegistryWebhookNotFoundExceptionpublic Webhook findById(long webhookId) throws WebhookNotFoundException
findById in interface WebhookRegistryWebhookNotFoundExceptionpublic Iterable<Webhook> findAll()
findAll in interface WebhookRegistrypublic Webhook update(Webhook webhook) throws WebhookNotFoundException
update in interface WebhookRegistryWebhookNotFoundExceptionCopyright © 2023 Atlassian. All rights reserved.