| 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.
|
| 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 |
|---|---|
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) |
Copyright © 2012. All Rights Reserved.