| 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 | Interface and Description |
|---|---|
interface |
SearchData
Defines search parameters that a Session object can use
to query bugs.
|
interface |
Session
Represents a Bugzilla session.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultSearchData
Default implementation of SearchData.
|
| 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 |
CommandLineAuthorizationCallback
Implements authorization information retrieval from command line.
|
class |
DefaultAuthorizationCallback
Implements authorization information retrieval from configuration object.
|
class |
GuiAuthorizationCallback
Implements authorization information retrieval from pop-up dialog.
|
class |
HttpBugzillaSession
Implements Bugzilla access via HTTP.
|
class |
HttpJiraSession |
class |
MySQLBugzillaSession
Implements Bugzilla session via direct MySQL Connection.
|
class |
PropertiesFileAuthorizationCallback
Implements authorization information retrieval from a properties file.
|
class |
TextFileAuthorizationCallback
Implements authorization information retrieval from a plain text file.
|
class |
XmlFileAuthorizationCallback
Implements authorization information retrieval from a XML file.
|
class |
XmlRpcJiraSession
Provides access to JIRA issues.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ChangeLogEntryProvider
Provides additional entries for various releases.
|
interface |
ReleaseProvider
Provides information about software releases.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractFileReleaseProvider
Abstract implementations for release providers that load release information
from external files.
|
class |
DefaultChangeLogEntryProvider
Adds entries from the XML configuration for each release listed
|
class |
DefaultReleaseProvider
Generates releases and additional entries out from XML configuration.
|
class |
TextFileReleaseProvider
Loads release information from a text file.
|
class |
XmlFileReleaseProvider
Loads release information from a XML file.
|
Copyright © 2012. All Rights Reserved.