Modifier and Type | Method and Description |
---|---|
Webhook |
WebhookDAOHibernate.findByApplicationAndEndpointUrl(Application application,
String endpointUrl) |
Webhook |
WebhookDAO.findByApplicationAndEndpointUrl(Application application,
String endpointUrl) |
Webhook |
NoopWebhookDAOImpl.findByApplicationAndEndpointUrl(Application application,
String endpointUrl) |
Webhook |
WebhookDAOHibernate.findById(Long webhookId) |
Webhook |
WebhookDAO.findById(Long webhookId) |
Webhook |
NoopWebhookDAOImpl.findById(Long webhookId) |
void |
WebhookDAOHibernate.remove(Webhook webhook) |
void |
WebhookDAO.remove(Webhook webhook) |
void |
NoopWebhookDAOImpl.remove(Webhook webhook) |
Webhook |
WebhookDAOHibernate.update(Webhook webhook) |
Webhook |
WebhookDAO.update(Webhook webhook) |
Webhook |
NoopWebhookDAOImpl.update(Webhook webhook) |
Modifier and Type | Method and Description |
---|---|
String |
RestCrowdClient.getWebhook(long webhookId) |
void |
RestCrowdClient.unregisterWebhook(long webhookId) |
Modifier and Type | Method and Description |
---|---|
Webhook |
ApplicationServiceGeneric.findWebhookById(Application application,
long webhookId) |
Webhook |
AbstractDelegatingApplicationService.findWebhookById(Application application,
long webhookId) |
Webhook |
ApplicationService.findWebhookById(Application application,
long webhookId)
Retrieves a Webhook by its identifier.
|
void |
ApplicationServiceGeneric.unregisterWebhook(Application application,
long webhookId) |
void |
AbstractDelegatingApplicationService.unregisterWebhook(Application application,
long webhookId) |
void |
ApplicationService.unregisterWebhook(Application application,
long webhookId)
Unregisters a Webhook.
|
Modifier and Type | Method and Description |
---|---|
Webhook |
WebhookRegistryImpl.findById(long webhookId) |
Webhook |
WebhookRegistry.findById(long webhookId) |
void |
WebhookNotificationListenerImpl.onPingFailure(long webhookId) |
void |
WebhookNotificationListener.onPingFailure(long webhookId)
Reacts to a failed notification delivery.
|
void |
WebhookNotificationListenerImpl.onPingSuccess(long webhookId) |
void |
WebhookNotificationListener.onPingSuccess(long webhookId)
Reacts to a successful notification delivery.
|
void |
WebhookRegistryImpl.remove(Webhook webhook) |
void |
WebhookRegistry.remove(Webhook webhook) |
Webhook |
WebhookRegistryImpl.update(Webhook webhook) |
Webhook |
WebhookRegistry.update(Webhook webhook)
Updates an existing Webhook.
|
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
WebhookNotFoundExceptionMapper.toResponse(WebhookNotFoundException exception) |
Modifier and Type | Method and Description |
---|---|
Webhook |
WebhooksController.findWebhookById(long webhookId) |
void |
WebhooksController.unregisterWebhook(long webhookId) |
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
WebhooksResource.getWebhook(Long id) |
javax.ws.rs.core.Response |
WebhooksResource.unregisterWebhook(Long id) |
Modifier and Type | Method and Description |
---|---|
String |
CrowdClient.getWebhook(long webhookId)
Retrieves a Webhook endpoint URL.
|
void |
CrowdClient.unregisterWebhook(long webhookId)
Unregisters a Webhook on the server.
|
Copyright © 2020 Atlassian. All rights reserved.