Interface CommentEvent

All Superinterfaces:
JiraIssueEvent
All Known Implementing Classes:
CommentCreatedEvent, CommentDeletedEvent, CommentUpdatedEvent

@PublicApi public interface CommentEvent extends JiraIssueEvent
Marker interface for all comment related events. Comments events are also covered with IssueEvent.
  • Method Summary

    Modifier and Type
    Method
    Description
     
  • Method Details

    • getComment

      Comment getComment()
      Returns:
      a comment on which the operation was performed.