Class RepositoryPermissionModifiedEvent
java.lang.Object
java.util.EventObject
com.atlassian.bitbucket.event.ApplicationEvent
com.atlassian.bitbucket.event.permission.PermissionEvent
com.atlassian.bitbucket.event.permission.RepositoryPermissionEvent
com.atlassian.bitbucket.event.permission.AbstractRepositoryPermissionModificationEvent
com.atlassian.bitbucket.event.permission.RepositoryPermissionModifiedEvent
- All Implemented Interfaces:
PermissionModifiedEvent
,Serializable
public class RepositoryPermissionModifiedEvent
extends AbstractRepositoryPermissionModificationEvent
implements PermissionModifiedEvent
This event is fired when a user or group has their permission modified for a given repository.
This event is internally audited with CoverageLevel.BASE
level.
- See Also:
-
Field Summary
Fields inherited from class java.util.EventObject
source
-
Constructor Summary
ConstructorDescriptionRepositoryPermissionModifiedEvent
(Object source, Permission oldValue, Permission newValue, Repository repository, String affectedGroup, ApplicationUser affectedUser) -
Method Summary
Methods inherited from class com.atlassian.bitbucket.event.permission.AbstractRepositoryPermissionModificationEvent
getNewValue, getOldValue
Methods inherited from class com.atlassian.bitbucket.event.permission.RepositoryPermissionEvent
getRepository
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.PermissionModifiedEvent
getAffectedGroup, getAffectedUser, getNewValue, getOldValue
-
Constructor Details
-
RepositoryPermissionModifiedEvent
public RepositoryPermissionModifiedEvent(Object source, Permission oldValue, Permission newValue, Repository repository, String affectedGroup, ApplicationUser affectedUser)
-