com.atlassian.jira.webtest.framework.page.issue
Interface ConvertToSubTaskSelectTypes<P extends ParentPage>

All Superinterfaces:
Cancelable<P>, FlowPage<P,ConvertToSubTask2>, IssueAware, Page, PageObject, Submittable<ConvertToSubTask2>
All Known Implementing Classes:
SeleniumConvertToSubtaskSelectTypes

public interface ConvertToSubTaskSelectTypes<P extends ParentPage>
extends FlowPage<P,ConvertToSubTask2>, IssueAware

Convert issue to sub-task page one.

Since:
v4.3

Method Summary
 IssuePickerPopup openParentIssuePicker()
          Open and get the issue picker popup of this page.
 Input parentIssueInput()
          Input for editing the parent issue value.
 IssuePickerPopup parentIssuePicker()
          Issue picker popup of this page.
 
Methods inherited from interface com.atlassian.jira.webtest.framework.page.FlowPage
next, stepNumber
 
Methods inherited from interface com.atlassian.jira.webtest.framework.page.Page
isAt
 
Methods inherited from interface com.atlassian.jira.webtest.framework.core.Cancelable
cancel
 
Methods inherited from interface com.atlassian.jira.webtest.framework.core.Submittable
submit
 
Methods inherited from interface com.atlassian.jira.webtest.framework.core.PageObject
context, isReady
 
Methods inherited from interface com.atlassian.jira.webtest.framework.model.IssueAware
issueData
 

Method Detail

parentIssuePicker

IssuePickerPopup parentIssuePicker()
Issue picker popup of this page.

Returns:
issue picker popup instance

parentIssueInput

Input parentIssueInput()
Input for editing the parent issue value. This may be edited manually, or via the issue picker.

Returns:
parent issue input
See Also:
parentIssuePicker()

openParentIssuePicker

IssuePickerPopup openParentIssuePicker()
Open and get the issue picker popup of this page.

Returns:
opened issue picker popup instance


Copyright © 2002-2013 Atlassian. All Rights Reserved.