public interface SubversionClient
| Modifier and Type | Method and Description |
|---|---|
List<Commit> |
getCommits(SubversionRepo repo,
long startRevision)
Fetch all of the commits for the provided SubversionRepo.
|
long |
getRevisionClosestTo(String url,
Date revisionDate)
Find the revision number closest to the supplied date.
|
List<Commit> getCommits(SubversionRepo repo, long startRevision)
repo - SubversionRepostartRevision - starting revision numberCopyright © 2016 Pivotal Software, Inc.. All rights reserved.