|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.atlassian.confluence.it.dashboard.WebDashboard
public class WebDashboard
Confluence dashboard information retrieved from the web interface via a WebTester.
| Constructor Summary | |
|---|---|
protected |
WebDashboard(net.sourceforge.jwebunit.junit.WebTester webTester)
|
| Method Summary | |
|---|---|
static WebDashboard |
getDashboard(net.sourceforge.jwebunit.junit.WebTester webTester)
|
int |
getItemsWithMatchingTitle(java.lang.String title)
Returns the number of recently updated items with the given title. |
RecentlyUpdatedChangeSet |
getRecentUpdate(int index)
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<RecentlyUpdatedChangeSet> |
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
protected WebDashboard(net.sourceforge.jwebunit.junit.WebTester webTester)
| Method Detail |
|---|
public static WebDashboard getDashboard(net.sourceforge.jwebunit.junit.WebTester webTester)
public java.util.List<RecentlyUpdatedChangeSet> getRecentUpdates()
DashboardRecentlyUpdatedChangeSet objects
in the order they appear on the dashboard.
getRecentUpdates in interface DashboardRecentlyUpdatedChangeSet objects.public RecentlyUpdatedChangeSet getRecentUpdate(int index)
Dashboard
getRecentUpdate in interface Dashboardindex - the zero-based index of the recently updated change-set on dashboard to return.
public java.util.Date getRequestTime()
Dashboard
getRequestTime in interface Dashboardpublic int getItemsWithMatchingTitle(java.lang.String title)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||