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

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.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
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
LinkIssueDialog(String issueKey)
           
 
Method Summary
protected  ViewIssuePage bindViewIssuePage()
           
 void clickLinkButton()
           
 com.atlassian.pageobjects.elements.PageElement getErrorPageElement()
           
 LinkConfluenceSection gotoConfluenceLink()
           
 LinkJiraSection gotoJiraLink()
           
 WebLinkSection gotoWebLink()
           
 boolean hasConfluenceLink()
           
 boolean hasJiraLink()
           
 IssuePicker issuePicker()
           
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, getAuiMessage, getDialogElement, getFormErrorElements, getFormErrorList, getFormErrors, getTimedTitle, getTitle, hasFormErrors, initAbstractDialog, messages, ready, setElement, 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

LinkIssueDialog

public LinkIssueDialog(String issueKey)
Method Detail

issuePicker

public IssuePicker issuePicker()

hasJiraLink

public boolean hasJiraLink()

gotoJiraLink

public LinkJiraSection gotoJiraLink()

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()

getErrorPageElement

public com.atlassian.pageobjects.elements.PageElement getErrorPageElement()


Copyright © 2002-2014 Atlassian. All Rights Reserved.