Uses of Class
net.sf.statcvs.model.Revision
Packages that use Revision
Package
Description
This package is responsible for parsing CVS logs and working
copy and creating a StatCVS model from them.
Classes providing a representation of all log data in a
repository.
-
Uses of Revision in net.sf.statcvs.input
Methods in net.sf.statcvs.input with parameters of type RevisionModifier and TypeMethodDescriptionprotected void
CommitListBuilder.addNewCommit
(Revision rev) protected void
CommitListBuilder.addRevToCommit
(Commit commit, Revision rev) static boolean
CommitListBuilder.isSameCommit
(Commit commit, Revision rev) Returnstrue
if change is part of the commit, that is if they have the same author, the same message, and are within the same timeframe.protected void
CommitListBuilder.processRevision
(Revision rev) -
Uses of Revision in net.sf.statcvs.model
Methods in net.sf.statcvs.model that return RevisionModifier and TypeMethodDescriptionVersionedFile.addBeginOfLogRevision
(Date date, int lines, SortedSet symbolicNames) Adds a "begin of log" revision to the file.VersionedFile.addChangeRevision
(String revisionNumber, Author author, Date date, String comment, int lines, int linesDelta, int replacedLines, SortedSet symbolicNames) Adds a change revision to the file.VersionedFile.addDeletionRevision
(String revisionNumber, Author author, Date date, String comment, int lines, SortedSet symbolicNames) Adds a deletion revision to the file.VersionedFile.addInitialRevision
(String revisionNumber, Author author, Date date, String comment, int lines, SortedSet symbolicNames) Adds an initial revision to the file.VersionedFile.getInitialRevision()
Gets the earliest revision of this file.VersionedFile.getLatestRevision()
Gets the latest revision of this file.Revision.getPreviousRevision()
Returns the predecessor of this revision or null if it is the first revision for the file.VersionedFile.getPreviousRevision
(Revision revision) Returns the revision which was replaced by the revision given as argument.Methods in net.sf.statcvs.model with parameters of type RevisionModifier and TypeMethodDescriptionprotected void
Author.addRevision
(Revision revision) Adds a revision for this author; called byRevision
constructorvoid
Commit.addRevision
(Revision revision) Adds a revision to the commit.protected void
SymbolicName.addRevision
(Revision rev) Adds a revision to this symbolic name.VersionedFile.getPreviousRevision
(Revision revision) Returns the revision which was replaced by the revision given as argument.Constructors in net.sf.statcvs.model with parameters of type Revision -
Uses of Revision in net.sf.statcvs.output
Methods in net.sf.statcvs.output with parameters of type RevisionModifier and TypeMethodDescriptionChoraIntegration.getDiffUrl
(Revision oldRevision, Revision newRevision) CvswebIntegration.getDiffUrl
(Revision oldRevision, Revision newRevision) JCVSWebIntegration.getDiffUrl
(Revision oldRevision, Revision newRevision) TracIntegration.getDiffUrl
(Revision oldRevision, Revision newRevision) ViewCvsIntegration.getDiffUrl
(Revision oldRevision, Revision newRevision) ViewVcIntegration.getDiffUrl
(Revision oldRevision, Revision newRevision) WebRepositoryIntegration.getDiffUrl
(Revision oldRevision, Revision newRevision) Returns a URL to a diff in the web repository browser.ChoraIntegration.getFileViewUrl
(Revision revision) CvswebIntegration.getFileViewUrl
(Revision revision) JCVSWebIntegration.getFileViewUrl
(Revision revision) TracIntegration.getFileViewUrl
(Revision revision) ViewCvsIntegration.getFileViewUrl
(Revision revision) WebRepositoryIntegration.getFileViewUrl
(Revision revision) Returns a URL to a file in the web repository browser. -
Uses of Revision in net.sf.statcvs.reports
Methods in net.sf.statcvs.reports with parameters of type RevisionModifier and TypeMethodDescriptionvoid
LOCSeriesBuilder.addRevision
(Revision revision) Adds a revision to the time series.