Interface PullRequestRescopeActivity

All Superinterfaces:
Activity, PullRequestActivity

public interface PullRequestRescopeActivity extends PullRequestActivity
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:
  • Method Details

    • getAdded

      @Nonnull RescopeDetails getAdded()
    • getFromHash

      @Nonnull String getFromHash()
    • getPreviousFromHash

      @Nonnull String getPreviousFromHash()
    • getPreviousToHash

      @Nonnull String getPreviousToHash()
    • getRemoved

      @Nonnull RescopeDetails getRemoved()
    • getToHash

      @Nonnull String getToHash()