Uses of Class
com.atlassian.bamboo.webhook.WebhookToSend
-
Uses of WebhookToSend in com.atlassian.bamboo.webhook
Modifier and TypeMethodDescriptionboolean
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.ModifierConstructorDescriptionSingleWebhookSender
(WebhookToSend webhookToSend, WebhookResponseService webhookResponseService)