com.atlassian.jira.webtest.framework.page.issueaction
Interface IssueActionPage

All Superinterfaces:
ChildPage<IssueActionsParent>, Page, PageObject

public interface IssueActionPage
extends ChildPage<IssueActionsParent>

A 'satellite' page around View Issue and Issue Navigator that serves to perform a particular issue operation. Those are mainly opened as dialogs, but may still be opened as standalone pages if necessary.

Since:
v4.3

Method Summary
 IssueOperation issueOperation()
          Issue operation associated with this page.
 
Methods inherited from interface com.atlassian.jira.webtest.framework.page.ChildPage
back
 
Methods inherited from interface com.atlassian.jira.webtest.framework.page.Page
isAt
 
Methods inherited from interface com.atlassian.jira.webtest.framework.core.PageObject
context, isReady
 

Method Detail

issueOperation

IssueOperation issueOperation()
Issue operation associated with this page.

Returns:
issue operation


Copyright © 2002-2012 Atlassian. All Rights Reserved.