Uses of Class
com.atlassian.crowd.exception.WebhookNotFoundException
Packages that use WebhookNotFoundException
Package
Description
-
Uses of WebhookNotFoundException in com.atlassian.crowd.dao.webhook
Methods in com.atlassian.crowd.dao.webhook that throw WebhookNotFoundExceptionModifier and TypeMethodDescriptionNoopWebhookDAOImpl.findByApplicationAndEndpointUrl
(Application application, String endpointUrl) WebhookDAO.findByApplicationAndEndpointUrl
(Application application, String endpointUrl) WebhookDAOHibernate.findByApplicationAndEndpointUrl
(Application application, String endpointUrl) void
void
void
-
Uses of WebhookNotFoundException in com.atlassian.crowd.integration.rest.service
Methods in com.atlassian.crowd.integration.rest.service that throw WebhookNotFoundExceptionModifier and TypeMethodDescriptionRestCrowdClient.getWebhook
(long webhookId) void
RestCrowdClient.unregisterWebhook
(long webhookId) -
Uses of WebhookNotFoundException in com.atlassian.crowd.manager.application
Methods in com.atlassian.crowd.manager.application that throw WebhookNotFoundExceptionModifier and TypeMethodDescriptionAbstractDelegatingApplicationService.findWebhookById
(Application application, long webhookId) ApplicationService.findWebhookById
(Application application, long webhookId) Retrieves a Webhook by its identifier.ApplicationServiceGeneric.findWebhookById
(Application application, long webhookId) void
AbstractDelegatingApplicationService.unregisterWebhook
(Application application, long webhookId) void
ApplicationService.unregisterWebhook
(Application application, long webhookId) Unregisters a Webhook.void
ApplicationServiceGeneric.unregisterWebhook
(Application application, long webhookId) -
Uses of WebhookNotFoundException in com.atlassian.crowd.manager.webhook
Methods in com.atlassian.crowd.manager.webhook that throw WebhookNotFoundExceptionModifier and TypeMethodDescriptionWebhookRegistry.findById
(long webhookId) WebhookRegistryImpl.findById
(long webhookId) void
WebhookNotificationListener.onPingFailure
(long webhookId) Reacts to a failed notification delivery.void
WebhookNotificationListenerImpl.onPingFailure
(long webhookId) void
WebhookNotificationListener.onPingSuccess
(long webhookId) Reacts to a successful notification delivery.void
WebhookNotificationListenerImpl.onPingSuccess
(long webhookId) void
void
Updates an existing Webhook. -
Uses of WebhookNotFoundException in com.atlassian.crowd.plugin.rest.exception.mapper
Methods in com.atlassian.crowd.plugin.rest.exception.mapper with parameters of type WebhookNotFoundExceptionModifier and TypeMethodDescriptionjavax.ws.rs.core.Response
WebhookNotFoundExceptionMapper.toResponse
(WebhookNotFoundException exception) -
Uses of WebhookNotFoundException in com.atlassian.crowd.plugin.rest.service.controller
Methods in com.atlassian.crowd.plugin.rest.service.controller that throw WebhookNotFoundExceptionModifier and TypeMethodDescriptionWebhooksController.findWebhookById
(long webhookId) void
WebhooksController.unregisterWebhook
(long webhookId) -
Uses of WebhookNotFoundException in com.atlassian.crowd.plugin.rest.service.resource.server
Methods in com.atlassian.crowd.plugin.rest.service.resource.server that throw WebhookNotFoundExceptionModifier and TypeMethodDescriptionjavax.ws.rs.core.Response
WebhooksResource.getWebhook
(String id) javax.ws.rs.core.Response
WebhooksResource.unregisterWebhook
(String id) -
Uses of WebhookNotFoundException in com.atlassian.crowd.service.client
Methods in com.atlassian.crowd.service.client that throw WebhookNotFoundExceptionModifier and TypeMethodDescriptionCrowdClient.getWebhook
(long webhookId) Retrieves a Webhook endpoint URL.void
CrowdClient.unregisterWebhook
(long webhookId) Unregisters a Webhook on the server.