public class

RemoteIssueLinkUICreateEvent

extends AbstractRemoteIssueLinkEvent
java.lang.Object
   ↳ com.atlassian.jira.event.issue.link.AbstractRemoteIssueLinkEvent
     ↳ com.atlassian.jira.event.issue.link.RemoteIssueLinkUICreateEvent

Class Overview

Fired when remote issue link has been created through the UI.

Summary

Public Constructors
RemoteIssueLinkUICreateEvent(Long remoteLinkId, String applicationType)
This constructor is deprecated. since 6.1.1. Use RemoteIssueLinkUICreateEvent(com.atlassian.jira.issue.link.RemoteIssueLink) instead.
RemoteIssueLinkUICreateEvent(RemoteIssueLink remoteIssueLink)
Public Methods
String getApplicationType()
Returns the type of application that was linked to.
[Expand]
Inherited Methods
From class com.atlassian.jira.event.issue.link.AbstractRemoteIssueLinkEvent
From class java.lang.Object

Public Constructors

public RemoteIssueLinkUICreateEvent (Long remoteLinkId, String applicationType)

This constructor is deprecated.
since 6.1.1. Use RemoteIssueLinkUICreateEvent(com.atlassian.jira.issue.link.RemoteIssueLink) instead.

public RemoteIssueLinkUICreateEvent (RemoteIssueLink remoteIssueLink)

Public Methods

public String getApplicationType ()

Returns the type of application that was linked to.

For example: "com.atlassian.confluence" or "com.mycompany.myproduct"

Returns
  • the type of application that was linked to.