@AsynchronousPreferred public class

PullRequestCommentAddedEvent

extends PullRequestCommentEvent
java.lang.Object
   ↳ java.util.EventObject
     ↳ com.atlassian.stash.event.StashEvent
       ↳ com.atlassian.stash.event.pull.PullRequestEvent
         ↳ com.atlassian.stash.event.pull.PullRequestCommentEvent
           ↳ com.atlassian.stash.event.pull.PullRequestCommentAddedEvent

Class Overview

Event that is raised when a comment is added on a pull request. This does not include replies, which raise a PullRequestCommentRepliedEvent.

Summary

[Expand]
Inherited Fields
From class java.util.EventObject
Public Constructors
PullRequestCommentAddedEvent(Object source, PullRequest pullRequest, Comment comment, Comment parent, PullRequestDiffCommentAnchor anchor)
Public Methods
@Nullable PullRequestDiffCommentAnchor getAnchor()
[Expand]
Inherited Methods
From class com.atlassian.stash.event.pull.PullRequestCommentEvent
From class com.atlassian.stash.event.pull.PullRequestEvent
From class com.atlassian.stash.event.StashEvent
From class java.util.EventObject
From class java.lang.Object

Public Constructors

public PullRequestCommentAddedEvent (Object source, PullRequest pullRequest, Comment comment, Comment parent, PullRequestDiffCommentAnchor anchor)

Public Methods

@Nullable public PullRequestDiffCommentAnchor getAnchor ()