com.atlassian.jira.pageobjects.navigator
Class IssueNavigatorResults
java.lang.Object
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 |
newSeachLink
|
protected com.atlassian.pageobjects.elements.PageElement |
totalCount
|
protected com.atlassian.webdriver.AtlassianWebDriver |
webDriver
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
totalCount
protected com.atlassian.pageobjects.elements.PageElement totalCount
newSeachLink
protected com.atlassian.pageobjects.elements.PageElement newSeachLink
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
IssueNavigatorResults
public IssueNavigatorResults()
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.