Package com.atlassian.crowd.dao.webhook
Interface WebhookDAO
- All Known Implementing Classes:
NoopWebhookDAOImpl
,WebhookDAOHibernate
public interface WebhookDAO
Persists
Webhook
s.- Since:
- v2.7
-
Method Summary
-
Method Details
-
findById
- Throws:
WebhookNotFoundException
-
findByApplicationAndEndpointUrl
Webhook findByApplicationAndEndpointUrl(Application application, String endpointUrl) throws WebhookNotFoundException - Throws:
WebhookNotFoundException
-
add
-
remove
- Throws:
WebhookNotFoundException
-
findAll
-
update
- Throws:
WebhookNotFoundException
-