Class WebRecentlyUpdatedItem
- java.lang.Object
-
- com.atlassian.confluence.it.dashboard.WebRecentlyUpdatedItem
-
- All Implemented Interfaces:
RecentlyUpdatedItem
public class WebRecentlyUpdatedItem extends Object implements RecentlyUpdatedItem
-
-
Constructor Summary
Constructors Constructor Description WebRecentlyUpdatedItem(int changeSetIndex, int itemIndex, net.sourceforge.jwebunit.junit.WebTester tester)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getDateDescription()
String
getSummary()
String
getTitle()
String
getTitleUrl()
String
toString()
-
-
-
Method Detail
-
getTitle
public String getTitle()
- Specified by:
getTitle
in interfaceRecentlyUpdatedItem
- Returns:
- the title of the content which changed.
-
getTitleUrl
public String getTitleUrl()
- Specified by:
getTitleUrl
in interfaceRecentlyUpdatedItem
- Returns:
- the URL which the title link points to. Returns null if there is no such link.
-
getSummary
public String getSummary()
- Specified by:
getSummary
in interfaceRecentlyUpdatedItem
- Returns:
- the summary of the change, or null if there is no summary for this item.
-
getDateDescription
public String getDateDescription()
- Specified by:
getDateDescription
in interfaceRecentlyUpdatedItem
- Returns:
- the formatted date along with the relevant update action as seen on the dashboard.
-
-