Uses of Enum Class
com.almworks.jira.structure.api.event.JiraChangeType
Packages that use JiraChangeType
-
Uses of JiraChangeType in com.almworks.jira.structure.api.event
Methods in com.almworks.jira.structure.api.event that return JiraChangeTypeModifier and TypeMethodDescriptionJiraChangeEvent.getChangeType()static JiraChangeTypeReturns the enum constant of this class with the specified name.static JiraChangeType[]JiraChangeType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.almworks.jira.structure.api.event with parameters of type JiraChangeTypeModifier and TypeMethodDescriptionvoidIssueEventBridge.reportChanges(LongList issueIds, JiraChangeType eventType) This method is used to notify the bridge that the listed issues have changed or that the listeners must receive the notification anyway, probably to recount something.Constructors in com.almworks.jira.structure.api.event with parameters of type JiraChangeTypeModifierConstructorDescriptionIssueChangeEvent(JiraChangeType changeType, long issueId) IssueChangeEvent(JiraChangeType changeType, long issueId, IssueEvent jiraEvent) IssueChangeEvent(JiraChangeType changeType, IssueEvent jiraEvent) JiraChangeEvent(JiraChangeType changeType) LinkChangeEvent(JiraChangeType changeType, long linkTypeId, long sourceId, long destinationId) -
Uses of JiraChangeType in com.almworks.jira.structure.api.sync
Methods in com.almworks.jira.structure.api.sync with parameters of type JiraChangeTypeModifier and TypeMethodDescriptionLongListIncrementalSyncData.getJiraChangedIssuesSorted(JiraChangeType... eventTypes) Returns a sorted unique list of IDs of issues that have been changed in JIRA (edited, linked, etc.)