|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface RevisionCollection
Represents the revision history of a work item.
Method Summary | |
---|---|
Revision |
get(int index)
Gets a work item Revision at the specified index. |
java.util.Iterator<Revision> |
iterator()
|
int |
size()
|
Method Detail |
---|
java.util.Iterator<Revision> iterator()
iterator
in interface java.lang.Iterable<Revision>
int size()
Revision
s in the collection.Revision get(int index)
Revision
at the specified index.
index
- The index of the desired Revision
Revision
at the specified index.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |