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
ConstructorsConstructorDescriptionGlobalPermissionGrantedEvent(Object source, Permission permission, String affectedGroup, ApplicationUser affectedUser)  - 
Method Summary
Methods inherited from class com.atlassian.bitbucket.event.permission.PermissionEvent
getAffectedGroup, getAffectedUser, getPermissionMethods inherited from class com.atlassian.bitbucket.event.ApplicationEvent
getDate, getUserMethods inherited from class java.util.EventObject
getSource, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods 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)  
 -