A B C D E F G H I J L M N O P R S T U X 

A

AbstractAuthorizationCallback - Class in b4j.core.session
Implements the basic methods for an authorization callback.
AbstractAuthorizationCallback() - Constructor for class b4j.core.session.AbstractAuthorizationCallback
Default Constructor.
AbstractAuthorizedSession - Class in b4j.core.session
This is the base class for all authorization-based sessions (which usually is required for Bugzilla access, regardless what way you use).
AbstractAuthorizedSession() - Constructor for class b4j.core.session.AbstractAuthorizedSession
Constructor.
AbstractEmailReport - Class in b4j.report
Abstract implementation for reports that generate a file on a local disk.
AbstractEmailReport() - Constructor for class b4j.report.AbstractEmailReport
Default constructor.
AbstractFileReleaseProvider - Class in b4j.report
Abstract implementations for release providers that load release information from external files.
AbstractFileReleaseProvider() - Constructor for class b4j.report.AbstractFileReleaseProvider
Default Constructor.
AbstractFileReport - Class in b4j.report
Abstract implementation for reports that generate a file on a local disk.
AbstractFileReport() - Constructor for class b4j.report.AbstractFileReport
Default constructor.
AbstractHttpSession - Class in b4j.core.session
Implements an abstract HTTP session including usage with proxies.
AbstractHttpSession() - Constructor for class b4j.core.session.AbstractHttpSession
 
AbstractReportGenerator - Class in b4j.report
 
AbstractReportGenerator() - Constructor for class b4j.report.AbstractReportGenerator
 
add(String, String[]) - Method in class b4j.core.DefaultSearchData
Adds a search parameter with specified values.
add(String, List<String>) - Method in class b4j.core.DefaultSearchData
Adds a search parameter with specified values.
add(String, String) - Method in class b4j.core.DefaultSearchData
Adds a value for a specific search parameter.
add(String, String[]) - Method in interface b4j.core.SearchData
Adds a search parameter with specified values.
add(String, List<String>) - Method in interface b4j.core.SearchData
Adds a search parameter with specified values.
add(String, String) - Method in interface b4j.core.SearchData
Adds a value for a specific search parameter.
addAll(String, List<String>) - Method in class b4j.util.UrlParameters
Adds all values of a parameter.
addAll(Map<String, List<String>>) - Method in class b4j.util.UrlParameters
Adds all parameters.
addAllCc(Collection<? extends String>) - Method in class b4j.core.DefaultIssue
Adds multiple emails to the CC list.
addAllCc(Collection<? extends String>) - Method in interface b4j.core.Issue
Adds multiple emails to the CC list.
addAllCustomFields(String, List<String>) - Method in class b4j.core.DefaultIssue
Adds all values to a custom field.
addAllCustomFields(Map<String, List<String>>) - Method in class b4j.core.DefaultIssue
Adds all custom fields.
addAllCustomFields(String, List<String>) - Method in interface b4j.core.Issue
Adds all values to a custom field.
addAllCustomFields(Map<String, List<String>>) - Method in interface b4j.core.Issue
Adds all custom fields.
addAllReports(Collection<? extends BugzillaReportGenerator>) - Method in class b4j.core.DefaultMetaInformation
Adds multiple report generators.
addAttachment() - Method in class b4j.core.DefaultIssue
Creates and adds an attachment to this bug record.
addAttachment(long) - Method in class b4j.core.DefaultIssue.DefaultLongDescription
Creates and adds an attachment to this bug record.
addAttachment() - Method in interface b4j.core.Issue
Creates and adds an attachment to this bug record.
addAttachment(long) - Method in interface b4j.core.LongDescription
Creates and adds an attachment to this bug record.
addBug(Issue) - Method in class b4j.core.session.HttpBugzillaSession.BugzillaBugIterator
Adds a new bug to the list of available bugs.
addCc(String) - Method in class b4j.core.DefaultIssue
Adds a email to the CC list.
addCc(String) - Method in interface b4j.core.Issue
Adds a email to the CC list.
addChild(IssueLink) - Method in class b4j.core.DefaultIssue
 
addChild(IssueLink) - Method in interface b4j.core.Issue
 
addCookie(HttpCookie) - Method in class b4j.core.session.AbstractHttpSession
Adds a cookie to the session.
addDefaultParameters(UrlParameters) - Method in class b4j.util.UrlParameters
Adds default parameters.
addIssue(Issue) - Method in class b4j.core.session.jira.JiraXmlHandler
Adds a new issue to the list of available issues.
addLink(IssueLink) - Method in class b4j.core.DefaultIssue
 
addLink(IssueLink) - Method in interface b4j.core.Issue
 
addLongDescription() - Method in class b4j.core.DefaultIssue
Creates a new and empty long description text.
addLongDescription() - Method in interface b4j.core.Issue
Creates a new and empty long description text.
addRelease(Release) - Method in class b4j.report.DefaultReleaseProvider
Adds the release to the list of releases.
addReport(BugzillaReportGenerator) - Method in class b4j.core.DefaultMetaInformation
Adds a new report generator.
applyCookies(HttpURLConnection) - Method in class b4j.core.session.AbstractHttpSession
Applies the registered cookies with this connection.
AssigneeTrackingReport - Class in b4j.report
Creates a tracking report for management purposes.
AssigneeTrackingReport() - Constructor for class b4j.report.AssigneeTrackingReport
Default constructor.
Attachment - Interface in b4j.core
Interface for an attachment within a bug.
AuthorizationCallback - Interface in b4j.core.session
Interface that defines a callback for getting user authorizations.

B

b4j - package b4j
Provides classes that are used at command line.
b4j.core - package b4j.core
Provides the core classes that allow interaction with a Bugzilla instance.
b4j.core.session - package b4j.core.session
Provides classes that implement the session protocols for interacting with a Bugzilla instance.
b4j.core.session.jira - package b4j.core.session.jira
 
b4j.report - package b4j.report
Provides classes to produce reports from Bugzilla information, such as Management reports, Change Logs or other type of aggregated summaries.
b4j.util - package b4j.util
Provides common classes and utilities.
BUGZILLA_GET_ATTACHMENT - Static variable in class b4j.core.session.HttpBugzillaSession
Constant for requesting URL connection to get attachment content
BUGZILLA_LOGIN - Static variable in class b4j.core.session.HttpBugzillaSession
Constant for requesting URL connection to login page
BUGZILLA_LOGOUT - Static variable in class b4j.core.session.HttpBugzillaSession
Constant for requesting URL connection to logout page
BUGZILLA_SEARCH - Static variable in class b4j.core.session.HttpBugzillaSession
Constant for requesting URL connection to search result page
BUGZILLA_SHOW_BUG - Static variable in class b4j.core.session.HttpBugzillaSession
Constant for requesting URL connection to show bug page
BugzillaReportGenerator - Interface in b4j.report
Interface for a report generator.
BugzillaUtils - Class in b4j.util
Provides some useful methods for all classes.
BugzillaUtils() - Constructor for class b4j.util.BugzillaUtils
 

C

ChangeLogEntryProvider - Interface in b4j.report
Provides additional entries for various releases.
ChangeLogReport - Class in b4j.report
Creates a Change Log from all closed bugs (see Issue.isClosed()).
ChangeLogReport() - Constructor for class b4j.report.ChangeLogReport
Constructor.
ChangeLogReport.ReleaseComparator - Class in b4j.report
Implements the sorting of releases.
ChangeLogReport.ReleaseComparator() - Constructor for class b4j.report.ChangeLogReport.ReleaseComparator
 
characters(char[], int, int) - Method in class b4j.core.session.HttpBugzillaSession.XmlParser
 
characters(char[], int, int) - Method in class b4j.core.session.jira.JiraXmlHandler
 
checkBugzillaVersion() - Method in class b4j.core.session.AbstractAuthorizedSession
Checks the Bugzilla version connected to.
clearAttachments() - Method in class b4j.core.DefaultIssue
Removes all attachments.
clearAttachments() - Method in class b4j.core.DefaultIssue.DefaultLongDescription
Removes all attachments.
clearAttachments() - Method in interface b4j.core.Issue
Removes all attachments.
clearAttachments() - Method in interface b4j.core.LongDescription
Removes all attachments.
clearCc() - Method in class b4j.core.DefaultIssue
Clears the CC list.
clearCc() - Method in interface b4j.core.Issue
Clears the CC list.
clearCustomFields() - Method in class b4j.core.DefaultIssue
Clears all custom fields.
clearCustomFields() - Method in interface b4j.core.Issue
Clears all custom fields.
clearLongDescriptions() - Method in class b4j.core.DefaultIssue
Removes all long description texts.
clearLongDescriptions() - Method in interface b4j.core.Issue
Removes all long description texts.
clearReports() - Method in class b4j.core.DefaultMetaInformation
Clears all generators.
close() - Method in class b4j.core.session.AbstractHttpSession
Closes the previously established Bugzilla session.
close() - Method in interface b4j.core.Session
Closes the previously established Bugzilla session.
close() - Method in class b4j.core.session.HttpBugzillaSession
Closes the previously established Bugzilla session.
close() - Method in class b4j.core.session.HttpJiraSession
Closes the JIRA session.
close() - Method in class b4j.core.session.MySQLBugzillaSession
Closes the previously established Bugzilla session.
close() - Method in class b4j.core.session.XmlRpcJiraSession
Closes the JIRA session.
closeReport() - Method in class b4j.report.AssigneeTrackingReport
Closes a report.
closeReport() - Method in interface b4j.report.BugzillaReportGenerator
Closes a report.
closeReport() - Method in class b4j.report.ChangeLogReport
Closes a report.
closeReport() - Method in class b4j.report.DetailedBugReport
Just closes the report by sending the report suffix.
closeReport() - Method in class b4j.report.LogReport
 
closeReport() - Method in class b4j.report.ManagementTrackingReport
Closes a report.
CommandLineAuthorizationCallback - Class in b4j.core.session
Implements authorization information retrieval from command line.
CommandLineAuthorizationCallback() - Constructor for class b4j.core.session.CommandLineAuthorizationCallback
Default Constructor.
compare(Release, Release) - Method in class b4j.report.ChangeLogReport.ReleaseComparator
Compares two releases.
compareVersion(String[], String[]) - Static method in class b4j.util.BugzillaUtils
Compares versions.
Configurable - Interface in b4j.core
Defines a method that objects must implement when they want to be configurable.
configure(Configuration) - Method in interface b4j.core.Configurable
Configures the object.
configure(XMLConfiguration) - Method in class b4j.core.DefaultMetaInformation
Configures the data from an XML configuration object.
configure(Configuration) - Method in class b4j.core.DefaultSearchData
Configures the search data from configuration.
configure(Configuration) - Method in class b4j.core.session.AbstractAuthorizedSession
Configures the session.
configure(Configuration) - Method in class b4j.core.session.AbstractHttpSession
Configures the session.
configure(Configuration) - Method in class b4j.core.session.CommandLineAuthorizationCallback
Configures the name callback.
configure(Configuration) - Method in class b4j.core.session.DefaultAuthorizationCallback
Configures the callback.
configure(Configuration) - Method in class b4j.core.session.GuiAuthorizationCallback
Configures the name callback.
configure(Configuration) - Method in class b4j.core.session.HttpJiraSession
Configuration allows:
<jira-home>URL</jira-home> - the JIRA base URL
<proxy-host> - HTTP proxy (proxy authorization not possible yet)
<team name="NAME">
<Member name="FULLNAME">UID</Member>
</Team> - team and member UID associations
configure(Configuration) - Method in class b4j.core.session.MySQLBugzillaSession
Configures the session.
configure(Configuration) - Method in class b4j.core.session.PropertiesFileAuthorizationCallback
Configures the callback.
configure(String) - Method in class b4j.core.session.PropertiesFileAuthorizationCallback
Configures the callback from the properties file.
configure(File) - Method in class b4j.core.session.PropertiesFileAuthorizationCallback
Configures the callback from the properties file.
configure(Configuration) - Method in class b4j.core.session.TextFileAuthorizationCallback
Configures the callback.
configure(String) - Method in class b4j.core.session.TextFileAuthorizationCallback
Configures the callback from the text file.
configure(File) - Method in class b4j.core.session.TextFileAuthorizationCallback
Configures the callback from the text file.
configure(Configuration) - Method in class b4j.core.session.XmlFileAuthorizationCallback
Configures the callback.
configure(String) - Method in class b4j.core.session.XmlFileAuthorizationCallback
Configures the callback from the XML file.
configure(File) - Method in class b4j.core.session.XmlFileAuthorizationCallback
Configures the callback from the XML file.
configure(Configuration) - Method in class b4j.core.session.XmlRpcJiraSession
Configuration allows:
<jira-home>URL</jira-home> - the JIRA base URL
<proxy-host> - HTTP proxy (proxy authorization not possible yet)
<team name="NAME">
<Member name="FULLNAME">UID</Member>
</Team> - team and member UID associations
configure(Configuration) - Method in class b4j.report.AbstractFileReleaseProvider
Configures the provider.
configure(Configuration) - Method in class b4j.report.DefaultChangeLogEntryProvider
Reads the entries for each release from XML configuration
configure(Configuration) - Method in class b4j.report.DefaultReleaseProvider
Configures the provider.
createIssue() - Method in class b4j.core.session.AbstractAuthorizedSession
Creates an instance of Issue.
createIssue() - Method in class b4j.core.session.jira.JiraXmlHandler
Returns the correct issue instance.
createIssue(HashMap<String, Object>) - Method in class b4j.core.session.XmlRpcJiraSession
Converts the XML-RPC response for a singe JIRA issue to an object
createUrlParameters(SearchData) - Static method in class b4j.util.UrlParameters
Creates URL parameters out of the Bugzilla search data.

D

DATE - Static variable in class b4j.core.DefaultIssue
Formatter and Parser for XML-retrieved dates from Bugzilla.
DATETIME_WITH_SEC - Static variable in class b4j.core.DefaultIssue
Formatter and Parser for XML-retrieved dates from Bugzilla.
DATETIME_WITH_SEC_TZ - Static variable in class b4j.core.DefaultIssue
Formatter and Parser for XML-retrieved dates from Bugzilla.
DATETIME_WITHOUT_SEC - Static variable in class b4j.core.DefaultIssue
Formatter and Parser for XML-retrieved dates from Bugzilla.
debug(Issue) - Static method in class b4j.util.BugzillaUtils
Debugs an issue in log file.
debugObject(StringBuffer, Object) - Static method in class b4j.util.BugzillaUtils
 
debugResponse(HttpURLConnection) - Method in class b4j.core.session.AbstractHttpSession
Debugs the response from a connection.
DEFAULT_LOGIN_LABEL - Static variable in class b4j.core.session.GuiAuthorizationCallback
The default label for the login name ("Login:").
DEFAULT_LOGIN_PROMPT - Static variable in class b4j.core.session.CommandLineAuthorizationCallback
The default prompt for the login name ("Login: ").
DEFAULT_PASSWORD_LABEL - Static variable in class b4j.core.session.GuiAuthorizationCallback
The default label for the password ("Password:").
DEFAULT_PASSWORD_PROMPT - Static variable in class b4j.core.session.CommandLineAuthorizationCallback
The default prompt for the password ("Password: ").
DEFAULT_PROMPT - Static variable in class b4j.core.session.GuiAuthorizationCallback
The default prompt text ("Please enter your Bugzilla login data!").
DEFAULT_TITLE - Static variable in class b4j.core.session.GuiAuthorizationCallback
The default popup title ("Bugzilla Login").
DefaultAuthorizationCallback - Class in b4j.core.session
Implements authorization information retrieval from configuration object.
DefaultAuthorizationCallback() - Constructor for class b4j.core.session.DefaultAuthorizationCallback
Default Constructor.
DefaultAuthorizationCallback(String, String) - Constructor for class b4j.core.session.DefaultAuthorizationCallback
Constructor.
DefaultChangeLogEntryProvider - Class in b4j.report
Adds entries from the XML configuration for each release listed
DefaultChangeLogEntryProvider() - Constructor for class b4j.report.DefaultChangeLogEntryProvider
Default constructor.
DefaultIssue - Class in b4j.core
Class that represents a Bugzilla bug record.
DefaultIssue() - Constructor for class b4j.core.DefaultIssue
Default Constructor.
DefaultIssue.DefaultAttachment - Class in b4j.core
An attachment definition.
DefaultIssue.DefaultAttachment() - Constructor for class b4j.core.DefaultIssue.DefaultAttachment
Default constructor.
DefaultIssue.DefaultLink - Class in b4j.core
Describes a link to another issue
DefaultIssue.DefaultLink() - Constructor for class b4j.core.DefaultIssue.DefaultLink
 
DefaultIssue.DefaultLink(int, String, boolean, String, String) - Constructor for class b4j.core.DefaultIssue.DefaultLink
 
DefaultIssue.DefaultLongDescription - Class in b4j.core
A long description entry.
DefaultIssue.DefaultLongDescription() - Constructor for class b4j.core.DefaultIssue.DefaultLongDescription
Default Constructor.
DefaultMetaInformation - Class in b4j.core
Default implementation of meta information for a report generator.
DefaultMetaInformation() - Constructor for class b4j.core.DefaultMetaInformation
Default Constructor.
DefaultMetaInformation(File) - Constructor for class b4j.core.DefaultMetaInformation
Constructor with XML configuration file.
DefaultRelease - Class in b4j.report
Default implementation of a release.
DefaultRelease() - Constructor for class b4j.report.DefaultRelease
Default constructor.
DefaultRelease(String, Date) - Constructor for class b4j.report.DefaultRelease
Constructor.
DefaultReleaseProvider - Class in b4j.report
Generates releases and additional entries out from XML configuration.
DefaultReleaseProvider() - Constructor for class b4j.report.DefaultReleaseProvider
Default constructor.
DefaultSearchData - Class in b4j.core
Default implementation of SearchData.
DefaultSearchData() - Constructor for class b4j.core.DefaultSearchData
Default constructor.
DetailedBugReport - Class in b4j.report
Reports some details about bug records into a file
DetailedBugReport() - Constructor for class b4j.report.DetailedBugReport
Constructor.
dump() - Method in class b4j.core.DefaultMetaInformation
Debug information into log.
dump(Logger) - Method in class b4j.core.DefaultMetaInformation
Debug information into log.
dump(Logger) - Method in class b4j.core.DefaultSearchData
Debug information into log.
dump(Logger) - Method in interface b4j.core.MetaInformation
Debug information into log.
dump(Logger) - Method in interface b4j.core.SearchData
Debug information into log.
dump() - Method in class b4j.core.session.AbstractAuthorizedSession
Debugs information into log.
dump() - Method in class b4j.core.session.AbstractHttpSession
Debugs information into log.
dump() - Method in interface b4j.core.Session
Debug information into log.

E

endDocument() - Method in class b4j.core.session.HttpBugzillaSession.XmlParser
 
endDocument() - Method in class b4j.core.session.jira.JiraXmlHandler
 
endElement(String, String, String) - Method in class b4j.core.session.HttpBugzillaSession.XmlParser
 
endElement(String, String, String) - Method in class b4j.core.session.jira.JiraXmlHandler
 
equals(Object) - Method in class b4j.report.DefaultRelease
Checks if given object is equal to this release.

F

FileFinder - Class in b4j.util
Offers utilities to find files in classpaths and directories.
FileFinder() - Constructor for class b4j.util.FileFinder
 
find(String) - Static method in class b4j.util.FileFinder
Tries to find the file specified from filesystem or classpath.
findAndLoad(String) - Static method in class b4j.util.FileFinder
Finds and loads a file.

G

GenerateReports - Class in b4j
Main task object that creates a report from Bugzilla.
GenerateReports() - Constructor for class b4j.GenerateReports
Default Constructor.
get(String) - Method in class b4j.core.DefaultSearchData
Returns an iterator of all values for specified parameter key.
get(String) - Method in interface b4j.core.SearchData
Returns an iterator of all values for specified parameter key.
getActualTime() - Method in class b4j.core.DefaultIssue
Returns the actual time in hours.
getActualTime() - Method in interface b4j.core.Issue
Returns the actual time in hours.
getAlias() - Method in class b4j.core.DefaultIssue
Returns the alias name of the bug.
getAlias() - Method in interface b4j.core.Issue
Returns the alias name of the bug.
getAssignee() - Method in class b4j.core.DefaultIssue
 
getAssignee() - Method in interface b4j.core.Issue
Returns the assignee's ID of this bug.
getAssigneeName() - Method in class b4j.core.DefaultIssue
 
getAssigneeName() - Method in interface b4j.core.Issue
Returns the assignee's name of this bug.
getAssigneeTeam() - Method in class b4j.core.DefaultIssue
 
getAssigneeTeam() - Method in interface b4j.core.Issue
Returns the assignee's team of this bug.
getAttachment(long) - Method in class b4j.core.DefaultIssue
returns the attachment with the given id.
getAttachment(long) - Method in interface b4j.core.Issue
returns the attachment with the given id.
getAttachment(Attachment) - Method in interface b4j.core.Session
Returns an input stream that will contain the attachment's content.
getAttachment(Attachment) - Method in class b4j.core.session.HttpBugzillaSession
Returns an input stream that will contain the attachment's content.
getAttachment(Attachment) - Method in class b4j.core.session.HttpJiraSession
Returns an input stream that will contain the attachment's content.
getAttachment(Attachment) - Method in class b4j.core.session.MySQLBugzillaSession
Returns an input stream that will contain the attachment's content.
getAttachment(Attachment) - Method in class b4j.core.session.XmlRpcJiraSession
Returns an input stream that will contain the attachment's content.
getAttachmentCount() - Method in class b4j.core.DefaultIssue.DefaultLongDescription
Returns the number of attachments.
getAttachmentCount() - Method in class b4j.core.DefaultIssue
Returns the number of attachments.
getAttachmentCount() - Method in interface b4j.core.Issue
Returns the number of attachments.
getAttachmentCount() - Method in interface b4j.core.LongDescription
Returns the number of attachments.
getAttachmentIterator() - Method in class b4j.core.DefaultIssue.DefaultLongDescription
Returns all attachments.
getAttachmentIterator() - Method in class b4j.core.DefaultIssue
Returns all attachments.
getAttachmentIterator() - Method in interface b4j.core.Issue
Returns all attachments.
getAttachmentIterator() - Method in interface b4j.core.LongDescription
Returns all attachments.
getAuthorizationCallback() - Method in class b4j.core.session.AbstractAuthorizedSession
Returns the authorizationCallback.
getAverageFixTime() - Method in class b4j.report.ManagementTrackingReport
Returns the overall average fix time.
getAverageFixTime() - Method in class b4j.report.ManagementTrackingReport.SeverityStats
Returns the average fix time for this severity.
getAverageFixTime() - Method in class b4j.report.ManagementTrackingReport.WeekStats
Returns the average fix time for bugs of this week.
getBaseUrl() - Method in class b4j.core.session.AbstractHttpSession
 
getBaseUrl() - Method in class b4j.core.session.XmlRpcJiraSession
Returns the baseUrl.
getBlocked() - Method in class b4j.core.DefaultIssue
 
getBlocked() - Method in interface b4j.core.Issue
 
getBoolean(Object) - Static method in class b4j.util.BugzillaUtils
Converts the object to a boolean.
getBugText(Issue) - Method in class b4j.report.ChangeLogReport
Returns the text for a bug record to appear in Change Log.
getBugzillaBug() - Method in interface b4j.core.Attachment
Returns the Bugzilla bug report this attachment belongs to.
getBugzillaBug() - Method in class b4j.core.DefaultIssue.DefaultAttachment
Returns the Bugzilla bug report this attachment belongs to.
getBugzillaBug() - Method in class b4j.core.DefaultIssue.DefaultLongDescription
Returns the Bugzilla bug report this attachment belongs to.
getBugzillaBug() - Method in interface b4j.core.LongDescription
Returns the Bugzilla bug report this entry belongs to.
getBugzillaBugClass() - Method in class b4j.core.session.AbstractAuthorizedSession
Returns the bugzillaBugClass.
getBugzillaSearchData() - Method in class b4j.core.DefaultMetaInformation
Returns the search data.
getBugzillaSearchData() - Method in interface b4j.core.MetaInformation
Returns the search data.
getBugzillaSession() - Method in class b4j.core.DefaultMetaInformation
Returns the session object to be used.
getBugzillaSession() - Method in interface b4j.core.MetaInformation
Returns the session object to be used.
getBugzillaSession() - Method in class b4j.report.AbstractReportGenerator
Returns the current Bugzilla session object.
getBugzillaUri() - Method in class b4j.core.DefaultIssue
Returns the URI representing the Bugzilla instance this bug was retrieved from.
getBugzillaUri() - Method in interface b4j.core.Issue
Returns the URI representing the Bugzilla instance this bug was retrieved from.
getBugzillaVersion() - Method in class b4j.core.DefaultIssue
Returns the version of Bugzilla this bug was retrieved from.
getBugzillaVersion() - Method in interface b4j.core.Issue
Returns the version of Bugzilla this bug was retrieved from.
getBugzillaVersion() - Method in class b4j.core.session.AbstractHttpSession
Returns the bugzilla version this session object is connected to.
getBugzillaVersion() - Method in interface b4j.core.Session
Returns the bugzilla version this session object is connected to.
getBugzillaVersion() - Method in class b4j.core.session.MySQLBugzillaSession
Returns the bugzilla version this session object is connected to.
getBugzillaVersion() - Method in class b4j.core.session.XmlRpcJiraSession
Returns the version of JIRA connected to.
getCcCount() - Method in class b4j.core.DefaultIssue
Returns the number of CCs.
getCcCount() - Method in interface b4j.core.Issue
Returns the number of CCs.
getCcIterator() - Method in class b4j.core.DefaultIssue
Returns all CCs of this bug.
getCcIterator() - Method in interface b4j.core.Issue
Returns all CCs of this bug.
getChangeLogEntries(Release) - Method in interface b4j.report.ChangeLogEntryProvider
Returns all additional entries that must be included for the release.
getChangeLogEntries(Release) - Method in class b4j.report.DefaultChangeLogEntryProvider
Returns the additional log entries
getChildCount() - Method in class b4j.core.DefaultIssue
 
getChildCount() - Method in interface b4j.core.Issue
 
getChildren() - Method in class b4j.core.DefaultIssue
 
getChildren() - Method in interface b4j.core.Issue
 
getClassification() - Method in class b4j.core.DefaultIssue
Returns the classification name for this bug.
getClassification() - Method in interface b4j.core.Issue
Returns the classification name for this bug.
getClosedCount() - Method in class b4j.report.AssigneeTrackingReport
Returns the overall number of open bugs.
getClosedCount() - Method in class b4j.report.ManagementTrackingReport
Returns the overall number of open bugs.
getClosedCount() - Method in class b4j.report.ManagementTrackingReport.SeverityStats
Returns the number of closed bugs in this severity.
getClosedCount() - Method in class b4j.report.ManagementTrackingReport.WeekStats
Returns the number of closed bugs from this week.
getCommandLineOptions() - Static method in class b4j.GenerateReports
Creates the command line options.
getComponent() - Method in class b4j.core.DefaultIssue
Returns the component name for this bug.
getComponent() - Method in interface b4j.core.Issue
Returns the component name for this bug.
getConnection(String, String) - Method in class b4j.core.session.AbstractHttpSession
Makes a request to Bugzilla including eventual GET parameters.
getConnection(String, String, Map<String, String>) - Method in class b4j.core.session.AbstractHttpSession
Makes a request to Bugzilla including eventual GET parameters.
getConnection(String, String, Map<String, String>, boolean) - Method in class b4j.core.session.AbstractHttpSession
Makes a request to Bugzilla including eventual GET parameters.
getConnection(int) - Method in class b4j.core.session.HttpBugzillaSession
Makes a request to Bugzilla without any GET parameters.
getConnection(int, String) - Method in class b4j.core.session.HttpBugzillaSession
Makes a request to Bugzilla including eventual GET parameters.
getConnection(String) - Method in class b4j.core.session.HttpJiraSession
Makes a request to Bugzilla without any GET parameters.
getConnection(String, String, Map<String, String>, boolean) - Method in class b4j.core.session.HttpJiraSession
Makes a request to Bugzilla including eventual GET parameters.
getCookie() - Method in class b4j.core.session.XmlRpcJiraSession
Returns the XMLPRC token for JIRA session.
getCookies() - Method in class b4j.core.session.AbstractHttpSession
Returns all cookies from the Bugzilla session
getCreationTimestamp() - Method in class b4j.core.DefaultIssue
Returns the timestamp when this bug was created.
getCreationTimestamp() - Method in interface b4j.core.Issue
Returns the timestamp when this bug was created.
getCustomField(String) - Method in class b4j.core.DefaultIssue
Returns a list of all values of a field (or null)
getCustomField(String) - Method in interface b4j.core.Issue
Returns a list of all values of a field (or null)
getCustomFieldCount() - Method in class b4j.core.DefaultIssue
Returns the number of custom fields.
getCustomFieldCount() - Method in interface b4j.core.Issue
Returns the number of custom fields.
getCustomFieldNames() - Method in class b4j.core.DefaultIssue
Returns the names of all custom fields.
getCustomFieldNames() - Method in interface b4j.core.Issue
Returns the names of all custom fields.
getCustomFieldString(String) - Method in class b4j.core.DefaultIssue
Returns first value of a field (or null)
getCustomFieldString(String, int) - Method in class b4j.core.DefaultIssue
Returns the n-th value of a field (or null)
getCustomFieldString(String) - Method in interface b4j.core.Issue
Returns first value of a field (or null)
getCustomFieldString(String, int) - Method in interface b4j.core.Issue
Returns the n-th value of a field (or null)
getDate() - Method in interface b4j.core.Attachment
Returns the date of the attachment.
getDate() - Method in class b4j.core.DefaultIssue.DefaultAttachment
Returns the date of the attachment.
getDate(Object, DateFormat) - Static method in class b4j.util.BugzillaUtils
Converts the object to a date.
getDeadline() - Method in class b4j.core.DefaultIssue
Returns the deadline time.
getDeadline() - Method in interface b4j.core.Issue
Returns the deadline time.
getDefaultRequestProperties() - Method in class b4j.core.session.HttpJiraSession
Returns default properties for JIRA access.
getDefaultSearchParameters() - Static method in class b4j.core.session.HttpBugzillaSession
Returns default search parameters.
getDefaultSearchParameters() - Static method in class b4j.core.session.HttpJiraSession
Returns default search parameters.
getDeliveredIssues() - Method in class b4j.core.session.jira.JiraXmlHandler
 
getDeltaTimestamp() - Method in class b4j.core.DefaultIssue
Returns the timestamp when this bug was last changed.
getDeltaTimestamp() - Method in interface b4j.core.Issue
Returns the timestamp when this bug was last changed.
getDescription() - Method in interface b4j.core.Attachment
Returns the description of the attachment.
getDescription() - Method in class b4j.core.DefaultIssue.DefaultAttachment
Returns the description of the attachment.
getDouble(Object) - Static method in class b4j.util.BugzillaUtils
Converts the object to a double.
getEndIndex() - Method in class b4j.core.session.jira.JiraXmlHandler
 
getEstimatedTime() - Method in class b4j.core.DefaultIssue
Returns the estimated time in hours.
getEstimatedTime() - Method in interface b4j.core.Issue
Returns the estimated time in hours.
getFileLocation() - Method in class b4j.core.DefaultIssue
Returns the file location given in this bug.
getFileLocation() - Method in interface b4j.core.Issue
Returns the file location given in this bug.
getFilename() - Method in interface b4j.core.Attachment
Returns the filename.
getFilename() - Method in class b4j.core.DefaultIssue.DefaultAttachment
Returns the filename.
getId() - Method in interface b4j.core.Attachment
Returns the ID of this attachment.
getId() - Method in class b4j.core.DefaultIssue.DefaultAttachment
Returns the ID of this attachment.
getId() - Method in class b4j.core.DefaultIssue.DefaultLongDescription
Returns the description ID.
getId() - Method in class b4j.core.DefaultIssue
Returns the Bugzilla bug ID.
getId() - Method in interface b4j.core.Issue
Returns the Bugzilla bug ID.
getId() - Method in interface b4j.core.LongDescription
Returns the description ID.
getInt(Object) - Static method in class b4j.util.BugzillaUtils
Converts the object to an int.
getIssue(String) - Method in interface b4j.core.Session
Returns the given issue
getIssue(String) - Method in class b4j.core.session.HttpBugzillaSession
Returns the given issue
getIssue(String) - Method in class b4j.core.session.HttpJiraSession
 
getIssue(String) - Method in class b4j.core.session.MySQLBugzillaSession
 
getIssue(String) - Method in class b4j.core.session.XmlRpcJiraSession
 
getIssueId() - Method in class b4j.core.DefaultIssue.DefaultLink
 
getIssueId() - Method in interface b4j.core.IssueLink
 
getIssuesParsed() - Method in class b4j.core.session.jira.JiraXmlHandler
 
getLastUpdate() - Method in class b4j.core.DefaultIssue.DefaultLongDescription
Returns the date of last update.
getLastUpdate() - Method in interface b4j.core.LongDescription
Returns the date of last update.
getLink() - Method in class b4j.core.DefaultIssue
 
getLink() - Method in interface b4j.core.Issue
Returns the link for this bug.
getLinkCount() - Method in class b4j.core.DefaultIssue
 
getLinkCount() - Method in interface b4j.core.Issue
 
getLinks() - Method in class b4j.core.DefaultIssue
 
getLinks() - Method in interface b4j.core.Issue
 
getLinkType() - Method in class b4j.core.DefaultIssue.DefaultLink
 
getLinkType() - Method in interface b4j.core.IssueLink
 
getLinkTypeDescription() - Method in class b4j.core.DefaultIssue.DefaultLink
 
getLinkTypeDescription() - Method in interface b4j.core.IssueLink
 
getLinkTypeName() - Method in class b4j.core.DefaultIssue.DefaultLink
 
getLinkTypeName() - Method in interface b4j.core.IssueLink
 
getLog() - Method in class b4j.core.session.AbstractAuthorizedSession
Returns the logger.
getLogin() - Method in class b4j.core.session.AbstractAuthorizedSession
Returns the login name as told by the callback handler.
getLoginLabel() - Method in class b4j.core.session.GuiAuthorizationCallback
Returns the login label text.
getLoginPrompt() - Method in class b4j.core.session.CommandLineAuthorizationCallback
Returns the login prompt text.
getLong(Object) - Static method in class b4j.util.BugzillaUtils
Converts the object to a long.
getLongDescription(String) - Method in class b4j.core.DefaultIssue
Returns the comment with given id.
getLongDescription(String) - Method in interface b4j.core.Issue
Returns the comment with given id.
getLongDescriptionCount() - Method in class b4j.core.DefaultIssue
Returns the number of long description texts.
getLongDescriptionCount() - Method in interface b4j.core.Issue
Returns the number of long description texts.
getLongDescriptionIterator() - Method in class b4j.core.DefaultIssue
Returns all long description records.
getLongDescriptionIterator() - Method in interface b4j.core.Issue
Returns all long description records.
getMaximumBugzillaVersion() - Method in interface b4j.core.Session
Returns the maximum Bugzilla version this session class supports.
getMaximumBugzillaVersion() - Method in class b4j.core.session.HttpBugzillaSession
Returns the maximum Bugzilla version this session class supports.
getMaximumBugzillaVersion() - Method in class b4j.core.session.HttpJiraSession
 
getMaximumBugzillaVersion() - Method in class b4j.core.session.MySQLBugzillaSession
Returns the maximum Bugzilla version this session class supports.
getMaximumBugzillaVersion() - Method in class b4j.core.session.XmlRpcJiraSession
Returns the maximum JIRA version supported.
getMaximumBugzillaVersion() - Method in class b4j.report.AbstractReportGenerator
Returns the maximum Bugzilla version this session supports.
getMaximumBugzillaVersion() - Method in interface b4j.report.BugzillaReportGenerator
Returns the maximum Bugzilla version this session supports.
getMaxWeek() - Method in class b4j.report.ManagementTrackingReport
Returns the maximum week number detected.
getMetaInformation() - Method in class b4j.GenerateReports
Returns the meta information object for this generator.
getMinimumBugzillaVersion() - Method in interface b4j.core.Session
Returns the minimum Bugzilla version this session class supports.
getMinimumBugzillaVersion() - Method in class b4j.core.session.HttpBugzillaSession
Returns the minimum Bugzilla version this session class supports.
getMinimumBugzillaVersion() - Method in class b4j.core.session.HttpJiraSession
 
getMinimumBugzillaVersion() - Method in class b4j.core.session.MySQLBugzillaSession
Returns the minimum Bugzilla version this session class supports.
getMinimumBugzillaVersion() - Method in class b4j.core.session.XmlRpcJiraSession
Returns the minimum JIRA version supported.
getMinimumBugzillaVersion() - Method in class b4j.report.AbstractReportGenerator
Returns the minimum Bugzilla version this session supports.
getMinimumBugzillaVersion() - Method in interface b4j.report.BugzillaReportGenerator
Returns the minimum Bugzilla version this session supports.
getMinWeek() - Method in class b4j.report.ManagementTrackingReport
Returns the minimum week number detected.
getName() - Method in class b4j.core.session.AbstractAuthorizationCallback
Returns the login name.
getName() - Method in interface b4j.core.session.AuthorizationCallback
Returns the login name.
getName() - Method in class b4j.core.session.CommandLineAuthorizationCallback
Asks the user on command line for name if no default name was set.
getName() - Method in class b4j.core.session.GuiAuthorizationCallback
Shows the popup if not done before and asks the user for credentials.
getOpenCount() - Method in class b4j.report.AssigneeTrackingReport
Returns the overall number of open bugs.
getOpenCount() - Method in class b4j.report.ManagementTrackingReport
Returns the overall number of open bugs.
getOpenCount() - Method in class b4j.report.ManagementTrackingReport.SeverityStats
Returns the number of open bugs in this severity.
getOpenCount() - Method in class b4j.report.ManagementTrackingReport.WeekStats
Returns the number of bugs still open from this week.
getOpSys() - Method in class b4j.core.DefaultIssue
Returns the operating system for this bug.
getOpSys() - Method in interface b4j.core.Issue
Returns the operating system for this bug.
getOutputFile() - Method in class b4j.report.AbstractFileReport
Returns the configured output file.
getOutputStream() - Method in class b4j.report.AbstractFileReport
Returns the stream to the output file.
getParameter(String) - Method in class b4j.util.UrlParameters
Returns a list of all values of this parameter (or null)
getParameterCount() - Method in class b4j.core.DefaultSearchData
Returns the number of parameter names.
getParameterCount() - Method in interface b4j.core.SearchData
Returns the number of parameter names.
getParameterNames() - Method in class b4j.core.DefaultSearchData
Returns an iterator of all parameter names.
getParameterNames() - Method in interface b4j.core.SearchData
Returns an iterator of all parameter names.
getParameters() - Method in class b4j.util.UrlParameters
Returns iterator of all parameter names.
getParentId() - Method in class b4j.core.DefaultIssue
 
getParentId() - Method in interface b4j.core.Issue
Returns the parent id
getPassword() - Method in class b4j.core.session.AbstractAuthorizationCallback
Returns the password.
getPassword() - Method in class b4j.core.session.AbstractAuthorizedSession
Returns the password as told by the callback handler.
getPassword() - Method in interface b4j.core.session.AuthorizationCallback
Returns the password.
getPassword() - Method in class b4j.core.session.CommandLineAuthorizationCallback
Asks the user on command line for a password.
getPassword() - Method in class b4j.core.session.GuiAuthorizationCallback
Shows the popup if not done before and asks the user for credentials.
getPasswordLabel() - Method in class b4j.core.session.GuiAuthorizationCallback
Returns the password label text.
getPasswordPrompt() - Method in class b4j.core.session.CommandLineAuthorizationCallback
Returns the password prompt text.
getPriority() - Method in class b4j.core.DefaultIssue
Returns the priority of this bug.
getPriority() - Method in interface b4j.core.Issue
Returns the priority of this bug.
getProduct() - Method in class b4j.core.DefaultIssue
Returns the product name for this bug.
getProduct() - Method in interface b4j.core.Issue
Returns the product name for this bug.
getPrompt() - Method in class b4j.core.session.GuiAuthorizationCallback
Returns the prompt text.
getProxy() - Method in class b4j.core.session.AbstractHttpSession
 
getProxy() - Method in class b4j.core.session.XmlRpcJiraSession
Returns the proxy.
getProxy() - Method in class b4j.core.session.XmlRpcSun15ProxyAuthTransportFactory
 
getProxyAuthorizationCallback() - Method in class b4j.core.session.AbstractHttpSession
 
getProxyAuthorizationCallback() - Method in class b4j.core.session.XmlRpcJiraSession
Returns the proxyAuthorizationCallback.
getProxyPassword() - Method in class b4j.core.session.XmlRpcSun15ProxyAuthTransport
 
getProxyPassword() - Method in class b4j.core.session.XmlRpcSun15ProxyAuthTransportFactory
 
getProxyUser() - Method in class b4j.core.session.XmlRpcSun15ProxyAuthTransport
 
getProxyUser() - Method in class b4j.core.session.XmlRpcSun15ProxyAuthTransportFactory
 
getQaContact() - Method in class b4j.core.DefaultIssue
Returns the QA contact.
getQaContact() - Method in interface b4j.core.Issue
Returns the QA contact.
getRelease(Issue) - Method in class b4j.report.ChangeLogReport
Maps the bug's last change date to a release.
getReleaseName() - Method in class b4j.report.DefaultRelease
Returns the release name.
getReleaseName() - Method in interface b4j.report.Release
Returns the release name.
getReleases() - Method in class b4j.report.DefaultReleaseProvider
Returns the releases from the XML configuration.
getReleases() - Method in interface b4j.report.ReleaseProvider
Returns all available releases.
getReleaseText(Release) - Method in class b4j.report.ChangeLogReport
Returns the text for a release to appear.
getReleaseTime() - Method in class b4j.report.DefaultRelease
Returns the time of the release.
getReleaseTime() - Method in interface b4j.report.Release
Returns the time of the release.
getRemainingTime() - Method in class b4j.core.DefaultIssue
Returns the remaining time in hours.
getRemainingTime() - Method in interface b4j.core.Issue
Returns the remaining time in hours.
getReporter() - Method in class b4j.core.DefaultIssue
Returns the reporter of this bug.
getReporter() - Method in interface b4j.core.Issue
Returns the reporter's ID of this bug.
getReporterName() - Method in class b4j.core.DefaultIssue
 
getReporterName() - Method in interface b4j.core.Issue
Returns the reporter's name of this bug.
getReporterTeam() - Method in class b4j.core.DefaultIssue
 
getReporterTeam() - Method in interface b4j.core.Issue
Returns the reporter's team of this bug.
getReports() - Method in class b4j.core.DefaultMetaInformation
Returns all report generators.
getReports() - Method in interface b4j.core.MetaInformation
Returns all report generators.
getRepPlatform() - Method in class b4j.core.DefaultIssue
Returns the reporter's platform.
getRepPlatform() - Method in interface b4j.core.Issue
Returns the reporter's platform.
getResolution() - Method in class b4j.core.DefaultIssue
Returns the resolution status of this bug.
getResolution() - Method in interface b4j.core.Issue
Returns the resolution status of this bug.
getSeverity() - Method in class b4j.core.DefaultIssue
Returns the severity for this bug.
getSeverity() - Method in interface b4j.core.Issue
Returns the severity for this bug.
getSeverity() - Method in class b4j.report.ManagementTrackingReport.SeverityStats
Returns the severity name.
getSeverityStats() - Method in class b4j.report.ManagementTrackingReport
Returns the severity statistics objects.
getSeverityWeekStats() - Method in class b4j.report.ManagementTrackingReport.WeekStats
Returns the severity statistics for this week.
getShortDescription() - Method in class b4j.core.DefaultIssue
Returns the summary of the nug.
getShortDescription() - Method in interface b4j.core.Issue
Returns the summary of the nug.
getSize() - Method in class b4j.core.session.jira.JiraXmlHandler
Returns the size of items returned.
getStartIndex() - Method in class b4j.core.session.jira.JiraXmlHandler
 
getStatus() - Method in class b4j.core.DefaultIssue
Returns the status of this bug.
getStatus() - Method in interface b4j.core.Issue
Returns the status of this bug.
getSubTemplate(String, String) - Static method in class b4j.util.Templating
Returns a sub template.
getTargetMilestone() - Method in class b4j.core.DefaultIssue
Returns the target milestone.
getTargetMilestone() - Method in interface b4j.core.Issue
Returns the target milestone.
getTeam(String) - Method in class b4j.core.session.XmlRpcJiraSession
Returns the team of the user.
getTemplate(String) - Static method in class b4j.util.Templating
Returns a template from a file.
getTemplate(File) - Static method in class b4j.util.Templating
Returns a template from a file.
getTheText() - Method in class b4j.core.DefaultIssue.DefaultLongDescription
Returns the actual text.
getTheText() - Method in interface b4j.core.LongDescription
Returns the actual text.
getTitle() - Method in class b4j.core.session.GuiAuthorizationCallback
Returns the popup title.
getTotal() - Method in class b4j.core.session.jira.JiraXmlHandler
 
getTotalCount() - Method in class b4j.report.AssigneeTrackingReport
Returns the overall count of bugs.
getTotalCount() - Method in class b4j.report.ManagementTrackingReport
Returns the overall count of bugs.
getTotalCount() - Method in class b4j.report.ManagementTrackingReport.SeverityStats
Returns the nuzmber of bugs for this severity.
getTotalCount() - Method in class b4j.report.ManagementTrackingReport.WeekStats
Returns the number of bugs opened in this week.
getTransport() - Method in class b4j.core.session.XmlRpcSun15ProxyAuthTransportFactory
 
getType() - Method in interface b4j.core.Attachment
Returns the type of the attachment.
getType() - Method in class b4j.core.DefaultIssue.DefaultAttachment
Returns the type of the attachment.
getType() - Method in class b4j.core.DefaultIssue
Returns the Bugzilla ID of the classification.
getType() - Method in interface b4j.core.Issue
Returns the type id.
getTypeName() - Method in class b4j.core.DefaultIssue
 
getTypeName() - Method in interface b4j.core.Issue
 
getUpdateAuthor() - Method in class b4j.core.DefaultIssue.DefaultLongDescription
Returns the author of the last update.
getUpdateAuthor() - Method in interface b4j.core.LongDescription
Returns the author of the last update.
getUrlEncodedString() - Method in class b4j.util.UrlParameters
Returns the URL encoded string of this parameters.
getUrlEncodedString(Map<String, List<String>>) - Static method in class b4j.util.UrlParameters
Returns the URL encoded string of the parameters.
getUserName(String) - Method in class b4j.core.session.XmlRpcJiraSession
Returns the name of the given user.
getVersion() - Method in class b4j.core.DefaultIssue
Returns the version of the product for this bug.
getVersion() - Method in interface b4j.core.Issue
Returns the version of the product for this bug.
getWeek(int) - Static method in class b4j.report.ManagementTrackingReport
Returns the week in year.
getWeek() - Method in class b4j.report.ManagementTrackingReport.WeekStats
Returns the week no.
getWeekStats() - Method in class b4j.report.ManagementTrackingReport
Returns the Week statistics objects.
getWhen() - Method in class b4j.core.DefaultIssue.DefaultLongDescription
Returns the time of creation of this entry.
getWhen() - Method in interface b4j.core.LongDescription
Returns the time of creation of this entry.
getWhiteboard() - Method in class b4j.core.DefaultIssue
Returns the whiteboard status.
getWhiteboard() - Method in interface b4j.core.Issue
Returns the whiteboard status.
getWho() - Method in class b4j.core.DefaultIssue.DefaultLongDescription
Returns the author of this text.
getWho() - Method in interface b4j.core.LongDescription
Returns the author of this text.
getYear(int) - Static method in class b4j.report.ManagementTrackingReport
Returns the year for the week ID.
GuiAuthorizationCallback - Class in b4j.core.session
Implements authorization information retrieval from pop-up dialog.
GuiAuthorizationCallback() - Constructor for class b4j.core.session.GuiAuthorizationCallback
Default Constructor.

H

hasNext() - Method in class b4j.core.session.HttpBugzillaSession.BugzillaBugIterator
Returns true while number of delivered bugs (calls to HttpBugzillaSession.BugzillaBugIterator.next() are less than number of bugs in request list.
hasNext() - Method in class b4j.core.session.HttpJiraSession.JiraIssueIterator
 
hasNext() - Method in class b4j.core.session.jira.JiraXmlHandler
Returns true when there are issues available.
hasNext() - Method in class b4j.core.session.XmlRpcJiraSession.JiraIteratorFromFilters
Returns true while number of delivered bugs (calls to XmlRpcJiraSession.JiraIteratorFromFilters.next() are less than number of bugs in request list.
hasNext() - Method in class b4j.core.session.XmlRpcJiraSession.JiraIteratorFromKeys
Returns true while number of delivered bugs (calls to XmlRpcJiraSession.JiraIteratorFromKeys.next() are less than number of bugs in request list.
hasParameter(String) - Method in class b4j.core.DefaultSearchData
Returns true when given parameter name exists.
hasParameter(String) - Method in interface b4j.core.SearchData
Returns true if parameter name is set.
HttpBugzillaSession - Class in b4j.core.session
Implements Bugzilla access via HTTP.
HttpBugzillaSession() - Constructor for class b4j.core.session.HttpBugzillaSession
Default constructor.
HttpBugzillaSession.BugzillaBugIterator - Class in b4j.core.session
Implementation of a bug iterator.
HttpBugzillaSession.BugzillaBugIterator(List<String>) - Constructor for class b4j.core.session.HttpBugzillaSession.BugzillaBugIterator
Default constructor.
HttpBugzillaSession.XmlParser - Class in b4j.core.session
Does the actual meat by parsing the XML response.
HttpBugzillaSession.XmlParser(InputStream, HttpBugzillaSession.BugzillaBugIterator) - Constructor for class b4j.core.session.HttpBugzillaSession.XmlParser
Constructor.
HttpJiraSession - Class in b4j.core.session
 
HttpJiraSession() - Constructor for class b4j.core.session.HttpJiraSession
 
HttpJiraSession.JiraIssueIterator - Class in b4j.core.session
The iterator class returned.
HttpJiraSession.JiraIssueIterator(JiraXmlHandler) - Constructor for class b4j.core.session.HttpJiraSession.JiraIssueIterator
 

I

init(Configuration) - Method in class b4j.report.AbstractEmailReport
Configures the file report.
init(Configuration) - Method in class b4j.report.AbstractFileReport
Configures the file report.
init(Configuration) - Method in class b4j.report.AbstractReportGenerator
Configures the file report.
init(Configuration) - Method in class b4j.report.AssigneeTrackingReport
Configures the report.
init(Configuration) - Method in interface b4j.report.BugzillaReportGenerator
Configures the report.
init(Configuration) - Method in class b4j.report.ChangeLogReport
Reads the configuration for the ChangeLog.
init(Configuration) - Method in class b4j.report.DetailedBugReport
Reads the configuration for the Bug Report.
init(Configuration) - Method in class b4j.report.ManagementTrackingReport
Configures the report.
isCancelled() - Method in class b4j.core.DefaultIssue
 
isCancelled() - Method in interface b4j.core.Issue
Tells whether this bug can be regarded as cancelled.
isCclistAccessible() - Method in class b4j.core.DefaultIssue
 
isCclistAccessible() - Method in interface b4j.core.Issue
 
isClosed() - Method in class b4j.core.DefaultIssue
Returns whether this bug can be regarded as closed.
isClosed() - Method in interface b4j.core.Issue
Tells whether this bug can be regarded as closed.
isCloseSessionWhenDone() - Method in class b4j.GenerateReports
Returns whether the generator will close the Bugzilla session after all reports were generated.
isCompatibleVersion(String, String, String) - Static method in class b4j.util.BugzillaUtils
Returns true if version is in range of minVersion and maxVersion.
isDuplicate() - Method in class b4j.core.DefaultIssue
 
isDuplicate() - Method in interface b4j.core.Issue
Tells whether this bug is a duplicate.
isEverConfirmed() - Method in class b4j.core.DefaultIssue
 
isEverConfirmed() - Method in interface b4j.core.Issue
 
isHiddenBug(Issue) - Method in class b4j.core.session.XmlRpcJiraSession.JiraIteratorFromFilters
 
isInProgress() - Method in class b4j.core.DefaultIssue
Returns whether a bug must be regarded as in progress.
isInProgress() - Method in interface b4j.core.Issue
Tells whether this bug can be regarded as progressing.
isInward() - Method in class b4j.core.DefaultIssue.DefaultLink
 
isInward() - Method in interface b4j.core.IssueLink
 
isJava6() - Static method in class b4j.util.BugzillaUtils
Returns true when the runtime is Java 6.
isLoggedIn() - Method in class b4j.core.session.AbstractHttpSession
Returns true when session is connected to Bugzilla.
isLoggedIn() - Method in interface b4j.core.Session
Returns true when session is connected to Bugzilla.
isLoggedIn() - Method in class b4j.core.session.MySQLBugzillaSession
Returns true when session is connected to Bugzilla.
isLoggedIn() - Method in class b4j.core.session.XmlRpcJiraSession
Returns true if connection to JIRA was established.
isOpen() - Method in class b4j.core.DefaultIssue
Returns whether a bug must be regarded as still open.
isOpen() - Method in interface b4j.core.Issue
Tells whether a bug must be regarded as still open.
isReporterAccessible() - Method in class b4j.core.DefaultIssue
 
isReporterAccessible() - Method in interface b4j.core.Issue
 
isResolved() - Method in class b4j.core.DefaultIssue
Returns whether this bug can be regarded as closed.
isResolved() - Method in interface b4j.core.Issue
Tells whether this bug can be regarded as resolved.
Issue - Interface in b4j.core
Interface representing a Bugzilla bug record.
IssueLink - Interface in b4j.core
 

J

JIRA_FILTER - Static variable in class b4j.core.session.HttpJiraSession
 
JIRA_ISSUE - Static variable in class b4j.core.session.HttpJiraSession
 
JIRA_LOGIN - Static variable in class b4j.core.session.HttpJiraSession
 
JIRA_LOGOUT - Static variable in class b4j.core.session.HttpJiraSession
 
JIRA_MY_ISSUES - Static variable in class b4j.core.session.HttpJiraSession
 
JIRA_SEARCH - Static variable in class b4j.core.session.HttpJiraSession
 
JiraXmlHandler - Class in b4j.core.session.jira
 
JiraXmlHandler(AbstractAuthorizedSession) - Constructor for class b4j.core.session.jira.JiraXmlHandler
Default Constructor
JiraXmlHandler.ParsingThread - Class in b4j.core.session.jira
 
JiraXmlHandler.ParsingThread(HttpURLConnection) - Constructor for class b4j.core.session.jira.JiraXmlHandler.ParsingThread
 
join(String, String[]) - Static method in class b4j.util.BugzillaUtils
Makes a join of a string array.

L

LINK_CHILD - Static variable in interface b4j.core.IssueLink
 
LINK_DEPENDENCY_OF - Static variable in interface b4j.core.IssueLink
 
LINK_DEPENDS_ON - Static variable in interface b4j.core.IssueLink
 
LINK_DUPLICATE - Static variable in interface b4j.core.IssueLink
 
LINK_NAME_CHILD - Static variable in interface b4j.core.IssueLink
 
LINK_NAME_DEPENDENCY_OF - Static variable in interface b4j.core.IssueLink
 
LINK_NAME_DEPENDS_ON - Static variable in interface b4j.core.IssueLink
 
LINK_NAME_DUPLICATE - Static variable in interface b4j.core.IssueLink
 
LINK_NAME_UNSPECIFIED - Static variable in interface b4j.core.IssueLink
 
LINK_UNSPECIFIED - Static variable in interface b4j.core.IssueLink
 
load(InputStream) - Static method in class b4j.util.FileFinder
Loads a file.
loadReleases(File) - Method in class b4j.report.AbstractFileReleaseProvider
Loads the releases.
loadReleases(File) - Method in class b4j.report.TextFileReleaseProvider
Loads the text file.
loadReleases(File) - Method in class b4j.report.XmlFileReleaseProvider
Loads the XML file.
LogReport - Class in b4j.report
 
LogReport() - Constructor for class b4j.report.LogReport
 
LongDescription - Interface in b4j.core
Interface for a long description entry within a bug record.

M

main(String[]) - Static method in class b4j.GenerateReports
Starts the generator from command line.
ManagementTrackingReport - Class in b4j.report
Creates a tracking report for management purposes.
ManagementTrackingReport() - Constructor for class b4j.report.ManagementTrackingReport
Default constructor.
ManagementTrackingReport.SeverityStats - Class in b4j.report
This class implements statistics logic based on severities.
ManagementTrackingReport.SeverityStats(String) - Constructor for class b4j.report.ManagementTrackingReport.SeverityStats
Default constructor.
ManagementTrackingReport.WeekStats - Class in b4j.report
Object for collecting statistics based on a week.
ManagementTrackingReport.WeekStats(int) - Constructor for class b4j.report.ManagementTrackingReport.WeekStats
Constructor.
MetaInformation - Interface in b4j.core
Interface for delivering meta information in order to create reports.
MySQLBugzillaSession - Class in b4j.core.session
Implements Bugzilla session via direct MySQL Connection.
MySQLBugzillaSession() - Constructor for class b4j.core.session.MySQLBugzillaSession
Default constructor.

N

newURLConnection(URL) - Method in class b4j.core.session.XmlRpcSun15ProxyAuthTransport
 
next() - Method in class b4j.core.session.HttpBugzillaSession.BugzillaBugIterator
Delivers the next bug.
next() - Method in class b4j.core.session.HttpJiraSession.JiraIssueIterator
 
next() - Method in class b4j.core.session.jira.JiraXmlHandler
Delivers the next issue.
next() - Method in class b4j.core.session.XmlRpcJiraSession.JiraIteratorFromFilters
Delivers the next bug.
next() - Method in class b4j.core.session.XmlRpcJiraSession.JiraIteratorFromKeys
Delivers the next bug.

O

open() - Method in class b4j.core.session.HttpBugzillaSession
Opens the session with configured Bugzilla instance.
open() - Method in class b4j.core.session.HttpJiraSession
Opens the HTTP Session.
open() - Method in class b4j.core.session.MySQLBugzillaSession
Opens the session with configured Bugzilla instance.
open() - Method in interface b4j.core.Session
Opens the session with configured Bugzilla instance.
open() - Method in class b4j.core.session.XmlRpcJiraSession
Opens the JIRA session (login).

P

PAGES - Static variable in class b4j.core.session.HttpBugzillaSession
The URL paths to the Bugzilla pages
parseBoolean(String) - Method in class b4j.core.session.HttpBugzillaSession.XmlParser
Parses a boolean for Bugzilla XML.
parseDate(String) - Method in class b4j.core.session.jira.JiraXmlHandler
 
parseDate(String) - Static method in class b4j.util.BugzillaUtils
Parses the date by trying various formats.
prepareReport() - Method in class b4j.report.AbstractReportGenerator
Prepares a new report.
prepareReport() - Method in class b4j.report.AssigneeTrackingReport
Prepares the report.
prepareReport() - Method in interface b4j.report.BugzillaReportGenerator
Prepares a new report.
prepareReport() - Method in class b4j.report.DetailedBugReport
Just opens the report by sending the report prefix.
prepareReport() - Method in class b4j.report.LogReport
 
prepareReport() - Method in class b4j.report.ManagementTrackingReport
Prepares the report.
PropertiesFileAuthorizationCallback - Class in b4j.core.session
Implements authorization information retrieval from a properties file.
PropertiesFileAuthorizationCallback() - Constructor for class b4j.core.session.PropertiesFileAuthorizationCallback
Default Constructor.

R

read(File) - Method in class b4j.core.DefaultMetaInformation
Reads the XML configuration file.
read(Reader) - Method in class b4j.core.DefaultMetaInformation
Reads and parses the XML configuration file from a stream reader.
registerBug(Issue) - Method in class b4j.report.AssigneeTrackingReport
Registers a bug for the report.
registerBug(Issue) - Method in interface b4j.report.BugzillaReportGenerator
Registers a bug for the report.
registerBug(Issue) - Method in class b4j.report.ChangeLogReport
Registers a bug for the report.
registerBug(Issue) - Method in class b4j.report.DetailedBugReport
Registers a bug for the report.
registerBug(Issue) - Method in class b4j.report.LogReport
 
registerBug(Issue) - Method in class b4j.report.ManagementTrackingReport
Registers a bug for the report.
registerBug(Issue) - Method in class b4j.report.ManagementTrackingReport.SeverityStats
Registers the bug.
registerBug(Issue) - Method in class b4j.report.ManagementTrackingReport.WeekStats
Registers the bug.
registerTeamMember(String, String) - Method in class b4j.core.session.XmlRpcJiraSession
Registers a member for a team.
Release - Interface in b4j.report
Provides information about a specific release.
releaseExists(Release) - Method in class b4j.report.DefaultReleaseProvider
Tells whether the given release exists.
ReleaseProvider - Interface in b4j.report
Provides information about software releases.
remove() - Method in class b4j.core.session.HttpBugzillaSession.BugzillaBugIterator
Always throws an exception.
remove() - Method in class b4j.core.session.HttpJiraSession.JiraIssueIterator
Not supported.
remove() - Method in class b4j.core.session.XmlRpcJiraSession.JiraIteratorFromFilters
 
remove() - Method in class b4j.core.session.XmlRpcJiraSession.JiraIteratorFromKeys
 
removeAllCc(Collection<?>) - Method in class b4j.core.DefaultIssue
Removes all given CCs from this bug.
removeAllCc(Collection<?>) - Method in interface b4j.core.Issue
Removes all given CCs from this bug.
removeAllReports(Collection<?>) - Method in class b4j.core.DefaultMetaInformation
Removes all generators listed in argument.
removeAttachment(Attachment) - Method in class b4j.core.DefaultIssue.DefaultLongDescription
Removes an attachment.
removeAttachment(Attachment) - Method in class b4j.core.DefaultIssue
Removes an attachment.
removeAttachment(Attachment) - Method in interface b4j.core.Issue
Removes an attachment.
removeAttachment(Attachment) - Method in interface b4j.core.LongDescription
Removes an attachment.
removeCc(Object) - Method in class b4j.core.DefaultIssue
Removes a CC.
removeCc(Object) - Method in interface b4j.core.Issue
Removes a CC.
removeCustomField(String, String) - Method in class b4j.core.DefaultIssue
Removes a value from a custom field.
removeCustomField(String, String) - Method in interface b4j.core.Issue
Removes a value from a custom field.
removeLongDescription(LongDescription) - Method in class b4j.core.DefaultIssue
Removes a specific long description record.
removeLongDescription(LongDescription) - Method in interface b4j.core.Issue
Removes a specific long description record.
removeParameter(String) - Method in class b4j.core.DefaultIssue
Removes all values of a custom field.
removeParameter(String) - Method in interface b4j.core.Issue
Removes all values of a custom field.
removeParameter(String, String) - Method in class b4j.util.UrlParameters
Removes a value from a parameter.
removeParameter(String) - Method in class b4j.util.UrlParameters
Removes a parameter.
removeRelease(Release) - Method in class b4j.report.DefaultReleaseProvider
Removes a certain release from the list.
removeReport(BugzillaReportGenerator) - Method in class b4j.core.DefaultMetaInformation
Removes a report generator.
replace(String, String, Object) - Static method in class b4j.util.Templating
Replaces a simple marker by its value.
replace(String, Map<String, Object>) - Static method in class b4j.util.Templating
Replaces multiple simple tag markers.
requestIssue(String) - Method in class b4j.core.session.XmlRpcJiraSession
Retrieves a specific JIRA issue
retrieveComments(Issue) - Method in class b4j.core.session.XmlRpcJiraSession
Retrieves the comments of given issue and add them as long descriptions.
retrieveCookies(URLConnection) - Method in class b4j.core.session.AbstractHttpSession
Retrieves and saves the cookies from the URL connection.
retrieveIssueTypes() - Method in class b4j.core.session.XmlRpcJiraSession
Retrieves all Issue Types.
retrievePriorities() - Method in class b4j.core.session.XmlRpcJiraSession
Retrieves all priorities.
retrieveResolutions() - Method in class b4j.core.session.XmlRpcJiraSession
Retrieves all resolutions.
retrieveStatuses() - Method in class b4j.core.session.XmlRpcJiraSession
Retrieves all statuses.
run() - Method in class b4j.core.session.HttpBugzillaSession.XmlParser
Runs the extraction.
run() - Method in class b4j.core.session.jira.JiraXmlHandler.ParsingThread
 
run() - Method in class b4j.GenerateReports
Actually runs the report.

S

searchBugs(SearchData, SearchResultCountCallback) - Method in class b4j.core.session.HttpBugzillaSession
Performs a search for Bugzilla bugs.
searchBugs(SearchData, SearchResultCountCallback) - Method in class b4j.core.session.HttpJiraSession
 
searchBugs(SearchData, SearchResultCountCallback) - Method in class b4j.core.session.MySQLBugzillaSession
Performs a search for Bugzilla bugs.
searchBugs(SearchData, SearchResultCountCallback) - Method in interface b4j.core.Session
Performs a search for Bugzilla bugs.
searchBugs(SearchData, SearchResultCountCallback) - Method in class b4j.core.session.XmlRpcJiraSession
Searches for JIRA issues.
SearchData - Interface in b4j.core
Defines search parameters that a Session object can use to query bugs.
SearchResultCountCallback - Interface in b4j.core
Used as callback to report the number of found bugs in a search result.
sendEmail(InternetAddress, String) - Method in class b4j.report.AbstractEmailReport
 
sendEmail(InternetAddress, String, String) - Method in class b4j.report.AbstractEmailReport
 
Session - Interface in b4j.core
Represents a Bugzilla session.
setActualTime(double) - Method in class b4j.core.DefaultIssue
Sets the actual time in hours.
setActualTime(double) - Method in interface b4j.core.Issue
Sets the actual time in hours.
setAlias(String) - Method in class b4j.core.DefaultIssue
Sets the alias name of this bug.
setAlias(String) - Method in interface b4j.core.Issue
Sets the alias name of this bug.
setAssignee(String) - Method in class b4j.core.DefaultIssue
 
setAssignee(String) - Method in interface b4j.core.Issue
Sets the assignee's ID for this bug.
setAssigneeName(String) - Method in class b4j.core.DefaultIssue
 
setAssigneeName(String) - Method in interface b4j.core.Issue
Sets the assignee's name for this bug.
setAssigneeTeam(String) - Method in class b4j.core.DefaultIssue
 
setAssigneeTeam(String) - Method in interface b4j.core.Issue
Sets the assignee's team for this bug.
setAuthorizationCallback(AuthorizationCallback) - Method in class b4j.core.session.AbstractAuthorizedSession
Sets the authorizationCallback.
setBaseUrl(URL) - Method in class b4j.core.session.AbstractHttpSession
 
setBaseUrl(URL) - Method in class b4j.core.session.XmlRpcJiraSession
Sets the baseUrl.
setBlocked(long) - Method in class b4j.core.DefaultIssue
 
setBlocked(long) - Method in interface b4j.core.Issue
 
setBugzillaBugClass(Class<?>) - Method in class b4j.core.session.AbstractAuthorizedSession
Sets the bugzillaBugClass.
setBugzillaSession(Session) - Method in class b4j.report.AbstractReportGenerator
Sets the current Session object used.
setBugzillaSession(Session) - Method in interface b4j.report.BugzillaReportGenerator
Sets the current Session object used.
setBugzillaUri(String) - Method in class b4j.core.DefaultIssue
Sets the Bugzilla instance URI
setBugzillaUri(String) - Method in interface b4j.core.Issue
Sets the Bugzilla instance URI
setBugzillaVersion(String) - Method in class b4j.core.DefaultIssue
Sets the Bugzilla version.
setBugzillaVersion(String) - Method in interface b4j.core.Issue
Sets the Bugzilla version.
setBugzillaVersion(String) - Method in class b4j.core.session.AbstractHttpSession
Sets the Bugzilla version connected to.
setCclistAccessible(boolean) - Method in class b4j.core.DefaultIssue
 
setCclistAccessible(boolean) - Method in interface b4j.core.Issue
 
setClassification(String) - Method in class b4j.core.DefaultIssue
Sets the classification name for this bug.
setClassification(String) - Method in interface b4j.core.Issue
Sets the classification name for this bug.
setCloseSessionWhenDone(boolean) - Method in class b4j.GenerateReports
Controls whether Bugzilla session will be closed after all reports were created.
setComponent(String) - Method in class b4j.core.DefaultIssue
Sets the component name for this bug.
setComponent(String) - Method in interface b4j.core.Issue
Sets the component name for this bug.
setCreationTimestamp(Date) - Method in class b4j.core.DefaultIssue
Sets the time of bug creation.
setCreationTimestamp(Date) - Method in interface b4j.core.Issue
Sets the time of bug creation.
setCustomField(String, String) - Method in class b4j.core.DefaultIssue
Adds a custom field value.
setCustomField(String, String) - Method in interface b4j.core.Issue
Adds a custom field value.
setDate(Date) - Method in interface b4j.core.Attachment
Sets the date of the attachment.
setDate(Date) - Method in class b4j.core.DefaultIssue.DefaultAttachment
Sets the date of the attachment.
setDeadline(Date) - Method in class b4j.core.DefaultIssue
Sets the dealine time.
setDeadline(Date) - Method in interface b4j.core.Issue
Sets the dealine time.
setDeltaTimestamp(Date) - Method in class b4j.core.DefaultIssue
Sets the timestamp of last change.
setDeltaTimestamp(Date) - Method in interface b4j.core.Issue
Sets the timestamp of last change.
setDescription(String) - Method in interface b4j.core.Attachment
Sets the description of the attachment.
setDescription(String) - Method in class b4j.core.DefaultIssue.DefaultAttachment
Sets the description of the attachment.
setEstimatedTime(double) - Method in class b4j.core.DefaultIssue
Sets the estimated time in hours.
setEstimatedTime(double) - Method in interface b4j.core.Issue
Sets the estimated time in hours.
setEverConfirmed(boolean) - Method in class b4j.core.DefaultIssue
 
setEverConfirmed(boolean) - Method in interface b4j.core.Issue
 
setFields(Issue, HashMap<String, Object>) - Method in class b4j.core.session.XmlRpcJiraSession
Sets all fields in Issue according to map retrieved by JIRA's XML-RPC interface.
setFileLocation(String) - Method in class b4j.core.DefaultIssue
Sets the file location information.
setFileLocation(String) - Method in interface b4j.core.Issue
Sets the file location information.
setFilename(String) - Method in interface b4j.core.Attachment
Sets the filename.
setFilename(String) - Method in class b4j.core.DefaultIssue.DefaultAttachment
Sets the filename.
setId(long) - Method in interface b4j.core.Attachment
Sets the ID of the attachment.
setId(long) - Method in class b4j.core.DefaultIssue.DefaultAttachment
Sets the ID of the attachment.
setId(String) - Method in class b4j.core.DefaultIssue.DefaultLongDescription
Sets the description ID
setId(String) - Method in class b4j.core.DefaultIssue
Sets the Bugzilla bug ID
setId(String) - Method in interface b4j.core.Issue
Sets the Bugzilla bug ID
setId(String) - Method in interface b4j.core.LongDescription
Sets the description ID
setInward(boolean) - Method in class b4j.core.DefaultIssue.DefaultLink
 
setInward(boolean) - Method in interface b4j.core.IssueLink
 
setIssueId(String) - Method in class b4j.core.DefaultIssue.DefaultLink
 
setIssueId(String) - Method in interface b4j.core.IssueLink
 
setIssueType(Issue, Map<String, String>) - Static method in class b4j.core.session.XmlRpcJiraSession
Sets the issue type's name for the issue.
setLastUpdate(Date) - Method in class b4j.core.DefaultIssue.DefaultLongDescription
Sets the date of last update.
setLastUpdate(Date) - Method in interface b4j.core.LongDescription
Sets the date of last update.
setLink(String) - Method in class b4j.core.DefaultIssue
 
setLink(String) - Method in interface b4j.core.Issue
Sets the link for this bug.
setLinkType(int) - Method in class b4j.core.DefaultIssue.DefaultLink
 
setLinkType(int) - Method in interface b4j.core.IssueLink
 
setLinkTypeDescription(String) - Method in class b4j.core.DefaultIssue.DefaultLink
 
setLinkTypeDescription(String) - Method in interface b4j.core.IssueLink
 
setLinkTypeName(String) - Method in class b4j.core.DefaultIssue.DefaultLink
 
setLinkTypeName(String) - Method in interface b4j.core.IssueLink
 
setLoggedIn(boolean) - Method in class b4j.core.session.AbstractHttpSession
Sets the login status.
setLoggedIn(boolean) - Method in class b4j.core.session.XmlRpcJiraSession
Sets the login status.
setLoginLabel(String) - Method in class b4j.core.session.GuiAuthorizationCallback
Sets a text for the login label.
setLoginPrompt(String) - Method in class b4j.core.session.CommandLineAuthorizationCallback
Sets a text for the login prompt.
setMetaInformation(MetaInformation) - Method in class b4j.GenerateReports
Sets the meta information object that this generator shall use.
setName(String) - Method in class b4j.core.session.AbstractAuthorizationCallback
Sets the login name.
setOpSys(String) - Method in class b4j.core.DefaultIssue
Sets the operating system for this bug.
setOpSys(String) - Method in interface b4j.core.Issue
Sets the operating system for this bug.
setParameter(String, String) - Method in class b4j.util.UrlParameters
Sets a specific parameter.
setParentId(String) - Method in class b4j.core.DefaultIssue
 
setParentId(String) - Method in interface b4j.core.Issue
 
setPassword(String) - Method in class b4j.core.session.AbstractAuthorizationCallback
Sets the password.
setPasswordLabel(String) - Method in class b4j.core.session.GuiAuthorizationCallback
Sets a text for the password label.
setPasswordPrompt(String) - Method in class b4j.core.session.CommandLineAuthorizationCallback
Sets a text for the password prompt.
setPriority(String) - Method in class b4j.core.DefaultIssue
Sets the priority for this bug.
setPriority(String) - Method in interface b4j.core.Issue
Sets the priority for this bug.
setPriority(Issue, Map<String, String>) - Static method in class b4j.core.session.XmlRpcJiraSession
Sets the priority's name for the issue.
setProduct(String) - Method in class b4j.core.DefaultIssue
Sets the product name for this bug.
setProduct(String) - Method in interface b4j.core.Issue
Sets the product name for this bug.
setPrompt(String) - Method in class b4j.core.session.GuiAuthorizationCallback
Sets a text for the prompt.
setProxy(Proxy) - Method in class b4j.core.session.AbstractHttpSession
 
setProxy(Proxy) - Method in class b4j.core.session.XmlRpcJiraSession
Sets the proxy.
setProxy(Proxy) - Method in class b4j.core.session.XmlRpcSun15ProxyAuthTransportFactory
Sets the proxy to use.
setProxyAuthorization(String, String) - Method in class b4j.core.session.XmlRpcSun15ProxyAuthTransport
 
setProxyAuthorization(String, String) - Method in class b4j.core.session.XmlRpcSun15ProxyAuthTransportFactory
 
setProxyAuthorizationCallback(AuthorizationCallback) - Method in class b4j.core.session.AbstractHttpSession
 
setProxyAuthorizationCallback(AuthorizationCallback) - Method in class b4j.core.session.XmlRpcJiraSession
Sets the proxyAuthorizationCallback.
setQaContact(String) - Method in class b4j.core.DefaultIssue
Sets the QA contact.
setQaContact(String) - Method in interface b4j.core.Issue
Sets the QA contact.
setReleaseName(String) - Method in class b4j.report.DefaultRelease
Sets the release name.
setReleaseTime(Date) - Method in class b4j.report.DefaultRelease
Sets the time of the release.
setRemainingTime(double) - Method in class b4j.core.DefaultIssue
Sets the remaining time in hours.
setRemainingTime(double) - Method in interface b4j.core.Issue
Sets the remaining time in hours.
setReporter(String) - Method in class b4j.core.DefaultIssue
Sets the reporter of this bug.
setReporter(String) - Method in interface b4j.core.Issue
Sets the reporter's ID of this bug.
setReporterAccessible(boolean) - Method in class b4j.core.DefaultIssue
 
setReporterAccessible(boolean) - Method in interface b4j.core.Issue
 
setReporterName(String) - Method in class b4j.core.DefaultIssue
 
setReporterName(String) - Method in interface b4j.core.Issue
Sets the reporter's name of this bug.
setReporterTeam(String) - Method in class b4j.core.DefaultIssue
 
setReporterTeam(String) - Method in interface b4j.core.Issue
Sets the reporter's team of this bug.
setRepPlatform(String) - Method in class b4j.core.DefaultIssue
Sets the reporter's platform.
setRepPlatform(String) - Method in interface b4j.core.Issue
Sets the reporter's platform.
setResolution(String) - Method in class b4j.core.DefaultIssue
Sets the resolution status.
setResolution(String) - Method in interface b4j.core.Issue
Sets the resolution status.
setResolution(Issue, Map<String, String>) - Static method in class b4j.core.session.XmlRpcJiraSession
Sets the resolution's name for the issue.
setResultCount(int) - Method in interface b4j.core.SearchResultCountCallback
Sets the number of found search results.
setSearchData(SearchData) - Method in class b4j.core.DefaultMetaInformation
Sets the search parameter object.
setSeverity(String) - Method in class b4j.core.DefaultIssue
Sets the severity for this bug.
setSeverity(String) - Method in interface b4j.core.Issue
Sets the severity for this bug.
setShortDescription(String) - Method in class b4j.core.DefaultIssue
Sets the summary or short description of this bug.
setShortDescription(String) - Method in interface b4j.core.Issue
Sets the summary or short description of this bug.
setStatus(String) - Method in class b4j.core.DefaultIssue
Sets the status of this bug.
setStatus(String) - Method in interface b4j.core.Issue
Sets the status of this bug.
setStatus(Issue, Map<String, String>) - Static method in class b4j.core.session.XmlRpcJiraSession
Sets the status's name for the issue.
setTargetMilestone(String) - Method in class b4j.core.DefaultIssue
Sets the target milestone.
setTargetMilestone(String) - Method in interface b4j.core.Issue
Sets the target milestone.
setTheText(String) - Method in class b4j.core.DefaultIssue.DefaultLongDescription
Sets the text of the description.
setTheText(String) - Method in interface b4j.core.LongDescription
Sets the text of the description.
setTitle(String) - Method in class b4j.core.session.GuiAuthorizationCallback
Sets a text for the popup title.
setType(String) - Method in interface b4j.core.Attachment
Sets the type of the attachment.
setType(String) - Method in class b4j.core.DefaultIssue.DefaultAttachment
Sets the type of the attachment.
setType(long) - Method in class b4j.core.DefaultIssue
Sets the ID of the classification.
setType(long) - Method in interface b4j.core.Issue
Sets the ID of the type.
setTypeName(String) - Method in class b4j.core.DefaultIssue
 
setTypeName(String) - Method in interface b4j.core.Issue
 
setUpdateAuthor(String) - Method in class b4j.core.DefaultIssue.DefaultLongDescription
Sets the last update's author.
setUpdateAuthor(String) - Method in interface b4j.core.LongDescription
Sets the last update's author.
setVersion(String) - Method in class b4j.core.DefaultIssue
Sets the product version for this bug.
setVersion(String) - Method in interface b4j.core.Issue
Sets the product version for this bug.
setWhen(Date) - Method in class b4j.core.DefaultIssue.DefaultLongDescription
Sets the time of creation.
setWhen(Date) - Method in interface b4j.core.LongDescription
Sets the time of creation.
setWhiteboard(String) - Method in class b4j.core.DefaultIssue
Sets the whiteboard status for this bug.
setWhiteboard(String) - Method in interface b4j.core.Issue
Sets the whiteboard status for this bug.
setWho(String) - Method in class b4j.core.DefaultIssue.DefaultLongDescription
Sets the author of this text
setWho(String) - Method in interface b4j.core.LongDescription
Sets the author of this text
SEVERITIES - Static variable in class b4j.core.DefaultIssue
The standard severities used in Bugzilla.
showPopup() - Method in class b4j.core.session.GuiAuthorizationCallback
Shows the popup and asks for credentials.
SimpleAuthorizationCallback - Class in b4j.core.session
A simple authorization callback to be used within programming.
SimpleAuthorizationCallback() - Constructor for class b4j.core.session.SimpleAuthorizationCallback
Default Constructor.
SimpleAuthorizationCallback(String, String) - Constructor for class b4j.core.session.SimpleAuthorizationCallback
Constructor.
startDocument() - Method in class b4j.core.session.HttpBugzillaSession.XmlParser
 
startDocument() - Method in class b4j.core.session.jira.JiraXmlHandler
 
startElement(String, String, String, Attributes) - Method in class b4j.core.session.HttpBugzillaSession.XmlParser
 
startElement(String, String, String, Attributes) - Method in class b4j.core.session.jira.JiraXmlHandler
 
startParsing(HttpURLConnection) - Method in class b4j.core.session.jira.JiraXmlHandler
 
startXmlParser() - Method in class b4j.core.session.HttpBugzillaSession.BugzillaBugIterator
Starts the writer's thread.

T

Templating - Class in b4j.util
Implements templating methods similar to Typo3.
Templating() - Constructor for class b4j.util.Templating
 
test() - Method in class b4j.core.session.XmlRpcJiraSession
A test function.
TextFileAuthorizationCallback - Class in b4j.core.session
Implements authorization information retrieval from a plain text file.
TextFileAuthorizationCallback() - Constructor for class b4j.core.session.TextFileAuthorizationCallback
Default Constructor.
TextFileReleaseProvider - Class in b4j.report
Loads release information from a text file.
TextFileReleaseProvider() - Constructor for class b4j.report.TextFileReleaseProvider
Default constructor.
toString() - Method in class b4j.core.DefaultIssue
 
toString() - Method in class b4j.report.DefaultRelease
Returns the name.

U

UnsupportedVersionException - Exception in b4j.core
Reports an incompatibility between versions.
UnsupportedVersionException() - Constructor for exception b4j.core.UnsupportedVersionException
Default constructor
UnsupportedVersionException(String) - Constructor for exception b4j.core.UnsupportedVersionException
Constructor.
UnsupportedVersionException(Throwable) - Constructor for exception b4j.core.UnsupportedVersionException
Cosntructor.
UnsupportedVersionException(String, Throwable) - Constructor for exception b4j.core.UnsupportedVersionException
Cosntructor.
UrlParameters - Class in b4j.util
Collects information about URL parameters.
UrlParameters() - Constructor for class b4j.util.UrlParameters
Default constructor.

X

XmlFileAuthorizationCallback - Class in b4j.core.session
Implements authorization information retrieval from a XML file.
XmlFileAuthorizationCallback() - Constructor for class b4j.core.session.XmlFileAuthorizationCallback
Default Constructor.
XmlFileReleaseProvider - Class in b4j.report
Loads release information from a XML file.
XmlFileReleaseProvider() - Constructor for class b4j.report.XmlFileReleaseProvider
Default constructor.
XmlRpcJiraSession - Class in b4j.core.session
Provides access to JIRA issues.
XmlRpcJiraSession() - Constructor for class b4j.core.session.XmlRpcJiraSession
Default constructor
XmlRpcJiraSession.JiraIteratorFromFilters - Class in b4j.core.session
 
XmlRpcJiraSession.JiraIteratorFromFilters(List<String>, SearchData) - Constructor for class b4j.core.session.XmlRpcJiraSession.JiraIteratorFromFilters
Default constructor.
XmlRpcJiraSession.JiraIteratorFromKeys - Class in b4j.core.session
 
XmlRpcJiraSession.JiraIteratorFromKeys(List<String>) - Constructor for class b4j.core.session.XmlRpcJiraSession.JiraIteratorFromKeys
Default constructor.
XmlRpcSun15ProxyAuthTransport - Class in b4j.core.session
A transport class for setting proxy authorization.
XmlRpcSun15ProxyAuthTransport(XmlRpcClient) - Constructor for class b4j.core.session.XmlRpcSun15ProxyAuthTransport
 
XmlRpcSun15ProxyAuthTransportFactory - Class in b4j.core.session
Factory for proxy authorization transports.
XmlRpcSun15ProxyAuthTransportFactory(XmlRpcClient) - Constructor for class b4j.core.session.XmlRpcSun15ProxyAuthTransportFactory
 
A B C D E F G H I J L M N O P R S T U X 

Copyright © 2012. All Rights Reserved.