com.atlassian.crowd.manager.webhook
Class WebhookServiceImpl

java.lang.Object
  extended by com.atlassian.crowd.manager.webhook.WebhookServiceImpl
All Implemented Interfaces:
WebhookService

@Transactional
public class WebhookServiceImpl
extends Object
implements WebhookService

An implementation of WebhookService

Since:
v2.7

Constructor Summary
WebhookServiceImpl(WebhookRegistry webhookRegistry, WebhookPinger webhookPinger, KeyedExecutor<Long> executor, WebhookNotificationListener webhookNotificationListener)
           
 
Method Summary
 void notifyWebhooks()
          Delivers a notification to all the Webhooks.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WebhookServiceImpl

public WebhookServiceImpl(WebhookRegistry webhookRegistry,
                          WebhookPinger webhookPinger,
                          KeyedExecutor<Long> executor,
                          WebhookNotificationListener webhookNotificationListener)
Method Detail

notifyWebhooks

public void notifyWebhooks()
Description copied from interface: WebhookService
Delivers a notification to all the Webhooks.

Specified by:
notifyWebhooks in interface WebhookService


Copyright © 2013 Atlassian. All Rights Reserved.