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()
          The formatted date along with the relevant update action as seen on the dashboard.
 String getSummary()
          The summary of the change, or null if there is no summary for this item.
 String getTitle()
          The title of the content which changed.
 String getTitleUrl()
          The URL which the title link points to.
 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()
Description copied from interface: RecentlyUpdatedItem
The title of the content which changed.

Specified by:
getTitle in interface RecentlyUpdatedItem

getTitleUrl

public String getTitleUrl()
Description copied from interface: RecentlyUpdatedItem
The URL which the title link points to. Returns null if there is no such link.

Specified by:
getTitleUrl in interface RecentlyUpdatedItem

getSummary

public String getSummary()
Description copied from interface: RecentlyUpdatedItem
The summary of the change, or null if there is no summary for this item.

Specified by:
getSummary in interface RecentlyUpdatedItem

getDateDescription

public String getDateDescription()
Description copied from interface: RecentlyUpdatedItem
The formatted date along with the relevant update action as seen on the dashboard.

Specified by:
getDateDescription in interface RecentlyUpdatedItem

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2003-2011 Atlassian. All Rights Reserved.