public class RemoteIssueLinkCreateEvent extends AbstractRemoteIssueLinkEvent
Constructor and Description |
---|
RemoteIssueLinkCreateEvent(Long remoteLinkId,
String applicationType)
Deprecated.
since 6.1.1. Use
RemoteIssueLinkCreateEvent(com.atlassian.jira.issue.link.RemoteIssueLink) instead. |
RemoteIssueLinkCreateEvent(RemoteIssueLink remoteIssueLink) |
Modifier and Type | Method and Description |
---|---|
String |
getApplicationType() |
getGlobalId, getRemoteIssueLinkId
public RemoteIssueLinkCreateEvent(Long remoteLinkId, String applicationType)
RemoteIssueLinkCreateEvent(com.atlassian.jira.issue.link.RemoteIssueLink)
instead.remoteLinkId
- applicationType
- public RemoteIssueLinkCreateEvent(RemoteIssueLink remoteIssueLink)
public String getApplicationType()
Copyright © 2002-2024 Atlassian. All Rights Reserved.