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

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

public interface MoveSubTaskConfirmation<P extends ParentPage>
extends FlowLastPage<P,P>, IssueAware

Fourth page in the Move Sub-task flow (started when 'Move' operation is invoked on an issue). It is a confirmation page that in case of parent change contains an issue picker to select the parent issue.

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.FlowLastPage
finish
 
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.