Uses of Class
com.almworks.jira.structure.api.event.JiraChangeEvent
Packages that use JiraChangeEvent
-
Uses of JiraChangeEvent in com.almworks.jira.structure.api.event
Subclasses of JiraChangeEvent in com.almworks.jira.structure.api.eventModifier and TypeClassDescriptionclassIssueChangeEventrepresents an event that has happened with a specific issue.classThis event is dispatched when an operation on links is detected - creation of a new link, or removal of existing link.Methods in com.almworks.jira.structure.api.event with parameters of type JiraChangeEventModifier and TypeMethodDescriptionstatic longLinkChangeEvent.getDestinationId(JiraChangeEvent event) static longIssueChangeEvent.getIssueId(JiraChangeEvent event) static longLinkChangeEvent.getLinkTypeId(JiraChangeEvent event) static longLinkChangeEvent.getSourceId(JiraChangeEvent event) voidIssueListener.onIssueChanged(JiraChangeEvent event) Process the event.voidIssueEventBridge.reportEvent(JiraChangeEvent event) This method is used to notify the bridge about a specifically constructed event object, which gets rebroadcast to the listeners. -
Uses of JiraChangeEvent in com.almworks.jira.structure.api.sync
Methods in com.almworks.jira.structure.api.sync that return JiraChangeEventConstructors in com.almworks.jira.structure.api.sync with parameters of type JiraChangeEvent