public class

WorkflowUpdatedEvent

extends AbstractWorkflowEvent
java.lang.Object
   ↳ com.atlassian.jira.event.AbstractWorkflowEvent
     ↳ com.atlassian.jira.event.WorkflowUpdatedEvent

Class Overview

Event indicating a workflow has been updated.

Summary

Public Constructors
@Internal WorkflowUpdatedEvent(JiraWorkflow workflow, JiraWorkflow originalWorkflow)
Public Methods
JiraWorkflow getOriginalWorkflow()
[Expand]
Inherited Methods
From class com.atlassian.jira.event.AbstractWorkflowEvent
From class java.lang.Object

Public Constructors

@Internal public WorkflowUpdatedEvent (JiraWorkflow workflow, JiraWorkflow originalWorkflow)

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

Public Methods

public JiraWorkflow getOriginalWorkflow ()