Class WebhookNotifierRunnable
java.lang.Object
com.atlassian.crowd.manager.webhook.WebhookNotifierRunnable
- All Implemented Interfaces:
Runnable
A runnable that pings a Webhook and reports success or failure
- Since:
- v2.7
-
Constructor Summary
ConstructorDescriptionWebhookNotifierRunnable
(Webhook webhook, WebhookPinger webhookPinger, WebhookNotificationListener webhookNotificationListener) -
Method Summary
Modifier and TypeMethodDescriptionvoid
run()
This runs in a separate thread, therefore the webhook instance is detached.
-
Constructor Details
-
WebhookNotifierRunnable
public WebhookNotifierRunnable(Webhook webhook, WebhookPinger webhookPinger, WebhookNotificationListener webhookNotificationListener)
-
-
Method Details