|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectnet.sf.statcvs.pages.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 objects
public CommitListFormatter(ReportConfig config,
List commit,
List tags,
int max,
boolean withPermalinks)
max - maximum number of commits for the log; if there
are more, only the most recent will be used| Method Detail |
public String render()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||