Class ApplicationWebhookEventProvider

  • All Implemented Interfaces:
    com.atlassian.webhooks.WebhookEventProvider

    @Component
    public class ApplicationWebhookEventProvider
    extends Object
    implements com.atlassian.webhooks.WebhookEventProvider
    • Constructor Detail

      • ApplicationWebhookEventProvider

        public ApplicationWebhookEventProvider()
    • Method Detail

      • forId

        @Nullable
        public com.atlassian.webhooks.WebhookEvent forId​(String id)
        Specified by:
        forId in interface com.atlassian.webhooks.WebhookEventProvider
      • getEvents

        public List<com.atlassian.webhooks.WebhookEvent> getEvents()
        Specified by:
        getEvents in interface com.atlassian.webhooks.WebhookEventProvider
      • getWeight

        public int getWeight()
        Specified by:
        getWeight in interface com.atlassian.webhooks.WebhookEventProvider