public class CommentsModule extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
CommentsModule.CommentData |
| 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 |
|---|
CommentsModule(String issueKey) |
| Modifier and Type | Method and Description |
|---|---|
com.atlassian.pageobjects.elements.query.TimedQuery<List<CommentsModule.CommentData>> |
getComments() |
com.atlassian.pageobjects.elements.PageElement |
getSortButton() |
Boolean |
hasLoadMoreButton() |
Boolean |
hasSortButton() |
boolean |
isAscending() |
CommentsModule |
loadAll() |
CommentsModule |
loadMore() |
CommentsModule |
sortNewestFirst() |
CommentsModule |
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 CommentsModule(String issueKey)
public void waitForLoad()
public com.atlassian.pageobjects.elements.query.TimedQuery<List<CommentsModule.CommentData>> getComments()
public Boolean hasLoadMoreButton()
public CommentsModule loadMore()
public CommentsModule loadAll()
public CommentsModule sortOldestFirst()
public CommentsModule sortNewestFirst()
public Boolean hasSortButton()
public com.atlassian.pageobjects.elements.PageElement getSortButton()
public boolean isAscending()
Copyright © 2002-2023 Atlassian. All Rights Reserved.