Uses of Class
com.atlassian.confluence.event.events.user.UserEvent
-
Packages that use UserEvent Package Description com.atlassian.confluence.event.events.user com.atlassian.confluence.internal.webhooks com.atlassian.confluence.user.notifications -
-
Uses of UserEvent in com.atlassian.confluence.event.events.user
Subclasses of UserEvent in com.atlassian.confluence.event.events.user Modifier and Type Class Description classConfirmEmailAddressEventclassDomainRestrictedUserSignupEventclassGroupInviteUserSignupEventEvent sent when a user signs up via the group invite link.classPublicUserSignupEventclassUserCreateEventEvent sent when a user is created in Confluence.classUserDeactivateEventEvent sent when a user is made inactive in Confluence.classUserProfilePictureUpdateEventclassUserReactivateEventEvent sent when a user is made active in Confluence.classUserRemoveCompletedEventEvent sent once a user has been removed in Confluence.classUserRemoveEventEvent sent when a user is removed in Confluence.classUserSignupEvent -
Uses of UserEvent in com.atlassian.confluence.internal.webhooks
Methods in com.atlassian.confluence.internal.webhooks with parameters of type UserEvent Modifier and Type Method Description Map<String,Object>WebhookJsonEventFactory. build(com.atlassian.webhooks.WebhookEvent webhookEvent, UserEvent event) -
Uses of UserEvent in com.atlassian.confluence.user.notifications
Methods in com.atlassian.confluence.user.notifications with parameters of type UserEvent Modifier and Type Method Description voidUserSignUpNotificationsListener. processNotifications(UserEvent event)Deprecated.
-