com.atlassian.jira.webtest.framework.form.issueaction
Interface LinkIssueForm

All Superinterfaces:
Form, PageObject
All Known Subinterfaces:
LinkIssueDialog
All Known Implementing Classes:
SeleniumLinkIssueDialog, SeleniumLinkIssueForm

public interface LinkIssueForm
extends Form

Represents contents of the link issue dialogs/pages.

Since:
v4.3

Method Summary
 CommentInput comment()
          Comment input of this form
 IssuePicker issuePicker()
          Issue picker of this Link Issue form.
 Select linkTypeSelect()
          Select of the link type
 
Methods inherited from interface com.atlassian.jira.webtest.framework.core.PageObject
context, isReady
 

Method Detail

linkTypeSelect

Select linkTypeSelect()
Select of the link type

Returns:
HTML select to select the link type.

issuePicker

IssuePicker issuePicker()
Issue picker of this Link Issue form.

Returns:
issue picker of this form

comment

CommentInput comment()
Comment input of this form

Returns:
comment input


Copyright © 2002-2013 Atlassian. All Rights Reserved.