com.atlassian.jira.issue.util
Interface IssuesIterable

All Superinterfaces:
EnclosedIterable<Issue>, Sized
All Known Implementing Classes:
DatabaseIssuesIterable, IssueGVsIssueIterable, IssueIdsIssueIterable, IssueObjectIssuesIterable

@PublicApi
public interface IssuesIterable
extends EnclosedIterable<Issue>


Nested Class Summary
 
Nested classes/interfaces inherited from interface com.atlassian.jira.util.collect.EnclosedIterable
EnclosedIterable.Functions, EnclosedIterable.ListResolver<T>
 
Method Summary
 String toString()
          Return a user friendly message that identifies which issues this iterable holds.
 
Methods inherited from interface com.atlassian.jira.util.collect.EnclosedIterable
foreach, isEmpty, size
 

Method Detail

toString

String toString()
Return a user friendly message that identifies which issues this iterable holds. If there is a problem, this method is used to log what issues are affected.

For example, if there is a problem locking the Lucene index this method is used to log which issues could not be reindexed.

Hence, it is important to provide a useful implementation for this method.

Overrides:
toString in class Object


Copyright © 2002-2012 Atlassian. All Rights Reserved.