com.atlassian.jira.pageobjects.navigator
Class IssueNavigatorResults

java.lang.Object
  extended by com.atlassian.jira.pageobjects.navigator.IssueNavigatorResults

public class IssueNavigatorResults
extends Object

Results on issue navigator. Can be used for either simple or advanced mode.

Since:
v4.4

Field Summary
protected  com.atlassian.pageobjects.PageBinder binder
           
protected  com.atlassian.pageobjects.elements.PageElementFinder finder
           
protected  com.atlassian.pageobjects.elements.PageElement issuetable
           
protected  com.atlassian.pageobjects.elements.PageElement totalCount
           
protected  com.atlassian.webdriver.AtlassianWebDriver webDriver
           
 
Constructor Summary
IssueNavigatorResults()
           
 
Method Summary
 IssueNavigatorResults focus()
           
 void getElements()
           
 SelectedIssue getSelectedIssue()
           
 int getTotalCount()
           
 void loaded()
           
 IssueNavigatorResults nextIssue()
           
 ShifterDialog openActionsDialog()
           
 ShifterDialog openActionsDialog(long issueId)
           
 SelectedIssue selectIssue(String issueKey)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

totalCount

protected com.atlassian.pageobjects.elements.PageElement totalCount

issuetable

protected com.atlassian.pageobjects.elements.PageElement issuetable

binder

@Inject
protected com.atlassian.pageobjects.PageBinder binder

finder

@Inject
protected com.atlassian.pageobjects.elements.PageElementFinder finder

webDriver

@Inject
protected com.atlassian.webdriver.AtlassianWebDriver webDriver
Constructor Detail

IssueNavigatorResults

public IssueNavigatorResults()
Method Detail

loaded

public void loaded()

getElements

public void getElements()

getTotalCount

public int getTotalCount()

getSelectedIssue

public SelectedIssue getSelectedIssue()

openActionsDialog

public ShifterDialog openActionsDialog()

openActionsDialog

public ShifterDialog openActionsDialog(long issueId)

focus

public IssueNavigatorResults focus()

nextIssue

public IssueNavigatorResults nextIssue()

selectIssue

public SelectedIssue selectIssue(String issueKey)


Copyright © 2002-2014 Atlassian. All Rights Reserved.