com.atlassian.jira.webtest.framework.page
Interface IssueActionsParent.DialogOpenMode<D extends IssueActionDialog<D>>

Type Parameters:
D -
All Known Subinterfaces:
ViewIssue.ViewIssueDialogOpenMode<D>
All Known Implementing Classes:
AbstractDialogOpenMode, ViewIssueOpenMode
Enclosing interface:
IssueActionsParent

public static interface IssueActionsParent.DialogOpenMode<D extends IssueActionDialog<D>>

Default dialog open mode


Method Summary
 D byDotDialog()
          Open the dialog via the Issue Action Dialog (the 'Dot Dialog')
 D byShortcut()
          Open the dialog by its shortcut.
 

Method Detail

byShortcut

D byShortcut()
Open the dialog by its shortcut.

Returns:
dialog D instance
Throws:
IllegalStateException - if the target dialog is associated with an issue operation that has no shortcut (which may be verified by calling IssueOperation.hasShortcut()).
See Also:
IssueActionDialog.action(), IssueOperation.hasShortcut(), IssueOperation.shortcut()

byDotDialog

D byDotDialog()
Open the dialog via the Issue Action Dialog (the 'Dot Dialog')

Returns:
dialog D instance


Copyright © 2002-2012 Atlassian. All Rights Reserved.