com.atlassian.jira.webtest.webdriver.selenium
Class IssueNavigation

java.lang.Object
  extended by com.atlassian.jira.webtest.webdriver.selenium.IssueNavigation

public class IssueNavigation
extends Object

TODO: Document this class / interface here

Since:
v5.1

Constructor Summary
IssueNavigation(JiraTestedProduct jira, com.atlassian.pageobjects.elements.PageElementFinder pageElementFinder)
           
 
Method Summary
 void editIssue(String issueKey)
           
 ViewIssuePage viewIssue(String issueKey)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IssueNavigation

public IssueNavigation(JiraTestedProduct jira,
                       com.atlassian.pageobjects.elements.PageElementFinder pageElementFinder)
Method Detail

editIssue

public void editIssue(String issueKey)

viewIssue

public ViewIssuePage viewIssue(String issueKey)


Copyright © 2002-2014 Atlassian. All Rights Reserved.