| Package | Description |
|---|---|
| com.atlassian.bamboo.webhook |
| Modifier and Type | Method and Description |
|---|---|
boolean |
WebhookSenderService.enqueue(WebhookToSend webhookToSend)
Enqueue new webhook to send.
|
void |
DefaultWebhookResponseService.registerWebhookPrepareError(WebhookToSend webhookToSend,
String message) |
void |
WebhookResponseService.registerWebhookPrepareError(WebhookToSend webhookToSend,
String message)
Save a webhook to DB which was not send due to an error.
|
Long |
DefaultWebhookResponseService.registerWebhookSend(WebhookToSend webhookToSend) |
Long |
WebhookResponseService.registerWebhookSend(WebhookToSend webhookToSend)
Save a pending webhook to DB.
|
| Constructor and Description |
|---|
SingleWebhookSender(WebhookToSend webhookToSend,
WebhookResponseService webhookResponseService) |
Copyright © 2021 Atlassian Software Systems Pty Ltd. All rights reserved.