com.atlassian.confluence.it.dashboard
Class WebRecentlyUpdatedItem

java.lang.Object
  extended by com.atlassian.confluence.it.dashboard.WebRecentlyUpdatedItem
All Implemented Interfaces:
RecentlyUpdatedItem

public class WebRecentlyUpdatedItem
extends Object
implements RecentlyUpdatedItem


Constructor Summary
WebRecentlyUpdatedItem(net.sourceforge.jwebunit.junit.WebTester webTester, int changeSetIndex, int itemIndex)
           
 
Method Summary
 String getDateDescription()
           
 String getSummary()
           
 String getTitle()
           
 String getTitleUrl()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

WebRecentlyUpdatedItem

public WebRecentlyUpdatedItem(net.sourceforge.jwebunit.junit.WebTester webTester,
                              int changeSetIndex,
                              int itemIndex)
Method Detail

getTitle

public String getTitle()
Specified by:
getTitle in interface RecentlyUpdatedItem
Returns:
the title of the content which changed.

getTitleUrl

public String getTitleUrl()
Specified by:
getTitleUrl in interface RecentlyUpdatedItem
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 interface RecentlyUpdatedItem
Returns:
the summary of the change, or null if there is no summary for this item.

getDateDescription

public String getDateDescription()
Specified by:
getDateDescription in interface RecentlyUpdatedItem
Returns:
the formatted date along with the relevant update action as seen on the dashboard.

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2003-2012 Atlassian. All Rights Reserved.