public class

PullRequestReviewerAddedNotification

extends AbstractPullRequestNotification
java.lang.Object
   ↳ com.atlassian.stash.notification.AbstractNotification
     ↳ com.atlassian.stash.notification.pull.AbstractPullRequestNotification
       ↳ com.atlassian.stash.notification.pull.PullRequestReviewerAddedNotification

Summary

Public Constructors
PullRequestReviewerAddedNotification(PullRequest pullRequest, Date whenActivityPerformed, StashUser activityPerformer, List<StashUser> addedReviewers)
Public Methods
@Nonnull List<StashUser> getAddedReviewers()
String toString()
[Expand]
Inherited Methods
From class com.atlassian.stash.notification.pull.AbstractPullRequestNotification
From class com.atlassian.stash.notification.AbstractNotification
From class java.lang.Object
From interface com.atlassian.stash.notification.Notification
From interface com.atlassian.stash.notification.pull.PullRequestNotification

Public Constructors

public PullRequestReviewerAddedNotification (PullRequest pullRequest, Date whenActivityPerformed, StashUser activityPerformer, List<StashUser> addedReviewers)

Public Methods

@Nonnull public List<StashUser> getAddedReviewers ()

public String toString ()