|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.atlassian.confluence.it.dashboard.WebRecentlyUpdatedChangeSet
public class WebRecentlyUpdatedChangeSet
| Constructor Summary | |
|---|---|
WebRecentlyUpdatedChangeSet(net.sourceforge.jwebunit.junit.WebTester webTester,
int index,
java.util.List items)
|
|
| Method Summary | |
|---|---|
java.lang.String |
getAuthor()
The author of the changeset. |
java.lang.String |
getAuthorUrl()
The URL of the link to the author, which may be relative. |
java.lang.String |
getDate()
Returns the formatted date as seen on the dashboard. |
java.lang.String |
getImageLinkUrl()
The URL of the link surrounding the image used for the author. |
java.lang.String |
getImageUrl()
The URL of the source of the image used for the author. |
RecentlyUpdatedItem |
getItem(int index)
Returns the recent update with the specified index, or null if no such item exists. |
int |
size()
Returns the number of items in this changeset. |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public WebRecentlyUpdatedChangeSet(net.sourceforge.jwebunit.junit.WebTester webTester,
int index,
java.util.List items)
| Method Detail |
|---|
public java.lang.String getAuthor()
RecentlyUpdatedChangeSet
getAuthor in interface RecentlyUpdatedChangeSetpublic java.lang.String getAuthorUrl()
RecentlyUpdatedChangeSet
getAuthorUrl in interface RecentlyUpdatedChangeSetpublic java.lang.String getImageUrl()
RecentlyUpdatedChangeSet
getImageUrl in interface RecentlyUpdatedChangeSetpublic java.lang.String getImageLinkUrl()
RecentlyUpdatedChangeSet
getImageLinkUrl in interface RecentlyUpdatedChangeSetpublic java.lang.String getDate()
RecentlyUpdatedChangeSet
getDate in interface RecentlyUpdatedChangeSetpublic int size()
RecentlyUpdatedChangeSet
size in interface RecentlyUpdatedChangeSetpublic RecentlyUpdatedItem getItem(int index)
RecentlyUpdatedChangeSet
getItem in interface RecentlyUpdatedChangeSetindex - zero-based index of the item to return
public java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||