com.atlassian.jira.pageobjects.pages.viewissue.linkissue
Class LinkIssueDialog

java.lang.Object
  extended by com.atlassian.jira.pageobjects.dialogs.FormDialog
      extended by com.atlassian.jira.pageobjects.pages.viewissue.linkissue.LinkIssueDialog

public class LinkIssueDialog
extends FormDialog

Represents the link issue dialog shown on the issue page.

Since:
v5.0

Field Summary
 
Fields inherited from class com.atlassian.jira.pageobjects.dialogs.FormDialog
binder, dialogElement, driver, form, header, id, loading, locator
 
Constructor Summary
LinkIssueDialog(String issueKey)
           
 
Method Summary
protected  ViewIssuePage bindViewIssuePage()
           
 void clickLinkButton()
           
 LinkConfluenceSection gotoConfluenceLink()
           
 LinkRemoteJiraSection gotoRemoteJiraLink()
           
 WebLinkSection gotoWebLink()
           
 boolean hasConfluenceLink()
           
 boolean hasRemoteJiraLink()
           
protected  boolean submit(org.openqa.selenium.By locator)
          Do a submit on the passed element found using the passed locator.
 
Methods inherited from class com.atlassian.jira.pageobjects.dialogs.FormDialog
assertDialogClosed, assertDialogOpen, close, escape, find, find, getAuiMessage, getDialogElement, getFormErrorList, getFormErrors, getTitle, hasFormErrors, initAbstractDialog, isOpen, ready, setElement, submit, submit, waitUntilClosed, waitUntilHidden, waitWhileSubmitting
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LinkIssueDialog

public LinkIssueDialog(String issueKey)
Method Detail

hasRemoteJiraLink

public boolean hasRemoteJiraLink()

gotoRemoteJiraLink

public LinkRemoteJiraSection gotoRemoteJiraLink()

hasConfluenceLink

public boolean hasConfluenceLink()

gotoConfluenceLink

public LinkConfluenceSection gotoConfluenceLink()

gotoWebLink

public WebLinkSection gotoWebLink()

submit

protected boolean submit(org.openqa.selenium.By locator)
Description copied from class: FormDialog
Do a submit on the passed element found using the passed locator. The method will then wait for the response from the server before returning.

Overrides:
submit in class FormDialog
Parameters:
locator - for the element to select.
Returns:
true if the dialog is still open.

bindViewIssuePage

protected ViewIssuePage bindViewIssuePage()

clickLinkButton

public void clickLinkButton()


Copyright © 2002-2012 Atlassian. All Rights Reserved.