Uses of Class net.sf.statcvs.model.Revision

Uses in package net.sf.statcvs.reports

Methods with parameter type net.sf.statcvs.model.Revision

void
Adds a revision to the time series.

Uses in package net.sf.statcvs.input

Methods with parameter type net.sf.statcvs.model.Revision

void
void
boolean
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.
void

Uses in package net.sf.statcvs.output

Methods with parameter type net.sf.statcvs.model.Revision

String
ChoraIntegration.getDiffUrl(Revision oldRevision, Revision newRevision)
String
CvswebIntegration.getDiffUrl(Revision oldRevision, Revision newRevision)
String
JCVSWebIntegration.getDiffUrl(Revision oldRevision, Revision newRevision)
Returns a URL to a diff in the web repository browser.
String
TracIntegration.getDiffUrl(Revision oldRevision, Revision newRevision)
Returns a URL to a diff in the web repository browser.
String
ViewCvsIntegration.getDiffUrl(Revision oldRevision, Revision newRevision)
String
ViewVcIntegration.getDiffUrl(Revision oldRevision, Revision newRevision)
String
Returns a URL to a diff in the web repository browser.
String
String
String
Returns a URL to a file in the web repository browser.
String
Returns a URL to a file in the web repository browser.
String
String
Returns a URL to a file in the web repository browser.

Uses in package net.sf.statcvs.model

Constructors with parameter type net.sf.statcvs.model.Revision

Creates a new instance which consists of the given revision.

Methods with parameter type net.sf.statcvs.model.Revision

void
Adds a revision for this author; called by Revision constructor
void
Adds a revision to the commit.
void
Adds a revision to this symbolic name.
Revision
Returns the revision which was replaced by the revision given as argument.

Methods with return type net.sf.statcvs.model.Revision

Revision
VersionedFile.addBeginOfLogRevision(Date date, int lines, SortedSet symbolicNames)
Adds a "begin of log" revision to the file.
Revision
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.
Revision
VersionedFile.addDeletionRevision(String revisionNumber, Author author, Date date, String comment, int lines, SortedSet symbolicNames)
Adds a deletion revision to the file.
Revision
VersionedFile.addInitialRevision(String revisionNumber, Author author, Date date, String comment, int lines, SortedSet symbolicNames)
Adds an initial revision to the file.
Revision
Gets the earliest revision of this file.
Revision
Gets the latest revision of this file.
Revision
Returns the predecessor of this revision or null if it is the first revision for the file.
Revision
Returns the revision which was replaced by the revision given as argument.