public class

ViewGeneralConfigurationPage

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

Class Overview

View General configuration properties

Summary

Nested Classes
class ViewGeneralConfigurationPage.OptionRow  
[Expand]
Inherited Fields
From class com.atlassian.jira.pageobjects.pages.AbstractJiraPage
Public Constructors
ViewGeneralConfigurationPage()
Public Methods
EditGeneralConfigurationPage edit()
PageElement findPropertyCell(String propertyId)
Optional<ViewGeneralConfigurationPage.OptionRow> getOption(String name)
Iterable<ViewGeneralConfigurationPage.OptionRow> getOptions()
String getUrl()
TimedCondition isAt()
Timed condition checking if we're at given page.
boolean isBooleanPropertyEnabled(String propertyId)
boolean isContactAdminFormOn()
boolean isInlineEditPresent()
[Expand]
Inherited Methods
From class com.atlassian.jira.pageobjects.pages.AbstractJiraPage
From class java.lang.Object
From interface com.atlassian.pageobjects.Page

Public Constructors

public ViewGeneralConfigurationPage ()

Public Methods

public PageElement findPropertyCell (String propertyId)

public Optional<ViewGeneralConfigurationPage.OptionRow> getOption (String name)

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 isBooleanPropertyEnabled (String propertyId)

public boolean isContactAdminFormOn ()

public boolean isInlineEditPresent ()