com.atlassian.jira.webtest.framework.impl.selenium.form.issueaction
Class SeleniumLinkIssueForm

java.lang.Object
  extended by com.atlassian.jira.webtest.framework.impl.selenium.core.SeleniumContextAware
      extended by com.atlassian.jira.webtest.framework.impl.selenium.core.AbstractSeleniumPageObject
          extended by com.atlassian.jira.webtest.framework.impl.selenium.form.issueaction.SeleniumLinkIssueForm
All Implemented Interfaces:
PageObject, Form, LinkIssueForm

public class SeleniumLinkIssueForm
extends AbstractSeleniumPageObject
implements LinkIssueForm

Selenium implementation of LinkIssueForm.

Since:
v4.3

Field Summary
 
Fields inherited from class com.atlassian.jira.webtest.framework.impl.selenium.core.SeleniumContextAware
assertThat, client, context, timeouts
 
Constructor Summary
SeleniumLinkIssueForm(Localizable parent, SeleniumContext context)
           
 
Method Summary
 CommentInput comment()
          Comment input of this form
 TimedCondition isReady()
          Returns condition representing a query about the state of this page object: if this evaluates to true, this page object is present within the current test context and may be queried/manipulated by the test driver.
 IssuePicker issuePicker()
          Issue picker of this Link Issue form.
 Select linkTypeSelect()
          Select of the link type
 
Methods inherited from class com.atlassian.jira.webtest.framework.impl.selenium.core.AbstractSeleniumPageObject
body, conditions, css, forClass, id, jQuery, locatorFor, name, queries, waitFor, xpath
 
Methods inherited from class com.atlassian.jira.webtest.framework.impl.selenium.core.SeleniumContextAware
context
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.atlassian.jira.webtest.framework.core.PageObject
context
 

Constructor Detail

SeleniumLinkIssueForm

public SeleniumLinkIssueForm(Localizable parent,
                             SeleniumContext context)
Method Detail

isReady

public TimedCondition isReady()
Description copied from interface: PageObject
Returns condition representing a query about the state of this page object: if this evaluates to true, this page object is present within the current test context and may be queried/manipulated by the test driver.

Specified by:
isReady in interface PageObject
Returns:
condition representing availability of this page object in the current text context

linkTypeSelect

public Select linkTypeSelect()
Description copied from interface: LinkIssueForm
Select of the link type

Specified by:
linkTypeSelect in interface LinkIssueForm
Returns:
HTML select to select the link type.

issuePicker

public IssuePicker issuePicker()
Description copied from interface: LinkIssueForm
Issue picker of this Link Issue form.

Specified by:
issuePicker in interface LinkIssueForm
Returns:
issue picker of this form

comment

public CommentInput comment()
Description copied from interface: LinkIssueForm
Comment input of this form

Specified by:
comment in interface LinkIssueForm
Returns:
comment input


Copyright © 2002-2013 Atlassian. All Rights Reserved.