Class SimpleIssueList
java.lang.Object
com.atlassian.jira.plugin.issuenav.pageobjects.components.SimpleIssueList
The list of issues on the left of the split layout.
- Since:
- v6.4
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected org.openqa.selenium.WebDriverprotected com.atlassian.pageobjects.PageBinder -
Constructor Summary
ConstructorsConstructorDescriptionSimpleIssueList(TraceContext tracer) SimpleIssueList(TraceContext tracer, Tracer checkpoint) -
Method Summary
Modifier and TypeMethodDescriptionvoidclickIssue(String issueKey) voidclickIssuePressingKey(String issueKey, org.openqa.selenium.Keys pressedKey) intcom.atlassian.pageobjects.elements.query.TimedQuery<String> com.atlassian.pageobjects.elements.PageElementcom.atlassian.pageobjects.elements.PageElementgetInaccessibleIssue(String issueKey) com.atlassian.pageobjects.elements.PageElementgetIssueKeyAt(int index) intbooleanbooleanisInaccessibleIssue(String issueKey) voidready()refresh()
-
Field Details
-
pageBinder
@Inject protected com.atlassian.pageobjects.PageBinder pageBinder -
driver
@Inject protected org.openqa.selenium.WebDriver driver
-
-
Constructor Details
-
SimpleIssueList
-
SimpleIssueList
-
-
Method Details
-
ready
public void ready() -
getHighlightedIssueLink
public com.atlassian.pageobjects.elements.PageElement getHighlightedIssueLink()- Returns:
- the link corresponding to the currently highlighted issue.
-
getHighlightedIssueIndex
public int getHighlightedIssueIndex()- Returns:
- the index of the highlighted issue in the list of issues.
-
getHighlightedIssueKey
- Returns:
- the key of the currently highlighted issue.
-
getResultsCountTotal
public int getResultsCountTotal()- Returns:
- the total number of issues returned by the search.
-
pagination
-
goToNextPage
-
goToPreviousPage
-
goToPage
-
refresh
-
clickIssue
-
clickIssuePressingKey
-
getIssue
-
getIssueKeyAt
-
getInaccessibleIssue
-
hasIssue
-
isInaccessibleIssue
-
orderBy
-
switchOrderDirection
-