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 java.lang.Object
implements RecentlyUpdatedItem


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

Constructor Detail

WebRecentlyUpdatedItem

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

getTitle

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

getTitleUrl

public java.lang.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 java.lang.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 java.lang.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 java.lang.String toString()
Overrides:
toString in class java.lang.Object


Copyright © 2003-2013 Atlassian. All Rights Reserved.