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) voidvoidvoid -
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) voidRestCrowdClient.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) voidAbstractDelegatingApplicationService.unregisterWebhook(Application application, long webhookId) voidApplicationService.unregisterWebhook(Application application, long webhookId) Unregisters a Webhook.voidApplicationServiceGeneric.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) voidWebhookNotificationListener.onPingFailure(long webhookId) Reacts to a failed notification delivery.voidWebhookNotificationListenerImpl.onPingFailure(long webhookId) voidWebhookNotificationListener.onPingSuccess(long webhookId) Reacts to a successful notification delivery.voidWebhookNotificationListenerImpl.onPingSuccess(long webhookId) voidvoidUpdates 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.ResponseWebhookNotFoundExceptionMapper.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) voidWebhooksController.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.ResponseWebhooksResource.getWebhook(String id) javax.ws.rs.core.ResponseWebhooksResource.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.voidCrowdClient.unregisterWebhook(long webhookId) Unregisters a Webhook on the server.