Class JiraWebhookAuditingHandler
java.lang.Object
com.atlassian.jira.plugins.webhooks.auditing.JiraWebhookAuditingHandler
-
Constructor Summary
ConstructorsConstructorDescriptionJiraWebhookAuditingHandler
(com.atlassian.audit.api.AuditService auditService, JiraBaseUrls jiraBaseUrls, com.atlassian.sal.api.message.I18nResolver i18nResolver) -
Method Summary
Modifier and TypeMethodDescriptionvoid
onWebhookCreated
(com.atlassian.webhooks.internal.rest.RestWebhook webhook) void
onWebhookDeleted
(com.atlassian.webhooks.internal.rest.RestWebhook webhook) void
onWebhookModified
(com.atlassian.webhooks.internal.rest.RestWebhook oldWebhook, com.atlassian.webhooks.internal.rest.RestWebhook newWebhook)
-
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)
-