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

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

public class RemoteIssueLinkCreateEvent
extends AbstractRemoteIssueLinkEvent

Fired when remote issue link has been created.

Since:
v5.0

Constructor Summary
RemoteIssueLinkCreateEvent(Long remoteLinkId, String applicationType)
           
 
Method Summary
 String getApplicationType()
           
 
Methods inherited from class com.atlassian.jira.event.issue.link.AbstractRemoteIssueLinkEvent
getRemoteIssueLinkId
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoteIssueLinkCreateEvent

public RemoteIssueLinkCreateEvent(Long remoteLinkId,
                                  String applicationType)
Method Detail

getApplicationType

public String getApplicationType()


Copyright © 2002-2013 Atlassian. All Rights Reserved.