Class WebhookNotifierRunnable

java.lang.Object
com.atlassian.crowd.manager.webhook.WebhookNotifierRunnable
All Implemented Interfaces:
Runnable

public class WebhookNotifierRunnable extends Object implements Runnable
A runnable that pings a Webhook and reports success or failure
Since:
v2.7
  • Constructor Details

  • Method Details

    • run

      public void run()
      This runs in a separate thread, therefore the webhook instance is detached. All database operations must be performed through transactional services. Do not try to access lazy members of the webhook.
      Specified by:
      run in interface Runnable