com.atlassian.jira.webtest.selenium.framework.components
Class IssueMenu

java.lang.Object
  extended by com.atlassian.jira.webtest.selenium.framework.core.AbstractSeleniumPageObject
      extended by com.atlassian.jira.webtest.selenium.framework.components.IssueMenu
All Implemented Interfaces:
PageObject

public class IssueMenu
extends AbstractSeleniumPageObject
implements PageObject

Represents the "menu" in the stalker bar.

Since:
v4.2

Field Summary
 
Fields inherited from class com.atlassian.jira.webtest.selenium.framework.core.AbstractSeleniumPageObject
assertThat, client, context
 
Constructor Summary
IssueMenu(SeleniumContext ctx)
           
IssueMenu(SeleniumContext ctx, long defaultTimeout)
           
 
Method Summary
 void assertReady(long timeout)
          Assert that this object is loaded and ready to be exercised by Selenium.
 void clickOperation(LegacyIssueOperation operation)
           
 void clickWorkflow(WorkflowTransition workflow)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IssueMenu

public IssueMenu(SeleniumContext ctx,
                 long defaultTimeout)

IssueMenu

public IssueMenu(SeleniumContext ctx)
Method Detail

assertReady

public void assertReady(long timeout)
Description copied from interface: PageObject
Assert that this object is loaded and ready to be exercised by Selenium.

Specified by:
assertReady in interface PageObject
Parameters:
timeout - timeout to wait

clickOperation

public void clickOperation(LegacyIssueOperation operation)

clickWorkflow

public void clickWorkflow(WorkflowTransition workflow)


Copyright © 2002-2013 Atlassian. All Rights Reserved.