public class

ViewFieldScreensPage

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

Class Overview

Represents the "view screens page" available from within the JIRA Administration UI.

Summary

Nested Classes
class ViewFieldScreensPage.FieldScreenItem Represents the data for a field screen in the ViewFieldScreensPage 
[Expand]
Inherited Fields
From class com.atlassian.jira.pageobjects.pages.AbstractJiraPage
Public Constructors
ViewFieldScreensPage()
Public Methods
Iterable<ViewFieldScreensPage.FieldScreenItem> getFieldScreens()
Retrieves the current field configurations.
String getUrl()
TimedCondition isAt()
Timed condition checking if we're at given page.
AddFieldScreenDialog openAddFieldScreenDialog()
[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 ViewFieldScreensPage ()

Public Methods

public Iterable<ViewFieldScreensPage.FieldScreenItem> getFieldScreens ()

Retrieves the current field configurations.

Returns
  • an Iterable containing the current field configurations.

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 AddFieldScreenDialog openAddFieldScreenDialog ()