|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sf.statcvs.pages.CommitListFormatter
Class for formatting a list of commits as HTML.
Constructor Summary | |
CommitListFormatter(ReportConfig config,
java.util.List commits,
java.util.List tags,
boolean withPermalinks)
Creates a new instance for the list of commits. |
|
CommitListFormatter(ReportConfig config,
java.util.List commit,
java.util.List tags,
int max,
boolean withPermalinks)
Creates a new instance for the list of commits. |
Method Summary | |
java.lang.String |
render()
Returns HTML code for the commit log without splitting the list into pages. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public CommitListFormatter(ReportConfig config, java.util.List commits, java.util.List tags, boolean withPermalinks)
commits
- A list of Commit
objectspublic CommitListFormatter(ReportConfig config, java.util.List commit, java.util.List tags, int max, boolean withPermalinks)
max
- maximum number of commits for the log; if there
are more, only the most recent will be usedMethod Detail |
public java.lang.String render()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |