Interface WebhookEventGroup

All Known Implementing Classes:
JiraWebhookEventGroup

public interface WebhookEventGroup
Group of webhook events.
  • Method Summary

    Modifier and Type
    Method
    Description
    List<com.atlassian.webhooks.WebhookEvent>
     
     
  • Method Details

    • getNameI18nKey

      String getNameI18nKey()
    • getEvents

      List<com.atlassian.webhooks.WebhookEvent> getEvents()