de.smartics.maven.issues.bugzilla
Class TabularReportRenderer
java.lang.Object
org.apache.maven.reporting.AbstractMavenReportRenderer
de.smartics.maven.issues.bugzilla.AbstractIssuesReportRenderer
de.smartics.maven.issues.bugzilla.TabularReportRenderer
-
All Implemented Interfaces:
-
MavenReportRenderer
-
public class TabularReportRenderer
-
extends
AbstractIssuesReportRenderer
The renderer prints issues in the order fetched to a table. The columns shown can be parameterized.
-
Author:
-
Robert Reiner
Methods inherited from class org.apache.maven.reporting.AbstractMavenReportRenderer |
createLinkPatternedText, endSection, endTable, javaScript, link, linkPatternedText, paragraph, propertiesToString, render, startSection, startTable, tableCaption, tableCell, tableCell, tableHeader, tableHeaderCell, tableRow, text, verbatimLink, verbatimText |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TabularReportRenderer
public TabularReportRenderer(RendererConfig config,
Sink sink,
List<org.eclipse.mylyn.tasks.core.data.TaskData> issues)
-
Default constructor.
-
Parameters:
-
config
- the configuration to control the rendering process.
-
sink
- the sink to write to.
-
issues
- the issue information to render in the report.
renderBody
protected void renderBody()
-
-
-
Specified by:
-
renderBody
in class
AbstractMavenReportRenderer
-
getTitle
public String getTitle()
-
-
-
Specified by:
-
getTitle
in interface
MavenReportRenderer
-
Specified by:
-
getTitle
in class
AbstractMavenReportRenderer
-
getDescription
public String getDescription()
-
Returns a short description of the report.
-
-
Specified by:
-
getDescription
in class
AbstractIssuesReportRenderer
-
-
Returns:
-
a short description of the report.
getNoResultsDescription
public String getNoResultsDescription()
-
Returns a short description of the report when there are no results.
-
-
Specified by:
-
getNoResultsDescription
in class
AbstractIssuesReportRenderer
-
-
Returns:
-
a short description of the report when there are no results.
Copyright © 2008-2013
Kronseder & Reiner GmbH - smartics. All Rights Reserved.