com.atlassian.jira.webtest.framework.dialog.issueaction
Interface IssueActionDialog<T extends IssueActionDialog<T>>

All Superinterfaces:
Dialog<T>, IssueAware, Localizable, Openable<T>, PageObject
All Known Subinterfaces:
LinkIssueDialog
All Known Implementing Classes:
AbstractIssueActionDialog, SeleniumLinkIssueDialog

public interface IssueActionDialog<T extends IssueActionDialog<T>>
extends Dialog<T>, IssueAware

Represents an 'issue action' dialog accessible from View Issue and Issue Navigator. Such dialog offers functionality to perform some actions over issue(s) in JIRA. It may be opened by various ways from the mentioned pages (e.g. links, keyboard shortcuts etc.).

Each dialog is associated with an IssueOperation that describes the particular action performed by the dialog.

TODO on the #open() method

Since:
v4.3
See Also:
IssueOperation

Method Summary
 IssueOperation action()
          Associated issue action.
 
Methods inherited from interface com.atlassian.jira.webtest.framework.core.Openable
isClosed, isOpen, isOpenable, open
 
Methods inherited from interface com.atlassian.jira.webtest.framework.core.Localizable
locator
 
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

action

IssueOperation action()
Associated issue action.

Returns:
issue action


Copyright © 2002-2013 Atlassian. All Rights Reserved.