public class

PullRequestClosedNotification

extends AbstractPullRequestNotification
java.lang.Object
   ↳ com.atlassian.bitbucket.notification.AbstractNotification
     ↳ com.atlassian.bitbucket.notification.pull.AbstractPullRequestNotification
       ↳ com.atlassian.bitbucket.notification.pull.PullRequestClosedNotification

Summary

Public Constructors
PullRequestClosedNotification(PullRequest pullRequest, Date whenActivityPerformed, ApplicationUser activityPerformer)
Public Methods
String toString()
[Expand]
Inherited Methods
From class com.atlassian.bitbucket.notification.pull.AbstractPullRequestNotification
From class com.atlassian.bitbucket.notification.AbstractNotification
From class java.lang.Object
From interface com.atlassian.bitbucket.notification.Notification
From interface com.atlassian.bitbucket.notification.pull.PullRequestNotification

Public Constructors

public PullRequestClosedNotification (PullRequest pullRequest, Date whenActivityPerformed, ApplicationUser activityPerformer)

Public Methods

public String toString ()