public interface

EventTypesForIssueChange

com.atlassian.jira.event.issue.EventTypesForIssueChange
Known Indirect Subclasses

Class Overview

Responsible of knowing what events should be raised when an issue is changed.

Summary

Public Methods
@Nonnull List<Long> getEventTypeIdsForIssueUpdate(IssueUpdateBean issueUpdateBean)
Given an IssueUpdateBean representing the collection of changes over an issue, returns a list of events that should be triggered for all of those changes.

Public Methods

@Nonnull public List<Long> getEventTypeIdsForIssueUpdate (IssueUpdateBean issueUpdateBean)

Given an IssueUpdateBean representing the collection of changes over an issue, returns a list of events that should be triggered for all of those changes.

Parameters
issueUpdateBean An object encapsulating the changes on an issue.
Returns
  • A list containing the ids of all the EventType that should be triggered due to the changes on the issue.