Class CommitDiscussionParticipantsUpdatedEvent

All Implemented Interfaces:
Serializable

@AsynchronousPreferred public class CommitDiscussionParticipantsUpdatedEvent extends CommitDiscussionEvent
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.
See Also:
  • Constructor Details

  • Method Details

    • getAddedParticipants

      @Nonnull public Set<ApplicationUser> getAddedParticipants()
      Returns:
      the set of users who have participated in the pull request for the first time
    • getRemovedParticipants

      @Nonnull public Set<ApplicationUser> getRemovedParticipants()
      Returns:
      the set of users who are no longer participating in the pull request