@ExperimentalApi
public interface IssueEventBundle
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.
Modifier and Type | Method and Description |
---|---|
boolean |
doesSendEmailNotification() |
Collection<JiraIssueEvent> |
getEvents() |
Collection<JiraIssueEvent> getEvents()
boolean doesSendEmailNotification()
Copyright © 2002-2015 Atlassian. All Rights Reserved.