com.atlassian.jira.webtest.framework.page
Interface FlowLastPage<P extends ParentPage,F extends Page>

Type Parameters:
P - parent page of the flow
F - finish page of the flow
All Superinterfaces:
Cancelable<P>, FlowPage<P,F>, Page, PageObject, Submittable<F>
All Known Subinterfaces:
MoveSubTaskConfirmation<P>
All Known Implementing Classes:
SeleniumMoveSubtaskConfirmation

public interface FlowLastPage<P extends ParentPage,F extends Page>
extends FlowPage<P,F>

A page that is a last step in a larger process.

Since:
v4.3

Method Summary
 F finish()
          Submit this flow page and finish the whole flow
 
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
 

Method Detail

finish

F finish()
Submit this flow page and finish the whole flow

Returns:
target page of the flow


Copyright © 2002-2012 Atlassian. All Rights Reserved.