public class ViewGeneralConfigurationPage extends AbstractJiraPage
| Modifier and Type | Class and Description |
|---|---|
static class |
ViewGeneralConfigurationPage.OptionRow |
body, driver, elementFinder, metaElement, pageBinder, timeouts| Constructor and Description |
|---|
ViewGeneralConfigurationPage() |
| Modifier and Type | Method and Description |
|---|---|
EditGeneralConfigurationPage |
edit() |
com.atlassian.pageobjects.elements.PageElement |
findPropertyCell(String propertyId) |
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 Iterable<ViewGeneralConfigurationPage.OptionRow> getOptions()
public com.google.common.base.Optional<ViewGeneralConfigurationPage.OptionRow> getOption(String name)
Copyright © 2002-2019 Atlassian. All Rights Reserved.