Package sonia.scm.repository.spi
Interface ChangesetsCommand
public interface ChangesetsCommand
- Since:
- 2.39.0
-
Method Summary
Modifier and TypeMethodDescriptiongetChangesets
(ChangesetsCommandRequest request) Retrieve all changesets (over all branches/tags) from the repositoryRetrieve the latest changeset (over all branches/tags) from the repository
-
Method Details
-
getChangesets
Retrieve all changesets (over all branches/tags) from the repository- Parameters:
request
-- Returns:
- iterable of all changesets
-
getLatestChangeset
Retrieve the latest changeset (over all branches/tags) from the repository- Returns:
- optional of latest changeset or empty
-