Class JiraWebhookAuditingHandler

java.lang.Object
com.atlassian.jira.plugins.webhooks.auditing.JiraWebhookAuditingHandler

@Component public class JiraWebhookAuditingHandler extends Object
  • Constructor Details

    • JiraWebhookAuditingHandler

      @Autowired public JiraWebhookAuditingHandler(com.atlassian.audit.api.AuditService auditService, JiraBaseUrls jiraBaseUrls, com.atlassian.sal.api.message.I18nResolver i18nResolver)
  • Method Details

    • onWebhookCreated

      public void onWebhookCreated(com.atlassian.webhooks.internal.rest.RestWebhook webhook)
    • onWebhookModified

      public void onWebhookModified(com.atlassian.webhooks.internal.rest.RestWebhook oldWebhook, com.atlassian.webhooks.internal.rest.RestWebhook newWebhook)
    • onWebhookDeleted

      public void onWebhookDeleted(com.atlassian.webhooks.internal.rest.RestWebhook webhook)