public interface Dashboard
Modifier and Type | Field and Description |
---|---|
static String |
DEFAULT_WELCOME_MESSAGE |
Modifier and Type | Method and Description |
---|---|
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.
|
static final String DEFAULT_WELCOME_MESSAGE
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()
Copyright © 2003–2015 Atlassian. All rights reserved.