public class QuarantineSettingsAdminPage extends AbstractBambooAdminPage implements SideMenuAdminPage
driver, elementFinder, pageBinder, poller, testedProduct, timeouts
Constructor and Description |
---|
QuarantineSettingsAdminPage() |
Modifier and Type | Method and Description |
---|---|
String |
getUrl() |
com.atlassian.pageobjects.elements.PageElement |
indicator()
This must return an element whose presence indicates that we're on given page.
|
String |
linkId()
ID of the link in the side menu.
|
QuarantineSettingsAdminPage |
save() |
AdminPanelSection |
section()
Section under which the page is located in the admin panel.
|
QuarantineSettingsAdminPage |
withExpiryDuration(int duration,
String period) |
QuarantineSettingsAdminPage |
withExpiryOverridable(boolean overridable) |
QuarantineSettingsAdminPage |
withQuarantineEnabled(boolean enabled) |
getStateBanner
click, doWait, ensureIndicatorPresent, getFooter, getHeader, isAdmin, isLoggedIn, isPageLoaded, sendEscapeKey, waitUntilElementIsLocated, waitUntilElementIsNotLocated, waitUntilElementIsNotVisible, waitUntilElementIsVisible
public com.atlassian.pageobjects.elements.PageElement indicator()
AbstractBambooPage
indicator
in class AbstractBambooPage
public String getUrl()
getUrl
in interface com.atlassian.pageobjects.Page
public AdminPanelSection section()
SideMenuAdminPage
section
in interface SideMenuAdminPage
public String linkId()
SideMenuAdminPage
linkId
in interface SideMenuAdminPage
public QuarantineSettingsAdminPage withQuarantineEnabled(boolean enabled)
public QuarantineSettingsAdminPage withExpiryDuration(int duration, @NotNull String period)
public QuarantineSettingsAdminPage withExpiryOverridable(boolean overridable)
public QuarantineSettingsAdminPage save()
Copyright © 2021 Atlassian Software Systems Pty Ltd. All rights reserved.