public class ViewGeneralConfigurationPage extends AbstractJiraPage
| Modifier and Type | Class and Description |
|---|---|
static class |
ViewGeneralConfigurationPage.OptionRow |
body, driver, elementFinder, javascriptExecutor, metaElement, pageBinder, timeouts, webDriverPoller| Constructor and Description |
|---|
ViewGeneralConfigurationPage() |
| Modifier and Type | Method and Description |
|---|---|
EditGeneralConfigurationPage |
edit() |
com.atlassian.pageobjects.elements.PageElement |
findPropertyCell(String propertyId) |
com.atlassian.pageobjects.elements.PageElement |
findSideBarEntry(String entryIdentifier) |
com.google.common.base.Optional<ViewGeneralConfigurationPage.OptionRow> |
getOption(String name) |
Iterable<ViewGeneralConfigurationPage.OptionRow> |
getOptions() |
String |
getUrl() |
com.atlassian.pageobjects.elements.query.TimedCondition |
isAt()
Timed condition checking if we're at given page.
|
boolean |
isBooleanPropertyEnabled(String propertyId) |
boolean |
isContactAdminFormOn() |
boolean |
isInlineEditPresent() |
back, doWait, execKeyboardShortcut, getHeader, getPageTitle, getXsrfToken, isAdmin, isLoggedInpublic com.atlassian.pageobjects.elements.query.TimedCondition isAt()
AbstractJiraPageisAt in class AbstractJiraPagepublic String getUrl()
public EditGeneralConfigurationPage edit()
public boolean isContactAdminFormOn()
public boolean isBooleanPropertyEnabled(String propertyId)
public boolean isInlineEditPresent()
public com.atlassian.pageobjects.elements.PageElement findPropertyCell(String propertyId)
public com.atlassian.pageobjects.elements.PageElement findSideBarEntry(String entryIdentifier)
public Iterable<ViewGeneralConfigurationPage.OptionRow> getOptions()
public com.google.common.base.Optional<ViewGeneralConfigurationPage.OptionRow> getOption(String name)
Copyright © 2002-2023 Atlassian. All Rights Reserved.