Package com.atlassian.crowd.dao.webhook
Class NoopWebhookDAOImpl
java.lang.Object
com.atlassian.crowd.dao.webhook.NoopWebhookDAOImpl
- All Implemented Interfaces:
WebhookDAO
A NOP implementation of WebhookDAO. Not used by Crowd or Horde, but provided for JIRA. Returns an immutable
empty list of Webhooks.
- Since:
- v2.7
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
NoopWebhookDAOImpl
public NoopWebhookDAOImpl()
-
-
Method Details
-
findById
- Specified by:
findByIdin interfaceWebhookDAO- Throws:
WebhookNotFoundException
-
findByApplicationAndEndpointUrl
public Webhook findByApplicationAndEndpointUrl(Application application, String endpointUrl) throws WebhookNotFoundException - Specified by:
findByApplicationAndEndpointUrlin interfaceWebhookDAO- Throws:
WebhookNotFoundException
-
add
- Specified by:
addin interfaceWebhookDAO
-
remove
- Specified by:
removein interfaceWebhookDAO- Throws:
WebhookNotFoundException
-
findAll
- Specified by:
findAllin interfaceWebhookDAO
-
update
- Specified by:
updatein interfaceWebhookDAO- Throws:
WebhookNotFoundException
-