@PublicApi public interface IssuesIterable extends EnclosedIterable<Issue>
EnclosedIterable.Functions, EnclosedIterable.ListResolver<T>
Modifier and Type | Method and Description |
---|---|
String |
toString()
Return a user friendly message that identifies which issues this iterable holds.
|
foreach, isEmpty, size
String toString()
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.
Copyright © 2002-2018 Atlassian. All Rights Reserved.