com.atlassian.jira.pageobjects.pages.viewissue
Class MoreActionsMenu

java.lang.Object
  extended by com.atlassian.jira.pageobjects.components.menu.JiraAuiDropdownMenu
      extended by com.atlassian.jira.pageobjects.pages.viewissue.MoreActionsMenu

Deprecated. use instead

@Deprecated
public class MoreActionsMenu
extends JiraAuiDropdownMenu

The more actions menu on the view issue page

Since:
v5.0

Field Summary
 
Fields inherited from class com.atlassian.jira.pageobjects.components.menu.JiraAuiDropdownMenu
finder, pageBinder, triggerElement
 
Constructor Summary
MoreActionsMenu()
          Deprecated.  
 
Method Summary
 MoreActionsMenu clickItem(IssueActions menuItem)
          Deprecated.  
 MoreActionsMenu open()
          Deprecated. Opens dropdown by clicking on trigger element
 
Methods inherited from class com.atlassian.jira.pageobjects.components.menu.JiraAuiDropdownMenu
close, getDropdown, initialize, isOpen, waitUntilClose, waitUntilOpen
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MoreActionsMenu

public MoreActionsMenu()
Deprecated. 
Method Detail

clickItem

public MoreActionsMenu clickItem(IssueActions menuItem)
Deprecated. 

open

public MoreActionsMenu open()
Deprecated. 
Description copied from class: JiraAuiDropdownMenu
Opens dropdown by clicking on trigger element

Overrides:
open in class JiraAuiDropdownMenu


Copyright © 2002-2013 Atlassian. All Rights Reserved.