Package net.sf.statcvs.pages
Class CommitListFormatter
java.lang.Object
net.sf.statcvs.pages.CommitListFormatter
Class for formatting a list of commits as HTML.
- Version:
- $Id: CommitListFormatter.java,v 1.17 2009/08/22 10:30:42 benoitx Exp $
- Author:
- Anja Jentzsch, Richard Cyganiak (richard@cyganiak.de)
-
Constructor Summary
ConstructorsConstructorDescriptionCommitListFormatter
(ReportConfig config, List commits, List tags, boolean withPermalinks) Creates a new instance for the list of commits.CommitListFormatter
(ReportConfig config, List commit, List tags, int max, boolean withPermalinks) Creates a new instance for the list of commits. -
Method Summary
-
Constructor Details
-
CommitListFormatter
Creates a new instance for the list of commits.- Parameters:
commits
- A list ofCommit
objects
-
CommitListFormatter
public CommitListFormatter(ReportConfig config, List commit, List tags, int max, boolean withPermalinks) Creates a new instance for the list of commits.- Parameters:
commits
- A list ofCommit
objectsmax
- maximum number of commits for the log; if there are more, only the most recent will be used
-
-
Method Details
-
render
Returns HTML code for the commit log without splitting the list into pages.- Returns:
- HTML code for the commit log
-