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
ConstructorsConstructorDescriptionRepositoryPermissionModifiedEvent(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, getOldValueMethods inherited from class com.atlassian.bitbucket.event.permission.RepositoryPermissionEvent
getRepositoryMethods 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.PermissionModifiedEvent
getAffectedGroup, getAffectedUser, getNewValue, getOldValue
-
Constructor Details
-
RepositoryPermissionModifiedEvent
public RepositoryPermissionModifiedEvent(Object source, Permission oldValue, Permission newValue, Repository repository, String affectedGroup, ApplicationUser affectedUser)
-