com.atlassian.jira.webtest.selenium.framework.dialogs
Interface IssueActionDialog

All Superinterfaces:
Dialog, LocalizablePageObject, PageObject
All Known Implementing Classes:
AbstractIssueDialog, AddCommentDialog, AttachFileDialog, EditLabelsDialog, GenericDialog, LinkIssueDialog, LogWorkDialog, WorkflowTransitionDialog

Deprecated. use IssueActionDialog instead

@Deprecated
public interface IssueActionDialog
extends Dialog

Represents 'issue action' dialog accessible from View Issue and Issue Navigator. An 'issue action' dialog is a dialog offering functionality to perform some actions over issue(s) in JIRA. It may be accessed either from the View Issue page, or from the Issue Navigator.

Since:
v4.2

Method Summary
 String actionName()
          Deprecated. use data in this dialog's LegacyIssueOperation instead
 LegacyIssueOperation issueOperation()
          Deprecated. Returns issue operation associated with this particular dialog.
 IssueActionDialog openFromIssueNav(int issueId)
          Deprecated. Open the dialog from the Issue Navigator for given issueId.
 IssueActionDialog openFromViewIssue()
          Deprecated. Open the dialog from View Issue.
 
Methods inherited from interface com.atlassian.jira.webtest.selenium.framework.dialogs.Dialog
inDialog, isClosed, isOpen, isOpenable, open
 
Methods inherited from interface com.atlassian.jira.webtest.selenium.framework.core.PageObject
assertReady
 
Methods inherited from interface com.atlassian.jira.webtest.selenium.framework.core.LocalizablePageObject
locator
 

Method Detail

openFromViewIssue

IssueActionDialog openFromViewIssue()
Deprecated. 
Open the dialog from View Issue.

Returns:
this dialog instance

openFromIssueNav

IssueActionDialog openFromIssueNav(int issueId)
Deprecated. 
Open the dialog from the Issue Navigator for given issueId.

Parameters:
issueId - issue ID
Returns:
this dialog instance

issueOperation

LegacyIssueOperation issueOperation()
Deprecated. 
Returns issue operation associated with this particular dialog.

Returns:
issue operation performed by this dialog

actionName

@Deprecated
String actionName()
Deprecated. use data in this dialog's LegacyIssueOperation instead

Gets name of the dialog in the Actions Dialog list.

Returns:
name of the action performed by this dialog


Copyright © 2002-2012 Atlassian. All Rights Reserved.