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(net.sourceforge.jwebunit.junit.WebTester webTester, int changeSetIndex, int itemIndex)
           
 
Method Summary
 java.lang.String getSummary()
          The summary of the change, or null if there is no summary for this item.
 java.lang.String getTitle()
          The title of the content which changed.
 java.lang.String getTitleUrl()
          The URL which the title link points to.
 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(net.sourceforge.jwebunit.junit.WebTester webTester,
                              int changeSetIndex,
                              int itemIndex)
Method Detail

getTitle

public java.lang.String getTitle()
Description copied from interface: RecentlyUpdatedItem
The title of the content which changed.

Specified by:
getTitle in interface RecentlyUpdatedItem

getTitleUrl

public java.lang.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 java.lang.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

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


Copyright © 2003-2009 Atlassian Pty Ltd. All Rights Reserved.