com.atlassian.jira.webtest.framework.dialog
Interface DotDialog

All Superinterfaces:
Dialog<DotDialog>, IssueAware, Localizable, Openable<DotDialog>, PageObject
All Known Implementing Classes:
SeleniumDotDialog

public interface DotDialog
extends Dialog<DotDialog>, IssueAware, Localizable

The one and only, the Dot Dialog (a.k.a. the Issue Actions Dialog).

Since:
v4.3

Nested Class Summary
static interface DotDialog.CloseMode
           
static interface DotDialog.DDDropDown
           
static interface DotDialog.DDInput
           
 
Method Summary
 DotDialog.CloseMode close()
          Close this Dot Dialog by given mode.
 DotDialog.DDDropDown dropDown()
          Suggestions drop-down of this Dot Dialog
 DotDialog.DDInput input()
          Input of this Dot Dialog
 
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

input

DotDialog.DDInput input()
Input of this Dot Dialog

Returns:
input

dropDown

DotDialog.DDDropDown dropDown()
Suggestions drop-down of this Dot Dialog

Returns:
actions drop-down

close

DotDialog.CloseMode close()
Close this Dot Dialog by given mode.

Returns:
close mode of this dialog


Copyright © 2002-2013 Atlassian. All Rights Reserved.