@ExperimentalApi public class

AbstractGlobalPermissionEvent

extends Object
java.lang.Object
   ↳ com.atlassian.jira.event.permission.AbstractGlobalPermissionEvent
Known Direct Subclasses

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

Class Overview

Base class for events published when Global Permissions are changed for a group

Summary

Public Constructors
@Internal AbstractGlobalPermissionEvent(GlobalPermissionType globalPermissionType, String group)
Public Methods
GlobalPermissionType getGlobalPermissionType()
String getGroup()
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

@Internal public AbstractGlobalPermissionEvent (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).

Public Methods

public GlobalPermissionType getGlobalPermissionType ()

public String getGroup ()