@ExperimentalApi public class

GlobalPermissionDeletedEvent

extends AbstractGlobalPermissionEvent
java.lang.Object
   ↳ com.atlassian.jira.event.permission.AbstractGlobalPermissionEvent
     ↳ com.atlassian.jira.event.permission.GlobalPermissionDeletedEvent

@ExperimentalApi

This class is considered usable by external developers but its contracts have not stabilized.

Experimental APIs may be changed at any time before being marked @Internal or @PublicApi.

Summary

Public Constructors
@Internal GlobalPermissionDeletedEvent(GlobalPermissionType globalPermissionType, String group)
[Expand]
Inherited Methods
From class com.atlassian.jira.event.permission.AbstractGlobalPermissionEvent
From class java.lang.Object

Public Constructors

@Internal public GlobalPermissionDeletedEvent (GlobalPermissionType globalPermissionType, String group)

@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).