public interface WebhookNotificationListener
Modifier and Type | Method and Description |
---|---|
void |
onPingFailure(long webhookId)
Reacts to a failed notification delivery.
|
void |
onPingSuccess(long webhookId)
Reacts to a successful notification delivery.
|
void onPingSuccess(long webhookId) throws WebhookNotFoundException
webhookId
- id of the WebhookWebhookNotFoundException
- if the Webhook with the given id cannot be foundvoid onPingFailure(long webhookId) throws WebhookNotFoundException
webhookId
- id of the WebhookWebhookNotFoundException
- if the Webhook with the given id cannot be foundCopyright © 2020 Atlassian. All rights reserved.