| Package | Description |
|---|---|
| b4j.core |
Provides the core classes that allow interaction with a Bugzilla instance.
|
| b4j.core.session |
Provides classes that implement the session protocols for interacting 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 |
|---|---|
Session |
MetaInformation.getBugzillaSession()
Returns the session object to be used.
|
Session |
DefaultMetaInformation.getBugzillaSession()
Returns the session object to be used.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractAuthorizedSession
This is the base class for all authorization-based sessions
(which usually is required for Bugzilla access, regardless what
way you use).
|
class |
AbstractHttpSession
Implements an abstract HTTP session including usage with proxies.
|
class |
HttpBugzillaSession
Implements Bugzilla access via HTTP.
|
class |
HttpJiraSession |
class |
MySQLBugzillaSession
Implements Bugzilla session via direct MySQL Connection.
|
class |
XmlRpcJiraSession
Provides access to JIRA issues.
|
| Modifier and Type | Method and Description |
|---|---|
protected Session |
AbstractReportGenerator.getBugzillaSession()
Returns the current Bugzilla session object.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BugzillaReportGenerator.setBugzillaSession(Session bugzillaSession)
Sets the current Session object used.
|
void |
AbstractReportGenerator.setBugzillaSession(Session bugzillaSession)
Sets the current Session object used.
|
Copyright © 2012. All Rights Reserved.