Class PullRequestCommentActivityEvent
java.lang.Object
java.util.EventObject
com.atlassian.bitbucket.event.ApplicationEvent
com.atlassian.bitbucket.event.pull.PullRequestEvent
com.atlassian.bitbucket.event.pull.PullRequestActivityEvent
com.atlassian.bitbucket.event.pull.PullRequestCommentActivityEvent
- All Implemented Interfaces:
Serializable
@AsynchronousPreferred
public class PullRequestCommentActivityEvent
extends PullRequestActivityEvent
Event that is raised when a comment activity is created for a pull request.
- See Also:
-
Field Summary
Fields inherited from class java.util.EventObject
source
-
Constructor Summary
ConstructorDescriptionPullRequestCommentActivityEvent
(Object source, PullRequestCommentActivity activity) -
Method Summary
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
-
PullRequestCommentActivityEvent
public PullRequestCommentActivityEvent(@Nonnull Object source, @Nonnull PullRequestCommentActivity activity)
-
-
Method Details
-
getActivity
- Overrides:
getActivity
in classPullRequestActivityEvent
-