|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface RecentlyUpdatedChangeSet
A set of related RecentlyUpdatedItems with a common author, as displayed
on the Confluence dashboard.
| Method Summary | |
|---|---|
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. |
| Methods inherited from interface java.lang.Iterable |
|---|
iterator |
| Method Detail |
|---|
String getAuthor()
String getAuthorUrl()
String getImageUrl()
String getImageLinkUrl()
int size()
RecentlyUpdatedItem getItem(int index)
index - zero-based index of the item to return
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||