Package com.atlassian.jira.event.comment
Interface CommentEvent
- All Superinterfaces:
JiraIssueEvent
- All Known Implementing Classes:
CommentCreatedEvent,CommentDeletedEvent,CommentUpdatedEvent
Marker interface for all comment related events.
Comments events are also covered with
IssueEvent.-
Method Summary
-
Method Details
-
getComment
Comment getComment()- Returns:
- a comment on which the operation was performed.
-