public class

GroupCleanupEvent

extends ApplicationEvent
java.lang.Object
   ↳ java.util.EventObject
     ↳ com.atlassian.bitbucket.event.ApplicationEvent
       ↳ com.atlassian.bitbucket.event.user.GroupCleanupEvent

Class Overview

Raised when a group is deleted from all user directories visible to the server.

Clients that store data used to authorize a group should subscribe to this event to clean up data related to the deleted group. For example, if a plugin allocates resource permissions to groups, it should listen for this event and delete those permissions.

Summary

[Expand]
Inherited Fields
From class java.util.EventObject
Public Constructors
GroupCleanupEvent(Object source, String group)
Public Methods
@Nonnull String getGroup()
[Expand]
Inherited Methods
From class com.atlassian.bitbucket.event.ApplicationEvent
From class java.util.EventObject
From class java.lang.Object

Public Constructors

public GroupCleanupEvent (Object source, String group)

Public Methods

@Nonnull public String getGroup ()