Uses of Class
com.atlassian.bamboo.webhook.WebhookToSend
Packages that use WebhookToSend
-
Uses of WebhookToSend in com.atlassian.bamboo.webhook
Methods in com.atlassian.bamboo.webhook with parameters of type WebhookToSendModifier and TypeMethodDescriptionbooleanWebhookSenderService.enqueue(WebhookToSend webhookToSend) Enqueue new webhook to send.voidDefaultWebhookResponseService.registerWebhookPrepareError(WebhookToSend webhookToSend, String message) voidWebhookResponseService.registerWebhookPrepareError(WebhookToSend webhookToSend, String message) Save a webhook to DB which was not send due to an error.@NotNull LongDefaultWebhookResponseService.registerWebhookSend(WebhookToSend webhookToSend) @NotNull LongWebhookResponseService.registerWebhookSend(WebhookToSend webhookToSend) Save a pending webhook to DB.Constructors in com.atlassian.bamboo.webhook with parameters of type WebhookToSendModifierConstructorDescriptionSingleWebhookSender(WebhookToSend webhookToSend, WebhookResponseService webhookResponseService)