public class RemoteIssueLinkUICreateEvent extends AbstractRemoteIssueLinkEvent
| Constructor and Description |
|---|
RemoteIssueLinkUICreateEvent(Long remoteLinkId,
String applicationType)
Deprecated.
since 6.1.1. Use
RemoteIssueLinkUICreateEvent(com.atlassian.jira.issue.link.RemoteIssueLink) instead. |
RemoteIssueLinkUICreateEvent(RemoteIssueLink remoteIssueLink) |
| Modifier and Type | Method and Description |
|---|---|
String |
getApplicationType()
Returns the type of application that was linked to.
|
getGlobalId, getRemoteIssueLinkIdpublic RemoteIssueLinkUICreateEvent(Long remoteLinkId, String applicationType)
RemoteIssueLinkUICreateEvent(com.atlassian.jira.issue.link.RemoteIssueLink) instead.remoteLinkId - applicationType - public RemoteIssueLinkUICreateEvent(RemoteIssueLink remoteIssueLink)
public String getApplicationType()
For example: "com.atlassian.confluence" or "com.mycompany.myproduct"
RemoteIssueLink.getApplicationType()Copyright © 2002-2017 Atlassian. All Rights Reserved.