Package com.atlassian.crowd.manager.webhook

Interface Summary
WebhookHealthStrategy Strategy to decide the health of Webhooks.
WebhookNotificationListener Reacts to the outcome of Webhook notifications.
WebhookRegistry A service interface that provides persistence for Webhooks.
WebhookService Webhook service.
 

Class Summary
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 Summary
InvalidWebhookEndpointException  
 



Copyright © 2013 Atlassian. All Rights Reserved.