|
||||||||||
| 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 | |
|---|---|
int |
countChangeSets()
|
int |
countUpdateItems()
|
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. |
List |
getRecentUpdates()
Returns the recently updated content from the dashboard as RecentlyUpdatedChangeSet objects
in the order they appear on the dashboard. |
Date |
getRequestTime()
Returns the request timestamp inserted by the server in a meta tag in the HTML header. |
| Method Detail |
|---|
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.
Date getRequestTime()
int countUpdateItems()
int countChangeSets()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||