public class PlainTextRenderer extends FileRenderer
log, writer| Constructor and Description |
|---|
PlainTextRenderer(org.apache.maven.plugin.logging.Log log,
File targetFolder,
String filename,
boolean fullGitMessage) |
| Modifier and Type | Method and Description |
|---|---|
void |
renderCommit(org.eclipse.jgit.revwalk.RevCommit commit) |
void |
renderFooter() |
void |
renderHeader(String reportTitle) |
void |
renderTag(org.eclipse.jgit.revwalk.RevTag tag) |
close, convertStreamToString, loadResourceToStringpublic PlainTextRenderer(org.apache.maven.plugin.logging.Log log,
File targetFolder,
String filename,
boolean fullGitMessage)
throws IOException
IOExceptionpublic void renderHeader(String reportTitle) throws IOException
IOExceptionpublic void renderTag(org.eclipse.jgit.revwalk.RevTag tag)
throws IOException
IOExceptionpublic void renderCommit(org.eclipse.jgit.revwalk.RevCommit commit)
throws IOException
IOExceptionpublic void renderFooter()
throws IOException
IOExceptionCopyright © 2011–2017. All rights reserved.