public abstract class

AbstractPullRequestNotification

extends AbstractNotification
implements PullRequestNotification
java.lang.Object
   ↳ com.atlassian.stash.notification.AbstractNotification
     ↳ com.atlassian.stash.notification.pull.AbstractPullRequestNotification
Known Direct Subclasses

Summary

Public Constructors
AbstractPullRequestNotification(PullRequest pullRequest, Date whenActivityPerformed, StashUser activityPerformer)
Public Methods
PullRequest getPullRequest()
String toString()
[Expand]
Inherited Methods
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 AbstractPullRequestNotification (PullRequest pullRequest, Date whenActivityPerformed, StashUser activityPerformer)

Public Methods

public PullRequest getPullRequest ()

public String toString ()