public abstract class

RepositoryPermissionEvent

extends PermissionEvent
java.lang.Object
   ↳ java.util.EventObject
     ↳ com.atlassian.bitbucket.event.ApplicationEvent
       ↳ com.atlassian.bitbucket.event.permission.PermissionEvent
         ↳ com.atlassian.bitbucket.event.permission.RepositoryPermissionEvent
Known Direct Subclasses
Known Indirect Subclasses

Class Overview

Base event signalling repository permission changes.

This event is internally audited with a HIGH priority.

Summary

[Expand]
Inherited Fields
From class java.util.EventObject
Protected Constructors
RepositoryPermissionEvent(Object source, Permission permission, Repository repository, String affectedGroup, ApplicationUser affectedUser)
Public Methods
Repository getRepository()
[Expand]
Inherited Methods
From class com.atlassian.bitbucket.event.permission.PermissionEvent
From class com.atlassian.bitbucket.event.ApplicationEvent
From class java.util.EventObject
From class java.lang.Object

Protected Constructors

protected RepositoryPermissionEvent (Object source, Permission permission, Repository repository, String affectedGroup, ApplicationUser affectedUser)

Public Methods

public Repository getRepository ()