| 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.util |
Provides common classes and utilities.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultSearchData
Default implementation of SearchData.
|
| Modifier and Type | Method and Description |
|---|---|
SearchData |
MetaInformation.getBugzillaSearchData()
Returns the search data.
|
SearchData |
DefaultMetaInformation.getBugzillaSearchData()
Returns the search data.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<Issue> |
Session.searchBugs(SearchData searchData,
SearchResultCountCallback callback)
Performs a search for Bugzilla bugs.
|
void |
DefaultMetaInformation.setSearchData(SearchData searchData)
Sets the search parameter object.
|
| 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) |
| Constructor and Description |
|---|
XmlRpcJiraSession.JiraIteratorFromFilters(List<String> filterList,
SearchData searchData)
Default constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static UrlParameters |
UrlParameters.createUrlParameters(SearchData searchData)
Creates URL parameters out of the Bugzilla search data.
|
Copyright © 2012. All Rights Reserved.