Package com.atlassian.jira.webhooks
Interface WebhookEventSection
- All Superinterfaces:
Comparable<WebhookEventSection>
- All Known Implementing Classes:
IssueWebhooksSection,ProjectWebhooksSection,PropertiesWebhooksSection,UserWebhooksSection
Use this interface to define section on webhook configuration form.
Section can contain event groups and extra panels displayed over section.
Order of section is defined with
order property.-
Method Summary
Modifier and TypeMethodDescriptiondefault intcompareTo(WebhookEventSection webhookEventSection) default StringgetKey()intgetOrder()default List<WebhooksHtmlPanel>
-
Method Details
-
getKey
String getKey() -
getNameI18nKey
String getNameI18nKey() -
getDescriptionI18nKey
-
getGroups
List<WebhookEventGroup> getGroups() -
getPanels
-
getOrder
int getOrder() -
compareTo
- Specified by:
compareToin interfaceComparable<WebhookEventSection>
-