public interface WebhookHealthStrategy
Modifier and Type | Method and Description |
---|---|
boolean |
isInGoodStanding(Webhook webhook)
Decides whether the Webhook is in good standing.
|
Webhook |
registerFailure(Webhook webhook)
Register a failed ping delivery to a Webhook.
|
Webhook |
registerSuccess(Webhook webhook)
Register a successful ping delivery to a Webhook.
|
Webhook registerSuccess(Webhook webhook)
webhook
- Webhook that has just been successfully pingedWebhook registerFailure(Webhook webhook)
webhook
- Webhook that has just been unsuccessfully pingedboolean isInGoodStanding(Webhook webhook)
webhook
- Webhook which status is examined.Copyright © 2019 Atlassian. All rights reserved.