public class

PermissionAddedEvent

extends AbstractSchemeEntityEvent
java.lang.Object
   ↳ com.atlassian.jira.event.scheme.AbstractSchemeEntityEvent
     ↳ com.atlassian.jira.event.permission.PermissionAddedEvent

Class Overview

Event indicating a permission entity has been added to a permission scheme.

Summary

Public Constructors
@Internal PermissionAddedEvent(Long schemeId, SchemeEntity schemeEntity)
[Expand]
Inherited Methods
From class com.atlassian.jira.event.scheme.AbstractSchemeEntityEvent
From class java.lang.Object

Public Constructors

@Internal public PermissionAddedEvent (Long schemeId, SchemeEntity schemeEntity)

@Internal

This constructor is an internal implementation detail and will change without notice.

Clients that depend on @Internal classes and interfaces can not expect to be compatible with any version other than the version they were compiled against (even minor version and milestone releases may break binary compatibility with respect to @Internal elements).