Class PullRequestCommentRepliedEvent
java.lang.Object
java.util.EventObject
com.atlassian.bitbucket.event.ApplicationEvent
com.atlassian.bitbucket.event.pull.PullRequestEvent
com.atlassian.bitbucket.event.pull.PullRequestCommentEvent
com.atlassian.bitbucket.event.pull.PullRequestCommentRepliedEvent
- All Implemented Interfaces:
Serializable
Event that is raised when a comment is replied to on a pull request.
- See Also:
-
Field Summary
Fields inherited from class java.util.EventObject
source
-
Constructor Summary
ConstructorDescriptionPullRequestCommentRepliedEvent
(Object source, PullRequest pullRequest, Comment comment, Comment parent) -
Method Summary
Methods inherited from class com.atlassian.bitbucket.event.pull.PullRequestCommentEvent
getComment, getCommentAction, getParent
Methods inherited from class com.atlassian.bitbucket.event.pull.PullRequestEvent
getAction, getPullRequest
Methods inherited from class com.atlassian.bitbucket.event.ApplicationEvent
getDate, getUser
Methods inherited from class java.util.EventObject
getSource, toString
-
Constructor Details
-
PullRequestCommentRepliedEvent
public PullRequestCommentRepliedEvent(@Nonnull Object source, @Nonnull PullRequest pullRequest, @Nonnull Comment comment, @Nullable Comment parent)
-