public class LinkChangeEvent extends JiraChangeEvent
| Constructor and Description |
|---|
LinkChangeEvent(JiraChangeType changeType,
long linkTypeId,
long sourceId,
long destinationId) |
| Modifier and Type | Method and Description |
|---|---|
com.almworks.integers.LongList |
getAffectedIssuesSorted() |
long |
getDestinationId() |
static long |
getDestinationId(JiraChangeEvent event) |
long |
getLinkTypeId() |
static long |
getLinkTypeId(JiraChangeEvent event) |
long |
getSourceId() |
static long |
getSourceId(JiraChangeEvent event) |
String |
toString() |
getChangeTypepublic LinkChangeEvent(@NotNull
JiraChangeType changeType,
long linkTypeId,
long sourceId,
long destinationId)
public long getLinkTypeId()
public long getSourceId()
public long getDestinationId()
public com.almworks.integers.LongList getAffectedIssuesSorted()
getAffectedIssuesSorted in class JiraChangeEventpublic String toString()
toString in class JiraChangeEventpublic static long getSourceId(JiraChangeEvent event)
public static long getDestinationId(JiraChangeEvent event)
public static long getLinkTypeId(JiraChangeEvent event)
Copyright © 2019 ALM Works. All Rights Reserved.