| 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.core.session.jira | |
| b4j.report |
Provides classes to produce reports from Bugzilla information, such
as Management reports, Change Logs or other type of aggregated summaries.
|
| b4j.util |
Provides common classes and utilities.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultIssue
Class that represents a Bugzilla bug record.
|
| Modifier and Type | Method and Description |
|---|---|
Issue |
DefaultIssue.DefaultLongDescription.getBugzillaBug()
Returns the Bugzilla bug report this attachment belongs to.
|
Issue |
DefaultIssue.DefaultAttachment.getBugzillaBug()
Returns the Bugzilla bug report this attachment belongs to.
|
Issue |
LongDescription.getBugzillaBug()
Returns the Bugzilla bug report this entry belongs to.
|
Issue |
Attachment.getBugzillaBug()
Returns the Bugzilla bug report this attachment belongs to.
|
Issue |
Session.getIssue(String id)
Returns the given issue
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<Issue> |
Session.searchBugs(SearchData searchData,
SearchResultCountCallback callback)
Performs a search for Bugzilla bugs.
|
| Modifier and Type | Method and Description |
|---|---|
Issue |
AbstractAuthorizedSession.createIssue()
Creates an instance of Issue.
|
protected Issue |
XmlRpcJiraSession.createIssue(HashMap<String,Object> map)
Converts the XML-RPC response for a singe JIRA issue to an object
|
Issue |
HttpBugzillaSession.getIssue(String id)
Returns the given issue
|
Issue |
MySQLBugzillaSession.getIssue(String id) |
Issue |
XmlRpcJiraSession.getIssue(String id) |
Issue |
HttpJiraSession.getIssue(String id) |
Issue |
HttpBugzillaSession.BugzillaBugIterator.next()
Delivers the next bug.
|
Issue |
XmlRpcJiraSession.JiraIteratorFromFilters.next()
Delivers the next bug.
|
Issue |
XmlRpcJiraSession.JiraIteratorFromKeys.next()
Delivers the next bug.
|
Issue |
HttpJiraSession.JiraIssueIterator.next() |
Issue |
XmlRpcJiraSession.requestIssue(String key)
Retrieves a specific JIRA issue
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<Issue> |
HttpBugzillaSession.searchBugs(SearchData searchData,
SearchResultCountCallback callback)
Performs a search for Bugzilla bugs.
|
Iterator<Issue> |
MySQLBugzillaSession.searchBugs(SearchData searchData,
SearchResultCountCallback callback)
Performs a search for Bugzilla bugs.
|
Iterator<Issue> |
XmlRpcJiraSession.searchBugs(SearchData searchData,
SearchResultCountCallback callback)
Searches for JIRA issues.
|
Iterator<Issue> |
HttpJiraSession.searchBugs(SearchData searchData,
SearchResultCountCallback callback) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
HttpBugzillaSession.BugzillaBugIterator.addBug(Issue bug)
Adds a new bug to the list of available bugs.
|
protected boolean |
XmlRpcJiraSession.JiraIteratorFromFilters.isHiddenBug(Issue issue) |
protected void |
XmlRpcJiraSession.retrieveComments(Issue issue)
Retrieves the comments of given issue and add them as long descriptions.
|
void |
XmlRpcJiraSession.setFields(Issue issue,
HashMap<String,Object> map)
Sets all fields in
Issue according to map retrieved by
JIRA's XML-RPC interface. |
static String |
XmlRpcJiraSession.setIssueType(Issue issue,
Map<String,String> valueMap)
Sets the issue type's name for the issue.
|
static String |
XmlRpcJiraSession.setPriority(Issue issue,
Map<String,String> valueMap)
Sets the priority's name for the issue.
|
static String |
XmlRpcJiraSession.setResolution(Issue issue,
Map<String,String> valueMap)
Sets the resolution's name for the issue.
|
static String |
XmlRpcJiraSession.setStatus(Issue issue,
Map<String,String> valueMap)
Sets the status's name for the issue.
|
| Modifier and Type | Method and Description |
|---|---|
protected Issue |
JiraXmlHandler.createIssue()
Returns the correct issue instance.
|
Issue |
JiraXmlHandler.next()
Delivers the next issue.
|
| Modifier and Type | Method and Description |
|---|---|
void |
JiraXmlHandler.addIssue(Issue o)
Adds a new issue to the list of available issues.
|
| Modifier and Type | Method and Description |
|---|---|
protected String |
ChangeLogReport.getBugText(Issue bug)
Returns the text for a bug record to appear in Change Log.
|
protected Release |
ChangeLogReport.getRelease(Issue bug)
Maps the bug's last change date to a release.
|
void |
DetailedBugReport.registerBug(Issue bug)
Registers a bug for the report.
|
void |
AssigneeTrackingReport.registerBug(Issue bug)
Registers a bug for the report.
|
void |
BugzillaReportGenerator.registerBug(Issue bug)
Registers a bug for the report.
|
void |
ChangeLogReport.registerBug(Issue bug)
Registers a bug for the report.
|
void |
ManagementTrackingReport.registerBug(Issue bug)
Registers a bug for the report.
|
void |
ManagementTrackingReport.SeverityStats.registerBug(Issue bug)
Registers the bug.
|
void |
ManagementTrackingReport.WeekStats.registerBug(Issue bug)
Registers the bug.
|
void |
LogReport.registerBug(Issue bug) |
| Modifier and Type | Method and Description |
|---|---|
static void |
BugzillaUtils.debug(Issue issue)
Debugs an issue in log file.
|
Copyright © 2012. All Rights Reserved.