public interface RecentlyUpdatedChangeSet extends Iterable<RecentlyUpdatedItem>
RecentlyUpdatedItem
s with a common author, as displayed
on the Confluence dashboard.Modifier and Type | Method and Description |
---|---|
String |
getAuthor()
The author of the changeset.
|
String |
getAuthorUrl()
The URL of the link to the author, which may be relative.
|
String |
getImageLinkUrl()
The URL of the link surrounding the image used for the author.
|
String |
getImageUrl()
The URL of the source of the image used for the author.
|
RecentlyUpdatedItem |
getItem(int index)
Returns the recent update with the specified index, or null if no such item exists.
|
int |
size()
Returns the number of items in this changeset.
|
forEach, iterator, spliterator
String getAuthor()
String getAuthorUrl()
String getImageUrl()
String getImageLinkUrl()
int size()
RecentlyUpdatedItem getItem(int index)
index
- zero-based index of the item to returnCopyright © 2003–2018 Atlassian. All rights reserved.