public class WebRecentlyUpdatedChangeSet extends Object implements RecentlyUpdatedChangeSet
| Constructor and Description |
|---|
WebRecentlyUpdatedChangeSet(int index,
List<WebRecentlyUpdatedItem> items) |
WebRecentlyUpdatedChangeSet(int index,
List<WebRecentlyUpdatedItem> items,
net.sourceforge.jwebunit.junit.WebTester webTester) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAuthor()
The author of the changeset.
|
String |
getAuthorUrl()
The URL of the link to the author, which may be relative.
|
String |
getImageLinkUrl()
The URL of the link surrounding the image used for the author.
|
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.
|
Iterator<RecentlyUpdatedItem> |
iterator() |
int |
size()
Returns the number of items in this changeset.
|
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitforEach, spliteratorpublic WebRecentlyUpdatedChangeSet(int index,
List<WebRecentlyUpdatedItem> items)
public WebRecentlyUpdatedChangeSet(int index,
List<WebRecentlyUpdatedItem> items,
net.sourceforge.jwebunit.junit.WebTester webTester)
public String getAuthor()
RecentlyUpdatedChangeSetgetAuthor in interface RecentlyUpdatedChangeSetpublic String getAuthorUrl()
RecentlyUpdatedChangeSetgetAuthorUrl in interface RecentlyUpdatedChangeSetpublic String getImageUrl()
RecentlyUpdatedChangeSetgetImageUrl in interface RecentlyUpdatedChangeSetpublic String getImageLinkUrl()
RecentlyUpdatedChangeSetgetImageLinkUrl in interface RecentlyUpdatedChangeSetpublic int size()
RecentlyUpdatedChangeSetsize in interface RecentlyUpdatedChangeSetpublic RecentlyUpdatedItem getItem(int index)
RecentlyUpdatedChangeSetgetItem in interface RecentlyUpdatedChangeSetindex - zero-based index of the item to returnpublic Iterator<RecentlyUpdatedItem> iterator()
iterator in interface Iterable<RecentlyUpdatedItem>Copyright © 2003–2017 Atlassian. All rights reserved.