DashboardPopularStreamContent instead from
maven module com.atlassian.confluence:confluence-webdriver-pageobjects. See the new README.@Deprecated public class DashboardPopularStreamContent extends ConfluenceAbstractPageComponent
| Modifier and Type | Class and Description |
|---|---|
static class |
DashboardPopularStreamContent.StreamCountItem
Deprecated.
|
static class |
DashboardPopularStreamContent.StreamItem
Deprecated.
|
driver, frameExecutor, pageBinder, pageElementFinder, timeouts, waiter| Constructor and Description |
|---|
DashboardPopularStreamContent()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
com.atlassian.pageobjects.elements.query.TimedQuery<Integer> |
getNumberOfStreamItems()
Deprecated.
|
com.atlassian.pageobjects.elements.query.TimedQuery<Iterable<? super DashboardPopularStreamContent.StreamItem>> |
getStreamItems()
Deprecated.
|
com.atlassian.pageobjects.elements.PageElement |
moreLink()
Deprecated.
|
static DashboardPopularStreamContent.StreamCountItem |
streamCountItem(String icon,
int count)
Deprecated.
|
static DashboardPopularStreamContent.StreamItem |
streamItemFor(TitledContent content,
com.atlassian.fugue.Maybe<String> authorUsername,
String authorFullname,
DashboardPopularStreamContent.StreamCountItem... countItems)
Deprecated.
|
static DashboardPopularStreamContent.StreamItem |
streamItemFor(TitledContent content,
User author,
DashboardPopularStreamContent.StreamCountItem... countItems)
Deprecated.
|
getComponentpublic com.atlassian.pageobjects.elements.query.TimedQuery<Iterable<? super DashboardPopularStreamContent.StreamItem>> getStreamItems()
public com.atlassian.pageobjects.elements.query.TimedQuery<Integer> getNumberOfStreamItems()
public com.atlassian.pageobjects.elements.PageElement moreLink()
public static DashboardPopularStreamContent.StreamItem streamItemFor(TitledContent content, User author, DashboardPopularStreamContent.StreamCountItem... countItems)
public static DashboardPopularStreamContent.StreamItem streamItemFor(TitledContent content, com.atlassian.fugue.Maybe<String> authorUsername, String authorFullname, DashboardPopularStreamContent.StreamCountItem... countItems)
public static DashboardPopularStreamContent.StreamCountItem streamCountItem(String icon, int count)
Copyright © 2003–2016 Atlassian. All rights reserved.