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

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

public class ProjectEmailDialog
extends Object

Since:
v4.4

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 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-2012 Atlassian. All Rights Reserved.