Class ViewFieldScreenSchemesPage
java.lang.Object
com.atlassian.jira.pageobjects.pages.AbstractJiraPage
com.atlassian.jira.pageobjects.pages.admin.ViewFieldScreenSchemesPage
- All Implemented Interfaces:
com.atlassian.pageobjects.Page
Represents the "view screens schemes page" available from within the JIRA Administration UI.
- Since:
- v5.0.1
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classRepresents the data for a field screen scheme in theViewFieldScreenSchemesPage -
Field Summary
Fields inherited from class com.atlassian.jira.pageobjects.pages.AbstractJiraPage
body, driver, elementFinder, javascriptExecutor, metaElement, pageBinder, timeouts, webDriverPoller -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionRetrieves the current field configurations.getUrl()com.atlassian.pageobjects.elements.query.TimedConditionisAt()Timed condition checking if we're at given page.openCopyScreenSchemePage(String screenName) openDeleteScreenSchemePage(String screenName) Methods inherited from class com.atlassian.jira.pageobjects.pages.AbstractJiraPage
back, doWait, execKeyboardShortcut, getHeader, getPageTitle, getXsrfToken, isAdmin, isLoggedIn
-
Constructor Details
-
ViewFieldScreenSchemesPage
public ViewFieldScreenSchemesPage()
-
-
Method Details
-
isAt
public com.atlassian.pageobjects.elements.query.TimedCondition isAt()Description copied from class:AbstractJiraPageTimed condition checking if we're at given page.- Specified by:
isAtin classAbstractJiraPage- Returns:
- timed condition checking, if the test is at given page
-
getUrl
-
openAddFieldScreenSchemeDialog
-
openCopyScreenSchemePage
-
openDeleteScreenSchemePage
-
getFieldScreenSchemes
Retrieves the current field configurations.- Returns:
- an Iterable containing the current field configurations.
-