public class AssigneeTrackingReport extends AbstractFileReport
The report allows configuration of severity groups as too many severities might make a report unreadable.
| Constructor and Description |
|---|
AssigneeTrackingReport()
Default constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
closeReport()
Closes a report.
|
int |
getClosedCount()
Returns the overall number of open bugs.
|
int |
getOpenCount()
Returns the overall number of open bugs.
|
int |
getTotalCount()
Returns the overall count of bugs.
|
void |
init(org.apache.commons.configuration.Configuration config)
Configures the report.
|
void |
prepareReport()
Prepares the report.
|
void |
registerBug(Issue bug)
Registers a bug for the report.
|
getOutputFile, getOutputStreamgetBugzillaSession, getMaximumBugzillaVersion, getMinimumBugzillaVersion, setBugzillaSessionpublic void closeReport()
public void init(org.apache.commons.configuration.Configuration config)
throws org.apache.commons.configuration.ConfigurationException
init in interface BugzillaReportGeneratorinit in class AbstractFileReportconfig - - the configuration objectorg.apache.commons.configuration.ConfigurationException - - when a configuration problem occursAbstractFileReport.init(org.apache.commons.configuration.Configuration)public void prepareReport()
prepareReport in interface BugzillaReportGeneratorprepareReport in class AbstractReportGeneratorBugzillaReportGenerator.prepareReport()public void registerBug(Issue bug)
bug - - the bug to collect data fromBugzillaReportGenerator.registerBug(b4j.core.Issue)public int getOpenCount()
Issue.isOpen()public int getClosedCount()
Issue.isClosed()public int getTotalCount()
Copyright © 2012. All Rights Reserved.