Class ApplicationWebhookEventProvider
- java.lang.Object
-
- com.atlassian.confluence.internal.webhooks.ApplicationWebhookEventProvider
-
- All Implemented Interfaces:
com.atlassian.webhooks.WebhookEventProvider
@Component public class ApplicationWebhookEventProvider extends Object implements com.atlassian.webhooks.WebhookEventProvider
-
-
Constructor Summary
Constructors Constructor Description ApplicationWebhookEventProvider()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.atlassian.webhooks.WebhookEventforId(String id)List<com.atlassian.webhooks.WebhookEvent>getEvents()intgetWeight()
-
-
-
Method Detail
-
forId
@Nullable public com.atlassian.webhooks.WebhookEvent forId(String id)
- Specified by:
forIdin interfacecom.atlassian.webhooks.WebhookEventProvider
-
getEvents
public List<com.atlassian.webhooks.WebhookEvent> getEvents()
- Specified by:
getEventsin interfacecom.atlassian.webhooks.WebhookEventProvider
-
getWeight
public int getWeight()
- Specified by:
getWeightin interfacecom.atlassian.webhooks.WebhookEventProvider
-
-