public class

LinkIssueDialog

extends FormDialog
java.lang.Object
   ↳ com.atlassian.jira.pageobjects.dialogs.JiraDialog
     ↳ com.atlassian.jira.pageobjects.dialogs.FormDialog
       ↳ com.atlassian.jira.pageobjects.pages.viewissue.linkissue.LinkIssueDialog

Class Overview

Represents the link issue dialog shown on the issue page.

Summary

[Expand]
Inherited Constants
From class com.atlassian.jira.pageobjects.dialogs.FormDialog
From class com.atlassian.jira.pageobjects.dialogs.JiraDialog
[Expand]
Inherited Fields
From class com.atlassian.jira.pageobjects.dialogs.FormDialog
From class com.atlassian.jira.pageobjects.dialogs.JiraDialog
Public Constructors
LinkIssueDialog(String issueKey)
Public Methods
void clickLinkButton()
PageElement getErrorPageElement()
LinkConfluenceSection gotoConfluenceLink()
LinkJiraSection gotoJiraLink()
WebLinkSection gotoWebLink()
boolean hasConfluenceLink()
boolean hasJiraLink()
IssuePicker issuePicker()
Protected Methods
ViewIssuePage bindViewIssuePage()
boolean submit(By locator)
Do a submit on the passed element found using the passed locator.
[Expand]
Inherited Methods
From class com.atlassian.jira.pageobjects.dialogs.FormDialog
From class com.atlassian.jira.pageobjects.dialogs.JiraDialog
From class java.lang.Object

Public Constructors

public LinkIssueDialog (String issueKey)

Public Methods

public void clickLinkButton ()

public PageElement getErrorPageElement ()

public LinkConfluenceSection gotoConfluenceLink ()

public LinkJiraSection gotoJiraLink ()

public WebLinkSection gotoWebLink ()

public boolean hasConfluenceLink ()

public boolean hasJiraLink ()

public IssuePicker issuePicker ()

Protected Methods

protected ViewIssuePage bindViewIssuePage ()

protected boolean submit (By locator)

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.

Parameters
locator for the element to select.
Returns
  • true if the dialog is still open.