Class DashboardUpdatesContent
- java.lang.Object
-
- com.atlassian.confluence.pageobjects.component.dashboard.DashboardUpdatesContent
-
@Deprecated public class DashboardUpdatesContent extends Object
Deprecated.in 5.8. UseDashboardUpdatesContent
instead from maven modulecom.atlassian.confluence:confluence-webdriver-pageobjects
. See the new README.Represents the content of the recently updated panel.- Since:
- 4.1
-
-
Constructor Summary
Constructors Constructor Description DashboardUpdatesContent(DashboardUpdatesPanel.Tab tab, com.atlassian.pageobjects.elements.PageElement updatesPanel)
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description com.atlassian.pageobjects.elements.query.TimedCondition
containsPage(Page page)
Deprecated.com.atlassian.pageobjects.elements.PageElement
getContentElement()
Deprecated.boolean
isEmpty()
Deprecated.com.atlassian.pageobjects.elements.query.TimedCondition
isSelected()
Deprecated.
-
-
-
Constructor Detail
-
DashboardUpdatesContent
public DashboardUpdatesContent(DashboardUpdatesPanel.Tab tab, com.atlassian.pageobjects.elements.PageElement updatesPanel)
Deprecated.
-
-
Method Detail
-
isSelected
public com.atlassian.pageobjects.elements.query.TimedCondition isSelected()
Deprecated.
-
isEmpty
public boolean isEmpty()
Deprecated.
-
containsPage
public com.atlassian.pageobjects.elements.query.TimedCondition containsPage(Page page)
Deprecated.
-
getContentElement
public com.atlassian.pageobjects.elements.PageElement getContentElement()
Deprecated.
-
-