com.atlassian.jira.pageobjects.project.versions.operations
Class VersionOperationDropdown

java.lang.Object
  extended by com.atlassian.jira.pageobjects.project.versions.operations.VersionOperationDropdown

public class VersionOperationDropdown
extends Object

Since:
v4.4

Constructor Summary
VersionOperationDropdown(String id)
           
 
Method Summary
 void click(String operation)
          Clicks the specified operation in the drop down.
 DeleteOperation clickDelete()
           
 void close()
          Closes the drop down by pressing esc.
 void getElements()
           
 boolean hasOperation(String operation)
          Checks if the drop down has the specified operation
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VersionOperationDropdown

public VersionOperationDropdown(String id)
Method Detail

getElements

public void getElements()

hasOperation

public boolean hasOperation(String operation)
Checks if the drop down has the specified operation

Parameters:
operation - the link text used to check for operation existence, e.g. "Edit Details"
Returns:
true, if a link with the specified link text exists

clickDelete

public DeleteOperation clickDelete()

click

public void click(String operation)
Clicks the specified operation in the drop down.

Parameters:
operation - the link text to click

close

public void close()
Closes the drop down by pressing esc.



Copyright © 2002-2013 Atlassian. All Rights Reserved.