| Package | Description |
|---|---|
| b4j.core |
Provides the core classes that allow interaction with a Bugzilla instance.
|
| b4j.report |
Provides classes to produce reports from Bugzilla information, such
as Management reports, Change Logs or other type of aggregated summaries.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<BugzillaReportGenerator> |
MetaInformation.getReports()
Returns all report generators.
|
Iterator<BugzillaReportGenerator> |
DefaultMetaInformation.getReports()
Returns all report generators.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
DefaultMetaInformation.addReport(BugzillaReportGenerator e)
Adds a new report generator.
|
boolean |
DefaultMetaInformation.removeReport(BugzillaReportGenerator o)
Removes a report generator.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
DefaultMetaInformation.addAllReports(Collection<? extends BugzillaReportGenerator> c)
Adds multiple report generators.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractEmailReport
Abstract implementation for reports that generate a file on a
local disk.
|
class |
AbstractFileReport
Abstract implementation for reports that generate a file on a
local disk.
|
class |
AbstractReportGenerator |
class |
AssigneeTrackingReport
Creates a tracking report for management purposes.
|
class |
ChangeLogReport
Creates a Change Log from all closed bugs (see
Issue.isClosed()). |
class |
DetailedBugReport
Reports some details about bug records into a file
|
class |
LogReport |
class |
ManagementTrackingReport
Creates a tracking report for management purposes.
|
Copyright © 2012. All Rights Reserved.