Interface | Description |
---|---|
WebhookHealthStrategy |
Strategy to decide the health of Webhooks.
|
WebhookNotificationListener |
Reacts to the outcome of Webhook notifications.
|
WebhookRegistry |
A service interface that provides persistence for
Webhook s. |
WebhookService |
Webhook service.
|
Class | Description |
---|---|
KeyedExecutor<K> |
A task executor that discards tasks if there is another existing task with the same key queued for execution.
|
NoLongTermFailureStrategy |
A Webhook health strategy that imposes a limit to the number of consecutive failures for at least some time.
|
WebhookNotificationListenerImpl |
Reacts to the outcome of Webhook notifications by registering this outcome, updating the Webhook and,
if decided by the WebhookHealthStrategy, removing the Webhook.
|
WebhookNotifierRunnable |
A runnable that pings a Webhook and reports success or failure
|
WebhookPinger |
Synchronously ping a Webhook.
|
WebhookRegistryImpl |
A manager for Webhooks
|
WebhookServiceImpl |
An implementation of WebhookService
|
Exception | Description |
---|---|
InvalidWebhookEndpointException |
Copyright © 2020 Atlassian. All rights reserved.