java.lang.Object | |
↳ | com.atlassian.jira.issue.util.DatabaseIssuesIterable |
This EnclosedIterable
is used to iterate over all issues in the database.
This implementation is superseded by the more flexible DatabaseIterable
or
PagedDatabaseIterable
.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
You cannot rely on this size after you have started iterating through the issues
| |||||||||||
Protected Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Allows for IssuesIterable implementations that spy on each iterated issue.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() |
You cannot rely on this size after you have started iterating through the issues
Allows for IssuesIterable implementations that spy on each iterated issue. Implementations of this method must not modify the issue state.
next | an Issue that is about to be iterated through |
---|