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.
|
@NotNull Long |
DefaultWebhookResponseService.registerWebhookSend(WebhookToSend webhookToSend) |
@NotNull Long |
WebhookResponseService.registerWebhookSend(WebhookToSend webhookToSend)
Save a pending webhook to DB.
|
Constructor and Description |
---|
SingleWebhookSender(WebhookToSend webhookToSend,
WebhookResponseService webhookResponseService) |
Copyright © 2022 Atlassian Software Systems Pty Ltd. All rights reserved.