public class

VersionUpdatedEvent

extends AbstractVersionEvent
java.lang.Object
   ↳ com.atlassian.jira.event.project.AbstractVersionEvent
     ↳ com.atlassian.jira.event.project.VersionUpdatedEvent

Summary

Public Constructors
@Internal VersionUpdatedEvent(Version version, Version originalVersion)
Public Methods
@Nonnull Version getOriginalVersion()
[Expand]
Inherited Methods
From class com.atlassian.jira.event.project.AbstractVersionEvent
From class java.lang.Object

Public Constructors

@Internal public VersionUpdatedEvent (Version version, Version originalVersion)

@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

@Nonnull public Version getOriginalVersion ()