public class

CustomFieldUpdatedEvent

extends AbstractCustomFieldEvent
java.lang.Object
   ↳ com.atlassian.jira.event.issue.field.AbstractCustomFieldEvent
     ↳ com.atlassian.jira.event.issue.field.CustomFieldUpdatedEvent

Class Overview

Event indicating a custom field has been updated.

Summary

Public Constructors
@Internal CustomFieldUpdatedEvent(CustomField customField, CustomField originalCustomField)
Public Methods
CustomFieldDetails getOriginalCustomField()
[Expand]
Inherited Methods
From class com.atlassian.jira.event.issue.field.AbstractCustomFieldEvent
From class java.lang.Object

Public Constructors

@Internal public CustomFieldUpdatedEvent (CustomField customField, CustomField originalCustomField)

@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 CustomFieldDetails getOriginalCustomField ()