protected class HttpBugzillaSession.BugzillaBugIterator extends Object implements Iterator<Issue>
next() will spawn
the writer thread that actually retrieves bug data from Bugzilla.| Constructor and Description |
|---|
HttpBugzillaSession.BugzillaBugIterator(List<String> bugList)
Default constructor.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
addBug(Issue bug)
Adds a new bug to the list of available bugs.
|
boolean |
hasNext()
Returns true while number of delivered bugs (calls
to
next() are less than number of bugs in
request list. |
Issue |
next()
Delivers the next bug.
|
void |
remove()
Always throws an exception.
|
protected void |
startXmlParser()
Starts the writer's thread.
|
public boolean hasNext()
next() are less than number of bugs in
request list.public Issue next()
protected void addBug(Issue bug)
bug - - bug to add to queuepublic void remove()
protected void startXmlParser()
Copyright © 2012. All Rights Reserved.