Class GroupCleanupEvent
java.lang.Object
java.util.EventObject
com.atlassian.bitbucket.event.ApplicationEvent
com.atlassian.bitbucket.event.user.GroupCleanupEvent
- All Implemented Interfaces:
Serializable
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.
- See Also:
-
Field Summary
Fields inherited from class java.util.EventObject
source
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.atlassian.bitbucket.event.ApplicationEvent
getDate, getUser
Methods inherited from class java.util.EventObject
getSource, toString
-
Constructor Details
-
GroupCleanupEvent
-
-
Method Details
-
getGroup
-