|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Dashboard
Represents the information shown on the Confluence dashboard.
| Method Summary | |
|---|---|
RecentlyUpdatedChangeSet |
getRecentUpdate(int changeSetIndex)
Returns the recently updated change-set at the specified index on the dashboard, or null if such an item does not exist. |
java.util.List |
getRecentUpdates()
Returns the recently updated content from the dashboard as RecentlyUpdatedChangeSet objects
in the order they appear on the dashboard. |
java.util.Date |
getRequestTime()
Returns the request timestamp inserted by the server in a meta tag in the HTML header. |
| Method Detail |
|---|
java.util.List getRecentUpdates()
RecentlyUpdatedChangeSet objects
in the order they appear on the dashboard.
RecentlyUpdatedChangeSet objects.RecentlyUpdatedChangeSet getRecentUpdate(int changeSetIndex)
changeSetIndex - the zero-based index of the recently updated change-set on dashboard to return.
java.util.Date getRequestTime()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||