public interface VCSChanges<REPOSITORY,REVISION>
Modifier and Type | Method and Description |
---|---|
LastChanges |
changesOf(REPOSITORY repository) |
LastChanges |
changesOf(REPOSITORY repository,
REVISION currentRevision,
REVISION previousRevision) |
CommitInfo |
commitInfo(REPOSITORY repository,
REVISION revision) |
List<CommitInfo> |
getCommitsBetweenRevisions(REPOSITORY repository,
REVISION currentRevision,
REVISION previousRevision) |
REVISION |
getLastTagRevision(REPOSITORY repository) |
REVISION |
resolveCurrentRevision(REPOSITORY repository) |
LastChanges changesOf(REPOSITORY repository)
LastChanges changesOf(REPOSITORY repository, REVISION currentRevision, REVISION previousRevision)
REVISION getLastTagRevision(REPOSITORY repository) throws org.tmatesoft.svn.core.SVNException
org.tmatesoft.svn.core.SVNException
REVISION resolveCurrentRevision(REPOSITORY repository)
CommitInfo commitInfo(REPOSITORY repository, REVISION revision)
List<CommitInfo> getCommitsBetweenRevisions(REPOSITORY repository, REVISION currentRevision, REVISION previousRevision)
Copyright © 2016–2019. All rights reserved.