Interface VCSChanges<REPOSITORY,REVISION>
- All Known Implementing Classes:
GitLastChanges
,SvnLastChanges
public interface VCSChanges<REPOSITORY,REVISION>
Created by rmpestano on 7/10/16.
-
Method Summary
Modifier and TypeMethodDescriptionchangesOf
(REPOSITORY repository) changesOf
(REPOSITORY repository, REVISION currentRevision, REVISION previousRevision) commitInfo
(REPOSITORY repository, REVISION revision) getCommitsBetweenRevisions
(REPOSITORY repository, REVISION currentRevision, REVISION previousRevision) getLastTagRevision
(REPOSITORY repository) resolveCurrentRevision
(REPOSITORY repository)
-
Method Details
-
changesOf
-
changesOf
-
getLastTagRevision
- Throws:
org.tmatesoft.svn.core.SVNException
-
resolveCurrentRevision
-
commitInfo
-
getCommitsBetweenRevisions
List<CommitInfo> getCommitsBetweenRevisions(REPOSITORY repository, REVISION currentRevision, REVISION previousRevision)
-