|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CvsRevision | |
net.sf.statcvs.input | This package is responsible for parsing CVS logs and working copy and creating a StatCVS model from them. |
net.sf.statcvs.model | Classes providing a representation of all log data in a repository. |
net.sf.statcvs.output |
Uses of CvsRevision in net.sf.statcvs.input |
Methods in net.sf.statcvs.input with parameters of type CvsRevision | |
protected void |
CommitListBuilder.processRevision(CvsRevision rev)
|
protected void |
CommitListBuilder.addNewCommit(CvsRevision rev)
|
protected void |
CommitListBuilder.addRevToCommit(Commit commit,
CvsRevision rev)
|
static boolean |
CommitListBuilder.isSameCommit(Commit commit,
CvsRevision rev)
Returns true if change is part of the commit, that is if
they have the same author, the same message, and are within the same
timeframe. |
Uses of CvsRevision in net.sf.statcvs.model |
Methods in net.sf.statcvs.model that return CvsRevision | |
CvsRevision |
CvsFile.getLatestRevision()
Gets the latest revision of this file. |
CvsRevision |
CvsFile.getInitialRevision()
Gets the earliest revision of this file. |
CvsRevision |
CvsFile.getPreviousRevision(CvsRevision revision)
Returns the revision which was replaced by the revision given as argument. |
CvsRevision |
CvsFile.addInitialRevision(String revisionNumber,
Author author,
Date date,
String comment,
int lines)
Adds an initial revision to the file. |
CvsRevision |
CvsFile.addChangeRevision(String revisionNumber,
Author author,
Date date,
String comment,
int lines,
int linesDelta,
int replacedLines)
Adds a change revision to the file. |
CvsRevision |
CvsFile.addDeletionRevision(String revisionNumber,
Author author,
Date date,
String comment,
int lines)
Adds a deletion revision to the file. |
CvsRevision |
CvsFile.addBeginOfLogRevision(Date date,
int lines)
Adds a "begin of log" revision to the file. |
CvsRevision |
CvsRevision.getPreviousRevision()
Returns the predecessor of this revision or null if it is the first revision for the file. |
Methods in net.sf.statcvs.model with parameters of type CvsRevision | |
CvsRevision |
CvsFile.getPreviousRevision(CvsRevision revision)
Returns the revision which was replaced by the revision given as argument. |
protected void |
Author.addRevision(CvsRevision revision)
Adds a revision for this author; called by CvsRevision constructor |
void |
Commit.addRevision(CvsRevision revision)
Adds a revision to the commit. |
Constructors in net.sf.statcvs.model with parameters of type CvsRevision | |
Commit(CvsRevision revision)
Creates a new instance which consists of the given revision. |
Uses of CvsRevision in net.sf.statcvs.output |
Methods in net.sf.statcvs.output with parameters of type CvsRevision | |
String |
WebRepositoryIntegration.getFileViewUrl(CvsRevision revision)
Returns a URL to a file in the web repository browser. |
String |
WebRepositoryIntegration.getDiffUrl(CvsRevision oldRevision,
CvsRevision newRevision)
Returns a URL to a diff in the web repository browser. |
String |
ViewCvsIntegration.getFileViewUrl(CvsRevision revision)
|
String |
ViewCvsIntegration.getDiffUrl(CvsRevision oldRevision,
CvsRevision newRevision)
|
String |
ChoraIntegration.getFileViewUrl(CvsRevision revision)
|
String |
ChoraIntegration.getDiffUrl(CvsRevision oldRevision,
CvsRevision newRevision)
|
void |
LOCSeriesBuilder.addRevision(CvsRevision revision)
Adds a revision to the time series. |
String |
CvswebIntegration.getFileViewUrl(CvsRevision revision)
|
String |
CvswebIntegration.getDiffUrl(CvsRevision oldRevision,
CvsRevision newRevision)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |