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