Class GlobalPermissionGrantedEvent
java.lang.Object
java.util.EventObject
com.atlassian.bitbucket.event.ApplicationEvent
com.atlassian.bitbucket.event.permission.PermissionEvent
com.atlassian.bitbucket.event.permission.GlobalPermissionEvent
com.atlassian.bitbucket.event.permission.GlobalPermissionGrantedEvent
- All Implemented Interfaces:
PermissionGrantedEvent
,Serializable
public class GlobalPermissionGrantedEvent
extends GlobalPermissionEvent
implements PermissionGrantedEvent
This event is fired when a user or group are granted a global permission.
This event is internally audited with CoverageLevel.BASE
level.
- See Also:
-
Field Summary
Fields inherited from class java.util.EventObject
source
-
Constructor Summary
ConstructorDescriptionGlobalPermissionGrantedEvent
(Object source, Permission permission, String affectedGroup, ApplicationUser affectedUser) -
Method Summary
Methods inherited from class com.atlassian.bitbucket.event.permission.PermissionEvent
getAffectedGroup, getAffectedUser, getPermission
Methods inherited from class com.atlassian.bitbucket.event.ApplicationEvent
getDate, getUser
Methods inherited from class java.util.EventObject
getSource, toString
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface com.atlassian.bitbucket.event.permission.PermissionGrantedEvent
getAffectedGroup, getAffectedUser, getPermission
-
Constructor Details
-
GlobalPermissionGrantedEvent
public GlobalPermissionGrantedEvent(Object source, Permission permission, String affectedGroup, ApplicationUser affectedUser)
-