public interface RevisionNumberFetcher
The implementation requires to provide access to the SCM.
| Modifier and Type | Method and Description |
|---|---|
LocallyModifiedInfo |
containsModifications(org.apache.maven.scm.ScmFileSet fileSet)
Checks if the local source files are in-sync with the repository or not.
|
Revision |
fetchLatestRevisionNumber()
Returns the latest revision number from the SCM.
|
Revision fetchLatestRevisionNumber() throws ScmException
null if none
can be found.ScmException - if the revision number cannot be fetched.LocallyModifiedInfo containsModifications(org.apache.maven.scm.ScmFileSet fileSet) throws ScmException
fileSet - the file set to check.ScmException - on any problem checking the up-to-date status.Copyright © 2006-2014. All Rights Reserved.