com.atlassian.jira.pageobjects.project.summary.notifications
Class ProjectEmailDialog

java.lang.Object
  extended by com.atlassian.jira.pageobjects.dialogs.JiraDialog
      extended by com.atlassian.jira.pageobjects.project.summary.notifications.ProjectEmailDialog

public class ProjectEmailDialog
extends JiraDialog

Since:
v4.4

Field Summary
 
Fields inherited from class com.atlassian.jira.pageobjects.dialogs.JiraDialog
CONTENT_AREA_CLASS, CONTENT_READY_CLASS, DIALOG_CLASS, DIALOG_OPEN_CLASS, driver, extendedFinder, HEADING_AREA_CLASS, id, locator, queryFactory, timeouts
 
Constructor Summary
ProjectEmailDialog()
           
 
Method Summary
 String getError()
           
 String getFromAddressValue()
           
 ProjectEmailDialog setFromAddress(String fromAddress)
           
 ProjectEmailDialog submit()
           
<T extends com.atlassian.pageobjects.Page>
T
submit(Class<T> nextPage, String... arguments)
           
 void waitForDialogContent()
           
 
Methods inherited from class com.atlassian.jira.pageobjects.dialogs.JiraDialog
find, find, findAll, findAll, getDialogElement, initAbstractDialog, isClosed, isInDOM, isOpen, waitUntilFinishedLoading
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProjectEmailDialog

public ProjectEmailDialog()
Method Detail

waitForDialogContent

public void waitForDialogContent()

setFromAddress

public ProjectEmailDialog setFromAddress(String fromAddress)

getFromAddressValue

public String getFromAddressValue()

getError

public String getError()

submit

public <T extends com.atlassian.pageobjects.Page> T submit(Class<T> nextPage,
                                                           String... arguments)

submit

public ProjectEmailDialog submit()


Copyright © 2002-2014 Atlassian. All Rights Reserved.