Class LinkChangeEvent
Object
JiraChangeEvent
LinkChangeEvent
This event is dispatched when an operation on links is detected - creation of a new link, or removal of existing
link.
-
Constructor Summary
ConstructorsConstructorDescriptionLinkChangeEvent(JiraChangeType changeType, long linkTypeId, long sourceId, long destinationId) -
Method Summary
Modifier and TypeMethodDescriptionLongListlongstatic longgetDestinationId(JiraChangeEvent event) longstatic longgetLinkTypeId(JiraChangeEvent event) longstatic longgetSourceId(JiraChangeEvent event) toString()Methods inherited from class JiraChangeEvent
getChangeType
-
Constructor Details
-
LinkChangeEvent
public LinkChangeEvent(@NotNull JiraChangeType changeType, long linkTypeId, long sourceId, long destinationId)
-
-
Method Details
-
getLinkTypeId
public long getLinkTypeId() -
getSourceId
public long getSourceId() -
getDestinationId
public long getDestinationId() -
getAffectedIssuesSorted
public LongList getAffectedIssuesSorted()- Overrides:
getAffectedIssuesSortedin classJiraChangeEvent- Returns:
- sorted list of IDs of the issues affected by this change
-
toString
- Overrides:
toStringin classJiraChangeEvent
-
getSourceId
-
getDestinationId
-
getLinkTypeId
-