@AsynchronousPreferred public class

PullRequestCommentActivityEvent

extends PullRequestActivityEvent
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

Class Overview

Event that is raised when a comment activity is created for a pull request.

Summary

[Expand]
Inherited Fields
From class java.util.EventObject
Public Constructors
PullRequestCommentActivityEvent(Object source, PullRequestCommentActivity activity)
Public Methods
@Nonnull PullRequestCommentActivity getActivity()
[Expand]
Inherited Methods
From class com.atlassian.bitbucket.event.pull.PullRequestActivityEvent
From class com.atlassian.bitbucket.event.pull.PullRequestEvent
From class com.atlassian.bitbucket.event.ApplicationEvent
From class java.util.EventObject
From class java.lang.Object

Public Constructors

public PullRequestCommentActivityEvent (Object source, PullRequestCommentActivity activity)

Public Methods

@Nonnull public PullRequestCommentActivity getActivity ()