Package com.atlassian.bamboo.webhook
Interface WebhookSenderService
public interface WebhookSenderService
-
Method Summary
Modifier and TypeMethodDescriptionboolean
enqueue
(WebhookToSend webhookToSend) Enqueue new webhook to send.
-
Method Details
-
enqueue
Enqueue new webhook to send. Max size of queue isSystemProperty.WEBHOOK_MAX_QUEUE_SIZE
.- Parameters:
webhookToSend
-- Returns:
- true if queue is not full, otherwise false
-