Class CommentsModule

java.lang.Object
com.atlassian.jira.pageobjects.pages.viewissue.CommentsModule

public class CommentsModule extends Object
Since:
v6.0
  • Field Details

    • pageElementFinder

      @Inject protected com.atlassian.pageobjects.elements.PageElementFinder pageElementFinder
    • pageBinder

      @Inject protected com.atlassian.pageobjects.PageBinder pageBinder
    • timeouts

      @Inject protected com.atlassian.pageobjects.elements.timeout.Timeouts timeouts
  • Constructor Details

    • CommentsModule

      public CommentsModule(String issueKey)
  • Method Details

    • waitForLoad

      public void waitForLoad()
    • getComments

      public com.atlassian.pageobjects.elements.query.TimedQuery<List<CommentsModule.CommentData>> getComments()
    • getPinnedHeaderComments

      public com.atlassian.pageobjects.elements.query.TimedQuery<List<CommentsModule.CommentData>> getPinnedHeaderComments()
    • doesPinnedHeaderExist

      public Boolean doesPinnedHeaderExist()
    • isPinnedHeaderVisible

      public Boolean isPinnedHeaderVisible()
    • hasLoadMoreButton

      public Boolean hasLoadMoreButton()
    • loadMore

      public CommentsModule loadMore()
    • loadAll

      public CommentsModule loadAll()
    • sortOldestFirst

      public CommentsModule sortOldestFirst()
    • sortNewestFirst

      public CommentsModule sortNewestFirst()
    • hasSortButton

      public Boolean hasSortButton()
    • getSortButton

      public com.atlassian.pageobjects.elements.PageElement getSortButton()
    • scrollToTabsMenu

      public void scrollToTabsMenu()
    • isAscending

      public boolean isAscending()