com.atlassian.jira.event.issue.link
Class RemoteIssueLinkUICreateEvent

java.lang.Object
  extended by com.atlassian.jira.event.issue.link.AbstractRemoteIssueLinkEvent
      extended by com.atlassian.jira.event.issue.link.RemoteIssueLinkUICreateEvent

public class RemoteIssueLinkUICreateEvent
extends AbstractRemoteIssueLinkEvent

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

Since:
v5.0

Constructor Summary
RemoteIssueLinkUICreateEvent(Long remoteLinkId, String applicationType)
          Deprecated. since 6.1.1. Use RemoteIssueLinkUICreateEvent(com.atlassian.jira.issue.link.RemoteIssueLink) instead.
RemoteIssueLinkUICreateEvent(RemoteIssueLink remoteIssueLink)
           
 
Method Summary
 String getApplicationType()
          Returns the type of application that was linked to.
 
Methods inherited from class com.atlassian.jira.event.issue.link.AbstractRemoteIssueLinkEvent
getGlobalId, getRemoteIssueLinkId
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoteIssueLinkUICreateEvent

public RemoteIssueLinkUICreateEvent(Long remoteLinkId,
                                    String applicationType)
Deprecated. since 6.1.1. Use RemoteIssueLinkUICreateEvent(com.atlassian.jira.issue.link.RemoteIssueLink) instead.

Parameters:
remoteLinkId -
applicationType -

RemoteIssueLinkUICreateEvent

public RemoteIssueLinkUICreateEvent(RemoteIssueLink remoteIssueLink)
Method Detail

getApplicationType

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.
See Also:
RemoteIssueLink.getApplicationType()


Copyright © 2002-2014 Atlassian. All Rights Reserved.