Class AddFieldScreenDialog
java.lang.Object
com.atlassian.jira.pageobjects.dialogs.JiraDialog
com.atlassian.jira.pageobjects.dialogs.FormDialog
com.atlassian.jira.pageobjects.pages.admin.AddFieldScreenDialog
Represents the "add field screen" dialog available from the
the
ViewFieldScreensPage
.- Since:
- v5.0.1
-
Field Summary
Fields inherited from class com.atlassian.jira.pageobjects.dialogs.FormDialog
auiBlanket, form, FORM_SUBMITTING_CLASS, header, loading, messages
Fields inherited from class com.atlassian.jira.pageobjects.dialogs.JiraDialog
binder, CONTENT_AREA_CLASS, CONTENT_READY_CLASS, DIALOG_CLASS, DIALOG_OPEN_CLASS, driver, extendedFinder, HEADING_AREA_CLASS, id, javascriptExecutor, locator, queryFactory
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
init()
setDescription
(String description) void
submit()
Submits this dialog.Submits the dialog expecting a success response and a redirect to the ConfigureScreen page.Methods inherited from class com.atlassian.jira.pageobjects.dialogs.FormDialog
acceptDirtyFormWarning, assertDialogClosed, assertDialogOpen, close, closeNoWait, escape, getAuiMessage, getFields, getFormErrorElements, getFormErrorList, getFormErrors, getTimedTitle, getTitle, hasFormErrors, initAbstractDialog, messages, ready, setElement, setField, submit, submit, submit, waitForFormErrors, waitUntilClosed, waitUntilHidden, waitWhileSubmitting
Methods inherited from class com.atlassian.jira.pageobjects.dialogs.JiraDialog
find, find, findAll, findAll, getDialogElement, isClosed, isInDOM, isOpen, waitUntilFinishedLoading
-
Constructor Details
-
AddFieldScreenDialog
public AddFieldScreenDialog()
-
-
Method Details
-
init
public void init() -
setName
-
setDescription
-
submitSuccess
Submits the dialog expecting a success response and a redirect to the ConfigureScreen page.- Returns:
- An instance of the ConfigureScreen page.
-
submit
public void submit()Submits this dialog.
-