public class

WorkflowSchemeDeletedEvent

extends AbstractSchemeDeletedEvent
java.lang.Object
   ↳ com.atlassian.jira.event.scheme.AbstractSchemeDeletedEvent
     ↳ com.atlassian.jira.event.workflow.WorkflowSchemeDeletedEvent

Class Overview

Event indicating a workflow scheme has been deleted.

Summary

[Expand]
Inherited Fields
From interface com.atlassian.jira.util.Named
Public Constructors
@Deprecated @Internal WorkflowSchemeDeletedEvent(Long id)
This constructor is deprecated. Please use WorkflowSchemeDeletedEvent(Long, String). Since v6.2
@Internal WorkflowSchemeDeletedEvent(Long id, String name)
[Expand]
Inherited Methods
From class com.atlassian.jira.event.scheme.AbstractSchemeDeletedEvent
From class java.lang.Object
From interface com.atlassian.jira.util.Named

Public Constructors

@Deprecated @Internal public WorkflowSchemeDeletedEvent (Long id)

@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.
Please use WorkflowSchemeDeletedEvent(Long, String). Since v6.2

@Internal public WorkflowSchemeDeletedEvent (Long id, String name)

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