Interface RescopeDetails

All Known Implementing Classes:
SimpleRescopeDetails

public interface RescopeDetails
Lists the commits added or removed by a pull request rescope.
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
     
    int
     
  • Method Details

    • getCommits

      @Nonnull List<Commit> getCommits()
      Returns:
      a list of 0 or more commits added or removed by the rescope
    • getTotal

      int getTotal()