Class CommitDiscussionCommentEvent

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
CommitDiscussionCancelableCommentEvent, CommitDiscussionCommentAddedEvent, CommitDiscussionCommentDeletedEvent, CommitDiscussionCommentEditedEvent, CommitDiscussionCommentRepliedEvent

public abstract class CommitDiscussionCommentEvent extends CommitDiscussionEvent
Event that is raised when a comment is added, deleted, edited or replied to in a commit discussion.
See Also:
  • Constructor Details

  • Method Details

    • getCommentAction

      @Nonnull public CommentAction getCommentAction()
    • getComment

      @Nonnull public Comment getComment()
    • getParent

      @Nullable public Comment getParent()