Interface ChangesetsCommand


public interface ChangesetsCommand
Since:
2.39.0
  • Method Details

    • getChangesets

      Iterable<Changeset> getChangesets(ChangesetsCommandRequest request)
      Retrieve all changesets (over all branches/tags) from the repository
      Parameters:
      request -
      Returns:
      iterable of all changesets
    • getLatestChangeset

      Optional<Changeset> getLatestChangeset()
      Retrieve the latest changeset (over all branches/tags) from the repository
      Returns:
      optional of latest changeset or empty