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, wait
forEach, spliterator
public WebRecentlyUpdatedChangeSet(int index, List<WebRecentlyUpdatedItem> items)
public WebRecentlyUpdatedChangeSet(int index, List<WebRecentlyUpdatedItem> items, net.sourceforge.jwebunit.junit.WebTester webTester)
public String getAuthor()
RecentlyUpdatedChangeSet
getAuthor
in interface RecentlyUpdatedChangeSet
public String getAuthorUrl()
RecentlyUpdatedChangeSet
getAuthorUrl
in interface RecentlyUpdatedChangeSet
public String getImageUrl()
RecentlyUpdatedChangeSet
getImageUrl
in interface RecentlyUpdatedChangeSet
public String getImageLinkUrl()
RecentlyUpdatedChangeSet
getImageLinkUrl
in interface RecentlyUpdatedChangeSet
public int size()
RecentlyUpdatedChangeSet
size
in interface RecentlyUpdatedChangeSet
public RecentlyUpdatedItem getItem(int index)
RecentlyUpdatedChangeSet
getItem
in interface RecentlyUpdatedChangeSet
index
- zero-based index of the item to returnpublic Iterator<RecentlyUpdatedItem> iterator()
iterator
in interface Iterable<RecentlyUpdatedItem>
Copyright © 2003–2020 Atlassian. All rights reserved.