@Deprecated public class

PermissionRevokedEvent

extends PermissionEvent
java.lang.Object
   ↳ java.util.EventObject
     ↳ com.atlassian.stash.event.StashEvent
       ↳ com.atlassian.stash.event.permission.PermissionEvent
         ↳ com.atlassian.stash.event.permission.PermissionRevokedEvent
Known Direct Subclasses

This class is deprecated.
in 2.4. In 3.0 this will be converted to a marker interface. ProjectPermissionEvent and GlobalPermissionEvent will be created similar to RepositoryPermissionEvent with their subclasses specific for granting and revoking permissions

Class Overview

This event is fired when a user or group has a permission revoked.

Summary

[Expand]
Inherited Fields
From class java.util.EventObject
Public Constructors
PermissionRevokedEvent(Object source, Permission permission, Project project, String affectedGroup, StashUser affectedUser)
[Expand]
Inherited Methods
From class com.atlassian.stash.event.permission.PermissionEvent
From class com.atlassian.stash.event.StashEvent
From class java.util.EventObject
From class java.lang.Object

Public Constructors

public PermissionRevokedEvent (Object source, Permission permission, Project project, String affectedGroup, StashUser affectedUser)