public class

PullRequestFromRefRescopedNotification

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

Class Overview

Notification for when a Pull Request source ref is updated due to a push to the source ref.

Summary

Public Constructors
PullRequestFromRefRescopedNotification(PullRequest pullRequest, Date whenActivityPerformed, ApplicationUser activityPerformer, String previousFromHash, String previousToHash)
Public Methods
@Nonnull String getPreviousFromHash()
@Nonnull String getPreviousToHash()
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 PullRequestFromRefRescopedNotification (PullRequest pullRequest, Date whenActivityPerformed, ApplicationUser activityPerformer, String previousFromHash, String previousToHash)

Public Methods

@Nonnull public String getPreviousFromHash ()

@Nonnull public String getPreviousToHash ()

public String toString ()