com.atlassian.jira.pageobjects.pages.admin.issuetype.screen.schemes
Class AddIssueTypeScreenSchemeDialog
java.lang.Object
com.atlassian.jira.pageobjects.dialogs.JiraDialog
com.atlassian.jira.pageobjects.dialogs.FormDialog
com.atlassian.jira.pageobjects.pages.admin.issuetype.screen.schemes.AddIssueTypeScreenSchemeDialog
public class AddIssueTypeScreenSchemeDialog
- extends FormDialog
Represents the "add issue type screen scheme" dialog available from the the
ViewIssueTypeScreenSchemesPage
.
- Since:
- v5.0.2
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, locator, queryFactory |
Methods inherited from class com.atlassian.jira.pageobjects.dialogs.FormDialog |
assertDialogClosed, assertDialogOpen, close, escape, getAuiMessage, getDialogElement, getFormErrorElements, getFormErrorList, getFormErrors, getTimedTitle, getTitle, hasFormErrors, initAbstractDialog, messages, ready, setElement, submit, submit, submit, waitForFormErrors, waitUntilClosed, waitUntilHidden, waitWhileSubmitting |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AddIssueTypeScreenSchemeDialog
public AddIssueTypeScreenSchemeDialog()
init
public void init()
setName
public AddIssueTypeScreenSchemeDialog setName(String name)
setDescription
public AddIssueTypeScreenSchemeDialog setDescription(String description)
setScreenScheme
public AddIssueTypeScreenSchemeDialog setScreenScheme(String screenScheme)
getSelectableScreenSchemes
public Iterable<String> getSelectableScreenSchemes()
submitSuccess
public ConfigureIssueTypeScreenSchemePage submitSuccess()
- Submits the dialog expecting a success response and a redirect to the
ConfigureFieldConfigurationSchemePage.
- Returns:
- An instance of the ConfigureFieldConfigurationSchemePage.
submit
public void submit()
- Submits this dialog.
Copyright © 2002-2014 Atlassian. All Rights Reserved.