public class

RemoteVersionLinkDeleteEvent

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

Class Overview

Event indicating that one or more remote version links have been deleted. Note that the global ID may be null, indicating that all remote links for that version were deleted.

Summary

Public Constructors
@Internal RemoteVersionLinkDeleteEvent(Version version, String globalId)
[Expand]
Inherited Methods
From class com.atlassian.jira.event.project.AbstractRemoteVersionLinkEvent
From class com.atlassian.jira.event.project.AbstractVersionEvent
From class java.lang.Object

Public Constructors

@Internal public RemoteVersionLinkDeleteEvent (Version version, String globalId)

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