Class Overview
An event raised when the participants in a commit discussion change. For example, when a user posts their first
comment on a commit, or replies to an existing comment, they are added as a participant and this event is raised.
Summary
[Expand]
Inherited Fields |
From class
java.util.EventObject
|
Public Constructors
Public Methods
@Nonnull
public
Set<ApplicationUser>
getAddedParticipants
()
Returns
- the set of users who have participated in the pull request for the first time
@Nonnull
public
Set<ApplicationUser>
getRemovedParticipants
()
Returns
- the set of users who are no longer participating in the pull request