Known Direct Subclasses
|
Class Overview
Event that is raised when a comment is added, edited or deleted on a pull request.
Summary
|
[Expand]
Inherited Fields |
From class
java.util.EventObject
|
|
[Expand]
Inherited Methods |
From class
com.atlassian.stash.event.pull.PullRequestEvent
|
From class
com.atlassian.stash.event.StashEvent
|
From class
java.util.EventObject
|
Object
|
getSource()
|
|
String
|
toString()
|
|
From class
java.lang.Object
|
Object
|
clone()
|
|
boolean
|
equals(Object arg0)
|
|
void
|
finalize()
|
|
final
Class<?>
|
getClass()
|
|
int
|
hashCode()
|
|
final
void
|
notify()
|
|
final
void
|
notifyAll()
|
|
String
|
toString()
|
|
final
void
|
wait()
|
|
final
void
|
wait(long arg0, int arg1)
|
|
final
void
|
wait(long arg0)
|
|
Protected Constructors
protected
PullRequestCommentEvent
(Object source, PullRequest pullRequest, Comment comment, Comment parent, CommentAction commentAction)
Constructs a new PullRequestCommentEvent.
Parameters
| source
| the component raising the event |
| pullRequest
| the affected pull request |
| comment
| the affected comment |
| parent
| the parent of the comment, which will be null for top-level comments |
| commentAction
| the action performed on the comment
|
Public Methods
@Nonnull
public
Comment
getComment
()
@Nullable
public
Comment
getParent
()