Class AddFieldScreenSchemeDialog
java.lang.Object
com.atlassian.jira.pageobjects.dialogs.JiraDialog
com.atlassian.jira.pageobjects.dialogs.FormDialog
com.atlassian.jira.pageobjects.pages.admin.AddFieldScreenSchemeDialog
Represents the "add field screen scheme" dialog available from the
the
ViewFieldScreenSchemesPage
.- Since:
- v5.0.1
-
Field Summary
FieldsFields 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 ConfigureScreenScheme 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
-
Field Details
-
ID
- See Also:
-
-
Constructor Details
-
AddFieldScreenSchemeDialog
public AddFieldScreenSchemeDialog()
-
-
Method Details
-
init
public void init() -
setName
-
setDescription
-
submitSuccess
Submits the dialog expecting a success response and a redirect to the ConfigureScreenScheme page.- Returns:
- An instance of the ConfigureScreenScheme page.
-
submit
public void submit()Submits this dialog.
-