public class

IssueSecuritySchemeRemovedFromProjectEvent

extends AbstractSchemeRemovedFromProjectEvent
java.lang.Object
   ↳ com.atlassian.jira.event.scheme.AbstractSchemeEvent
     ↳ com.atlassian.jira.event.scheme.AbstractSchemeRemovedFromProjectEvent
       ↳ com.atlassian.jira.event.issue.security.IssueSecuritySchemeRemovedFromProjectEvent

Summary

Public Constructors
@Internal IssueSecuritySchemeRemovedFromProjectEvent(Scheme scheme, Project project)
[Expand]
Inherited Methods
From class com.atlassian.jira.event.scheme.AbstractSchemeRemovedFromProjectEvent
From class com.atlassian.jira.event.scheme.AbstractSchemeEvent
From class java.lang.Object

Public Constructors

@Internal public IssueSecuritySchemeRemovedFromProjectEvent (Scheme scheme, Project project)

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