Class CommentDeletedEvent

java.lang.Object
com.atlassian.jira.event.comment.CommentDeletedEvent
All Implemented Interfaces:
CommentEvent, JiraIssueEvent

@PublicApi public class CommentDeletedEvent extends Object implements CommentEvent
Comment published when a comment is deleted.
  • Constructor Details

    • CommentDeletedEvent

      public CommentDeletedEvent(Comment comment)
  • Method Details

    • getComment

      public final Comment getComment()
      Specified by:
      getComment in interface CommentEvent
      Returns:
      a comment on which the operation was performed.