public interface SubversionClient
| Modifier and Type | Method and Description |
|---|---|
List<com.capitalone.dashboard.model.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<com.capitalone.dashboard.model.Commit> getCommits(SubversionRepo repo, long startRevision)
repo - SubversionRepo.startRevision - starting revision number.Copyright © 2019 Capital One. All rights reserved.