Package com.atlassian.crowd.manager.webhook


package com.atlassian.crowd.manager.webhook
  • Class
    Description
    A task executor that discards tasks if there is another existing task with the same key queued for execution.
    A Webhook health strategy that imposes a limit to the number of consecutive failures for at least some time.
    Strategy to decide the health of Webhooks.
    Reacts to the outcome of Webhook notifications by registering this outcome, updating the Webhook and, if decided by the WebhookHealthStrategy, removing the Webhook.
    A runnable that pings a Webhook and reports success or failure
    Synchronously ping a Webhook.
    A manager for Webhooks
    An implementation of WebhookService