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.elements.PageElement issuetable
           
protected  com.atlassian.pageobjects.elements.PageElement newSeachLink
           
protected  com.atlassian.pageobjects.elements.PageElement totalCount
           
 
Constructor Summary
IssueNavigatorResults()
           
 
Method Summary
 IssueNavigatorResults focus()
           
 void getElements()
           
 SelectedIssue getSelectedIssue()
           
 int getTotalCount()
           
 void loaded()
           
 IssueNavigatorResults nextIssue()
           
 
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

newSeachLink

protected com.atlassian.pageobjects.elements.PageElement newSeachLink

issuetable

protected com.atlassian.pageobjects.elements.PageElement issuetable
Constructor Detail

IssueNavigatorResults

public IssueNavigatorResults()
Method Detail

loaded

public void loaded()

getElements

public void getElements()

getTotalCount

public int getTotalCount()

getSelectedIssue

public SelectedIssue getSelectedIssue()

focus

public IssueNavigatorResults focus()

nextIssue

public IssueNavigatorResults nextIssue()


Copyright © 2002-2012 Atlassian. All Rights Reserved.