public class AllTabModule extends Object
Modifier and Type | Class and Description |
---|---|
static class |
AllTabModule.AllTabItem |
Modifier and Type | Field and Description |
---|---|
protected ExtendedElementFinder |
extendedElementFinder |
protected com.atlassian.pageobjects.PageBinder |
pageBinder |
protected com.atlassian.pageobjects.elements.PageElementFinder |
pageElementFinder |
protected com.atlassian.pageobjects.elements.timeout.Timeouts |
timeouts |
Constructor and Description |
---|
AllTabModule(String issueKey) |
Modifier and Type | Method and Description |
---|---|
com.atlassian.pageobjects.elements.PageElement |
getSortButton() |
List<AllTabModule.AllTabItem> |
getVisibleAllTabItems() |
Boolean |
hasLoadMoreButton() |
Boolean |
hasSortButton() |
boolean |
isAscending() |
AllTabModule |
loadAll() |
AllTabModule |
loadMore() |
AllTabModule |
sortNewestFirst() |
AllTabModule |
sortOldestFirst() |
void |
waitForLoad() |
@Inject protected com.atlassian.pageobjects.elements.PageElementFinder pageElementFinder
@Inject protected ExtendedElementFinder extendedElementFinder
@Inject protected com.atlassian.pageobjects.PageBinder pageBinder
@Inject protected com.atlassian.pageobjects.elements.timeout.Timeouts timeouts
public AllTabModule(String issueKey)
public void waitForLoad()
public List<AllTabModule.AllTabItem> getVisibleAllTabItems()
public Boolean hasLoadMoreButton()
public AllTabModule loadMore()
public AllTabModule loadAll()
public AllTabModule sortOldestFirst()
public AllTabModule sortNewestFirst()
public Boolean hasSortButton()
public com.atlassian.pageobjects.elements.PageElement getSortButton()
public boolean isAscending()
Copyright © 2002-2023 Atlassian. All Rights Reserved.