public class

IssueSecuritySchemeUpdatedEvent

extends AbstractSchemeUpdatedEvent
java.lang.Object
   ↳ com.atlassian.jira.event.scheme.AbstractSchemeEvent
     ↳ com.atlassian.jira.event.scheme.AbstractSchemeUpdatedEvent
       ↳ com.atlassian.jira.event.issue.security.IssueSecuritySchemeUpdatedEvent

Class Overview

Event indicating an issue security scheme has been updated.

Summary

Public Constructors
@Deprecated @Internal IssueSecuritySchemeUpdatedEvent(Scheme scheme)
@Internal IssueSecuritySchemeUpdatedEvent(Scheme scheme, Scheme originalScheme)
[Expand]
Inherited Methods
From class com.atlassian.jira.event.scheme.AbstractSchemeUpdatedEvent
From class com.atlassian.jira.event.scheme.AbstractSchemeEvent
From class java.lang.Object

Public Constructors

@Deprecated @Internal public IssueSecuritySchemeUpdatedEvent (Scheme scheme)

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

This constructor is deprecated.
Use IssueSecuritySchemeUpdatedEvent(com.atlassian.jira.scheme.Scheme, com.atlassian.jira.scheme.Scheme). Since v6.2

@Internal public IssueSecuritySchemeUpdatedEvent (Scheme scheme, Scheme originalScheme)

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