@Internal public class

AbstractSchemeCopiedEvent

extends AbstractSchemeEvent
java.lang.Object
   ↳ com.atlassian.jira.event.scheme.AbstractSchemeEvent
     ↳ com.atlassian.jira.event.scheme.AbstractSchemeCopiedEvent
Known Direct 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 a scheme being copied, e.g. permission schemes, notification schemes etc.

Summary

Public Constructors
AbstractSchemeCopiedEvent(Scheme fromScheme, Scheme toScheme)
Public Methods
@Nonnull Long getCopiedFromId()
@Nonnull Long getCopiedToId()
@Nonnull Scheme getFromScheme()
[Expand]
Inherited Methods
From class com.atlassian.jira.event.scheme.AbstractSchemeEvent
From class java.lang.Object

Public Constructors

public AbstractSchemeCopiedEvent (Scheme fromScheme, Scheme toScheme)

Public Methods

@Nonnull public Long getCopiedFromId ()

@Nonnull public Long getCopiedToId ()

@Nonnull public Scheme getFromScheme ()