Class PullRequestReviewCommentRepliedEvent
java.lang.Object
java.util.EventObject
com.atlassian.bitbucket.event.ApplicationEvent
com.atlassian.bitbucket.event.pull.PullRequestEvent
com.atlassian.bitbucket.event.pull.PullRequestReviewEvent
com.atlassian.bitbucket.event.pull.PullRequestReviewCommentEvent
com.atlassian.bitbucket.event.pull.PullRequestReviewCommentRepliedEvent
- All Implemented Interfaces:
- Serializable
@AsynchronousPreferred
public class PullRequestReviewCommentRepliedEvent
extends PullRequestReviewCommentEvent
Event that is raised when a pending comment is added as a reply on a pull request.
- Since:
- 7.7
- See Also:
- 
Field SummaryFields inherited from class java.util.EventObjectsource
- 
Constructor SummaryConstructorsConstructorDescriptionPullRequestReviewCommentRepliedEvent(Object source, PullRequest pullRequest, Comment comment, Comment parent) 
- 
Method SummaryMethods inherited from class com.atlassian.bitbucket.event.pull.PullRequestReviewCommentEventgetComment, getCommentAction, getParentMethods inherited from class com.atlassian.bitbucket.event.pull.PullRequestEventgetAction, getPullRequestMethods inherited from class com.atlassian.bitbucket.event.ApplicationEventgetDate, getUserMethods inherited from class java.util.EventObjectgetSource, toString
- 
Constructor Details- 
PullRequestReviewCommentRepliedEventpublic PullRequestReviewCommentRepliedEvent(@Nonnull Object source, @Nonnull PullRequest pullRequest, @Nonnull Comment comment, @Nonnull Comment parent) - Parameters:
- source- the component raising the event
- pullRequest- the affected pull request
- comment- the comment
- parent- the parent of the comment
 
 
-