Package | Description |
---|---|
com.atlassian.jira.event.comment | |
com.atlassian.jira.event.issue |
Modifier and Type | Interface and Description |
---|---|
interface |
CommentEvent
Marker interface for all comment related events.
|
Modifier and Type | Class and Description |
---|---|
class |
CommentCreatedEvent
Event published when a new comment is created.
|
class |
CommentDeletedEvent
Comment published when a comment is deleted.
|
class |
CommentUpdatedEvent
Comment published when a comment is updated.
|
Modifier and Type | Interface and Description |
---|---|
interface |
DelegatingJiraIssueEvent
Represents objects that can offer a view of themselves as an
IssueEvent . |
Modifier and Type | Method and Description |
---|---|
Collection<JiraIssueEvent> |
DefaultIssueEventBundle.getEvents() |
Collection<JiraIssueEvent> |
IssueEventBundle.getEvents() |
Modifier and Type | Method and Description |
---|---|
static DefaultIssueEventBundle |
DefaultIssueEventBundle.create(Collection<? extends JiraIssueEvent> events)
Creates an instance of
DefaultIssueEventBundle with the given events. |
static DefaultIssueEventBundle |
DefaultIssueEventBundle.createDisallowingEmailNotifications(Collection<JiraIssueEvent> events)
Creates an instance of
DefaultIssueEventBundle with the given events. |
Copyright © 2002-2017 Atlassian. All Rights Reserved.