public class

PullRequestApprovedNotification

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

Summary

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

Public Methods

public String toString ()