com.atlassian.jira.pageobjects.pages.admin.issuetype.screen.schemes.configure
Class AddIssueTypeToScreenSchemeAssociationDialog

java.lang.Object
  extended by com.atlassian.jira.pageobjects.dialogs.JiraDialog
      extended by com.atlassian.jira.pageobjects.dialogs.FormDialog
          extended by com.atlassian.jira.pageobjects.pages.admin.issuetype.screen.schemes.configure.AddIssueTypeToScreenSchemeAssociationDialog

public class AddIssueTypeToScreenSchemeAssociationDialog
extends FormDialog

Represents the "add issue type to screen scheme association" dialog available from the the ConfigureIssueTypeScreenSchemePage.

Since:
v5.0.2

Field Summary
 
Fields inherited from class com.atlassian.jira.pageobjects.dialogs.FormDialog
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, locator, queryFactory
 
Constructor Summary
AddIssueTypeToScreenSchemeAssociationDialog()
           
 
Method Summary
 Iterable<String> getSelectableIssueTypes()
           
 void init()
           
 AddIssueTypeToScreenSchemeAssociationDialog setIssueType(String issueType)
           
 AddIssueTypeToScreenSchemeAssociationDialog setScreenScheme(String screenScheme)
           
 void submit()
          Submits this dialog.
 ConfigureIssueTypeScreenSchemePage submitSuccess()
          Submits the dialog expecting a success response and a redirect to the ConfigureIssueTypeScreenSchemePage.
 
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 com.atlassian.jira.pageobjects.dialogs.JiraDialog
find, find, findAll, findAll, isClosed, isInDOM, isOpen, waitUntilFinishedLoading
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AddIssueTypeToScreenSchemeAssociationDialog

public AddIssueTypeToScreenSchemeAssociationDialog()
Method Detail

init

public void init()

setIssueType

public AddIssueTypeToScreenSchemeAssociationDialog setIssueType(String issueType)

setScreenScheme

public AddIssueTypeToScreenSchemeAssociationDialog setScreenScheme(String screenScheme)

getSelectableIssueTypes

public Iterable<String> getSelectableIssueTypes()

submitSuccess

public ConfigureIssueTypeScreenSchemePage submitSuccess()
Submits the dialog expecting a success response and a redirect to the ConfigureIssueTypeScreenSchemePage.

Returns:
An instance of the ConfigureIssueTypeScreenSchemePage.

submit

public void submit()
Submits this dialog.



Copyright © 2002-2014 Atlassian. All Rights Reserved.