Class JiraWebhookEventProvider

java.lang.Object
com.atlassian.jira.plugins.webhooks.spi.JiraWebhookEventProvider
All Implemented Interfaces:
com.atlassian.webhooks.WebhookEventProvider

@Component public class JiraWebhookEventProvider extends Object implements com.atlassian.webhooks.WebhookEventProvider
  • Constructor Details

    • JiraWebhookEventProvider

      public JiraWebhookEventProvider()
  • Method Details

    • forId

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

      @Nonnull 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