public interface

PullRequestRescopeActivity

implements PullRequestActivity
com.atlassian.bitbucket.pull.PullRequestRescopeActivity

Class Overview

A PullRequestActivity added when the source or target ref of the pull request moves.

Note: Rescope activities not adding or removing commits are pruned. Hence, not all source or target ref moves will have a rescope activity.

See Also

Public Methods

@Nonnull public RescopeDetails getAdded ()

@Nonnull public String getFromHash ()

@Nonnull public String getPreviousFromHash ()

@Nonnull public String getPreviousToHash ()

@Nonnull public RescopeDetails getRemoved ()

@Nonnull public String getToHash ()