public class

PullRequestUnapprovedNotification

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

Summary

Public Constructors
PullRequestUnapprovedNotification(PullRequest pullRequest, Date whenActivityPerformed, StashUser activityPerformer)
Public Methods
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 PullRequestUnapprovedNotification (PullRequest pullRequest, Date whenActivityPerformed, StashUser activityPerformer)

Public Methods

public String toString ()