public class

PullRequestUpdatedNotification

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

Summary

Public Constructors
PullRequestUpdatedNotification(PullRequest pullRequest, Date whenActivityPerformed, ApplicationUser activityPerformer, String previousTitle, String previousDescription, Ref previousToBranch)
Public Methods
@Nullable String getPreviousDescription()
@Nonnull String getPreviousTitle()
@Nullable Ref getPreviousToBranch()
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 PullRequestUpdatedNotification (PullRequest pullRequest, Date whenActivityPerformed, ApplicationUser activityPerformer, String previousTitle, String previousDescription, Ref previousToBranch)

Public Methods

@Nullable public String getPreviousDescription ()

@Nonnull public String getPreviousTitle ()

@Nullable public Ref getPreviousToBranch ()

Returns
  • the previous destination ref if it has changed, otherwise null

public String toString ()