public class

EditGeneralConfigurationPage

extends AbstractJiraPage
java.lang.Object
   ↳ com.atlassian.jira.pageobjects.pages.AbstractJiraPage
     ↳ com.atlassian.jira.pageobjects.pages.admin.configuration.EditGeneralConfigurationPage

Class Overview

Edit General configuration properties.

Summary

Fields
protected PageElement submitButton
[Expand]
Inherited Fields
From class com.atlassian.jira.pageobjects.pages.AbstractJiraPage
Public Constructors
EditGeneralConfigurationPage()
Public Methods
boolean getBooleanProperty(String propertyId)
JiraMode getJiraMode()
String getUrl()
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(JiraMode mode)
void setSelectProperty(String propertyId, String optionValue)
<P> P submit(Class<P> page, Object... args)
Protected Methods
PageElement findPropertyRow(String propertyId)
PageElement findValueCell(String propertyId)
EditGeneralConfigurationPage.BooleanValues getBooleanRadios(String propertyId)
SelectElement getSelect(String propertyId)
[Expand]
Inherited Methods
From class com.atlassian.jira.pageobjects.pages.AbstractJiraPage
From class java.lang.Object
From interface com.atlassian.pageobjects.Page

Fields

protected PageElement submitButton

Public Constructors

public EditGeneralConfigurationPage ()

Public Methods

public boolean getBooleanProperty (String propertyId)

public JiraMode getJiraMode ()

public String getUrl ()

public TimedCondition isAt ()

Timed condition checking if we're at given page.

Returns
  • timed condition checking, if the test is at given page

public boolean isContactAdminFormOn ()

public boolean isInlineEditPresent ()

public void setBooleanProperty (String propertyId, boolean value)

public EditGeneralConfigurationPage setContactAdminFormOn (boolean isOn)

public EditGeneralConfigurationPage setJiraMode (JiraMode mode)

public void setSelectProperty (String propertyId, String optionValue)

public P submit (Class<P> page, Object... args)

Protected Methods

protected PageElement findPropertyRow (String propertyId)

protected PageElement findValueCell (String propertyId)

protected EditGeneralConfigurationPage.BooleanValues getBooleanRadios (String propertyId)

protected SelectElement getSelect (String propertyId)