Class AbstractAuditLogPage
- java.lang.Object
-
- com.atlassian.bamboo.pageobjects.pages.AbstractBambooPage
-
- com.atlassian.bamboo.pageobjects.pages.plan.configuration.AbstractAuditLogPage
-
- All Implemented Interfaces:
com.atlassian.pageobjects.Page
- Direct Known Subclasses:
GlobalAuditLogPage
,PlanAuditLogPage
public abstract class AbstractAuditLogPage extends AbstractBambooPage
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
AbstractAuditLogPage.AuditLogItem
-
Field Summary
-
Fields inherited from class com.atlassian.bamboo.pageobjects.pages.AbstractBambooPage
driver, elementFinder, pageBinder, poller, testedProduct, timeouts
-
-
Constructor Summary
Constructors Constructor Description AbstractAuditLogPage()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Iterable<AbstractAuditLogPage.AuditLogItem>
getAuditLogItems()
-
Methods inherited from class com.atlassian.bamboo.pageobjects.pages.AbstractBambooPage
click, doWait, ensureIndicatorPresent, getFooter, getHeader, getTimeouts, indicator, isAdmin, isLoggedIn, isPageLoaded, sendEscapeKey, waitUntilElementIsLocated, waitUntilElementIsNotLocated, waitUntilElementIsNotVisible, waitUntilElementIsVisible
-
-
-
-
Method Detail
-
getAuditLogItems
public Iterable<AbstractAuditLogPage.AuditLogItem> getAuditLogItems()
-
-