public final class BugClerkReportEngine extends Object implements ReportEngine<BugClerkReport>
| Constructor and Description |
|---|
BugClerkReportEngine(String urlPrefix) |
| Modifier and Type | Method and Description |
|---|---|
BugClerkReport |
createReport(Map<Integer,List<Violation>> violationByBugId) |
static void |
printXmlReport(BugClerkReport report,
OutputStream out) |
public BugClerkReportEngine(String urlPrefix)
public BugClerkReport createReport(Map<Integer,List<Violation>> violationByBugId)
createReport in interface ReportEngine<BugClerkReport>public static void printXmlReport(BugClerkReport report, OutputStream out)
Copyright © 2015 JBoss by Red Hat. All rights reserved.