|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface specifies the requirements for a plugin to a source configuration management program ( SCM ). Popular SCMs are: CVS, ECMS, ClearCase, VSS
Method Summary | |
ScmRevisionIterator |
getRevisions(ScmAccess aAccessInformation)
Returns a Revisioniterator on all revisions of the software project |
ScmRevisionIterator |
getRevisionsUpdate(ScmAccess aAccessInformation,
java.util.Date aFromDate)
Returns a Revisioniterator on all revisions of the software project |
Method Detail |
public ScmRevisionIterator getRevisions(ScmAccess aAccessInformation) throws ScmAccessException
aAccessInformation
- contains all necessary data for access the repository
ScmAccessException
- if an error accessing the SCM System occuredpublic ScmRevisionIterator getRevisionsUpdate(ScmAccess aAccessInformation, java.util.Date aFromDate) throws ScmAccessException
aAccessInformation
- contains all necessary data for access the repositoryaFromDate
- get only revisions newser than this date
ScmAccessException
- if an error accessing the SCM System occured
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |