@Internal public class

AbstractSchemeEvent

extends Object
java.lang.Object
   ↳ com.atlassian.jira.event.scheme.AbstractSchemeEvent
Known Direct Subclasses
Known Indirect Subclasses

@Internal

This class 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).

Class Overview

Abstract event that captures the data relevant to scheme events, e.g. permission schemes, notification schemes etc.

Summary

Public Constructors
AbstractSchemeEvent(Scheme scheme)
Public Methods
@Nullable Long getId()
@Nullable Scheme getScheme()
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public AbstractSchemeEvent (Scheme scheme)

Public Methods

@Nullable public Long getId ()

@Nullable public Scheme getScheme ()