|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.statcvs.pages.CommitListFormatter
public class CommitListFormatter
Class for formatting a list of commits as HTML.
Constructor Summary | |
---|---|
CommitListFormatter(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 | |
---|---|
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, List commits, List tags, boolean withPermalinks)
commits
- A list of Commit
objectspublic CommitListFormatter(ReportConfig config, List commit, List tags, int max, boolean withPermalinks)
commits
- A list of Commit
objectsmax
- maximum number of commits for the log; if there
are more, only the most recent will be usedMethod Detail |
---|
public String render()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |