Uses of Class
com.atlassian.jira.event.AbstractProjectEvent
Packages that use AbstractProjectEvent
Package
Description
-
Uses of AbstractProjectEvent in com.atlassian.jira.event
Subclasses of AbstractProjectEvent in com.atlassian.jira.eventModifier and TypeClassDescriptionfinal classEvent that is triggered when a project is created.final classEvent that is triggered when a project is deleted.classEvent indicating a project has been updated -
Uses of AbstractProjectEvent in com.atlassian.jira.event.project
Subclasses of AbstractProjectEvent in com.atlassian.jira.event.projectModifier and TypeClassDescriptionclassAbstract event related to archiving actions.classEvent published when project is archivedclassEvent published when project is restored -
Uses of AbstractProjectEvent in com.atlassian.jira.plugins.webhooks.serializer
Methods in com.atlassian.jira.plugins.webhooks.serializer with parameters of type AbstractProjectEventModifier and TypeMethodDescriptionWebhookJsonEventFactory.build(com.atlassian.webhooks.WebhookEvent webhookEvent, AbstractProjectEvent jiraEvent, Optional<ApplicationUser> optionalApplicationUser) -
Uses of AbstractProjectEvent in com.atlassian.jira.plugins.webhooks.serializer.project
Methods in com.atlassian.jira.plugins.webhooks.serializer.project with parameters of type AbstractProjectEventModifier and TypeMethodDescriptionprotected LongProjectEventSerializer.getTimestamp(AbstractProjectEvent event) ProjectEventSerializer.putFields(AbstractProjectEvent event, com.google.common.collect.ImmutableMap.Builder<String, Object> defaultJson) -
Uses of AbstractProjectEvent in com.atlassian.jira.plugins.webhooks.url
Methods in com.atlassian.jira.plugins.webhooks.url with parameters of type AbstractProjectEventModifier and TypeMethodDescriptionUrlContextFactory.build(AbstractProjectEvent event) ProjectEventVariablesProvider.uriVariables(AbstractProjectEvent projectEvent)