com.atlassian.jira.issue.util
Class IssueObjectIssuesIterable
java.lang.Object
com.atlassian.jira.issue.util.IssueObjectIssuesIterable
- All Implemented Interfaces:
- IssuesIterable
- public class IssueObjectIssuesIterable
- extends Object
- implements IssuesIterable
IssueObjectIssuesIterable
public IssueObjectIssuesIterable(Collection issueObjects)
transform
protected Issue transform(Object o)
iterator
public IssueIterator iterator()
- Specified by:
iterator
in interface IssuesIterable
size
public int size()
- Specified by:
size
in interface IssuesIterable
toString
public String toString()
- Description copied from interface:
IssuesIterable
- 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.
- Specified by:
toString
in interface IssuesIterable
Copyright © 2002-2007 Atlassian. All Rights Reserved.