com.atlassian.jira.event.issue.IssueEventBundle |
Known Indirect Subclasses
|
This interface is considered usable by external developers but its contracts have not stabilized.
Experimental APIs may be changed at any time before being marked
@Internal
or
@PublicApi
.
Class Overview
Represents a list of changes that have been applied to an issue at once.
For example, the action of a user updating an issue changing its assignee and adding a comment can be represented by
an IssueEventBundle
that encapsulates an object representing the assignee changed event and another
representing the comment added event.
Public Methods
public
boolean
doesSendEmailNotification
()