|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface RevisionNumberFetcher
Provides means to fetch the revision number.
The implementation requires to provide access to the SCM.
Method Summary | |
---|---|
LocallyModifiedInfo |
containsModifications(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. |
Method Detail |
---|
Revision fetchLatestRevisionNumber() throws ScmException
null
if none can be found.
ScmException
- if the revision number cannot be fetched.
LocallyModifiedInfo containsModifications(ScmFileSet fileSet) throws ScmException
fileSet
- the file set to check.
ScmException
- on any problem checking the up-to-date status.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |