public interface

RescopeDetails

com.atlassian.bitbucket.pull.RescopeDetails
Known Indirect Subclasses

Class Overview

Lists the commits added or removed by a pull request rescope.

Summary

Public Methods
@Nonnull List<Commit> getCommits()
int getTotal()

Public Methods

@Nonnull public List<Commit> getCommits ()

Returns
  • a list of 0 or more commits added or removed by the rescope

public int getTotal ()