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 SummaryFields inherited from class java.util.EventObjectsource
- 
Constructor SummaryConstructorsConstructorDescriptionRepositoryPermissionModifiedEvent(Object source, Permission oldValue, Permission newValue, Repository repository, String affectedGroup, ApplicationUser affectedUser) 
- 
Method SummaryMethods inherited from class com.atlassian.bitbucket.event.permission.AbstractRepositoryPermissionModificationEventgetNewValue, getOldValueMethods inherited from class com.atlassian.bitbucket.event.permission.RepositoryPermissionEventgetRepositoryMethods inherited from class com.atlassian.bitbucket.event.permission.PermissionEventgetAffectedGroup, getAffectedUser, getPermissionMethods inherited from class com.atlassian.bitbucket.event.ApplicationEventgetDate, getUserMethods inherited from class java.util.EventObjectgetSource, toStringMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface com.atlassian.bitbucket.event.permission.PermissionModifiedEventgetAffectedGroup, getAffectedUser, getNewValue, getOldValue
- 
Constructor Details- 
RepositoryPermissionModifiedEventpublic RepositoryPermissionModifiedEvent(Object source, Permission oldValue, Permission newValue, Repository repository, String affectedGroup, ApplicationUser affectedUser) 
 
-