public class EditGeneralConfigurationPage extends AbstractJiraPage
Modifier and Type | Field and Description |
---|---|
protected com.atlassian.pageobjects.elements.PageElement |
submitButton |
body, driver, elementFinder, javascriptExecutor, metaElement, pageBinder, timeouts, webDriverPoller
Constructor and Description |
---|
EditGeneralConfigurationPage() |
Modifier and Type | Method and Description |
---|---|
protected com.atlassian.pageobjects.elements.PageElement |
findPropertyRow(String propertyId) |
protected com.atlassian.pageobjects.elements.PageElement |
findValueCell(String propertyId) |
boolean |
getBooleanProperty(String propertyId) |
protected com.atlassian.jira.pageobjects.pages.admin.configuration.EditGeneralConfigurationPage.BooleanValues |
getBooleanRadios(String propertyId) |
com.atlassian.jira.testkit.client.model.JiraMode |
getJiraMode() |
protected com.atlassian.pageobjects.elements.SelectElement |
getSelect(String propertyId) |
String |
getUrl() |
com.atlassian.pageobjects.elements.query.TimedCondition |
isAt()
Timed condition checking if we're at given page.
|
boolean |
isContactAdminFormOn() |
boolean |
isInlineEditPresent() |
ViewGeneralConfigurationPage |
save() |
void |
setBooleanProperty(String propertyId,
boolean value) |
EditGeneralConfigurationPage |
setContactAdminFormOn(boolean isOn) |
EditGeneralConfigurationPage |
setJiraMode(com.atlassian.jira.testkit.client.model.JiraMode mode) |
void |
setSelectProperty(String propertyId,
String optionValue) |
<P> P |
submit(Class<P> page,
Object... args) |
back, doWait, execKeyboardShortcut, getHeader, getPageTitle, getXsrfToken, isAdmin, isLoggedIn
public com.atlassian.pageobjects.elements.query.TimedCondition isAt()
AbstractJiraPage
isAt
in class AbstractJiraPage
public String getUrl()
public ViewGeneralConfigurationPage save()
public com.atlassian.jira.testkit.client.model.JiraMode getJiraMode()
public EditGeneralConfigurationPage setJiraMode(com.atlassian.jira.testkit.client.model.JiraMode mode)
public boolean isContactAdminFormOn()
public EditGeneralConfigurationPage setContactAdminFormOn(boolean isOn)
public void setBooleanProperty(String propertyId, boolean value)
public boolean getBooleanProperty(String propertyId)
protected com.atlassian.pageobjects.elements.SelectElement getSelect(String propertyId)
protected com.atlassian.jira.pageobjects.pages.admin.configuration.EditGeneralConfigurationPage.BooleanValues getBooleanRadios(String propertyId)
public boolean isInlineEditPresent()
protected com.atlassian.pageobjects.elements.PageElement findValueCell(String propertyId)
protected com.atlassian.pageobjects.elements.PageElement findPropertyRow(String propertyId)
Copyright © 2002-2024 Atlassian. All Rights Reserved.