Class CommentsModule.CommentData

java.lang.Object
com.atlassian.jira.pageobjects.pages.viewissue.CommentsModule.CommentData
Enclosing class:
CommentsModule

public class CommentsModule.CommentData extends Object
  • Constructor Details

    • CommentData

      public CommentData(com.atlassian.pageobjects.elements.PageElement item, String issueKey, com.atlassian.pageobjects.elements.PageElement container)
  • Method Details

    • getId

      public String getId()
    • getReactions

      public CommentReactions getReactions()
    • getPinComponent

      public com.atlassian.pageobjects.elements.PageElement getPinComponent()
    • pinComment

      public void pinComment()
    • unpinComment

      public void unpinComment()
    • unpinCommentFromAllCommentsSection

      public void unpinCommentFromAllCommentsSection()
    • unpinCommentFromPinnedCommentsSection

      public void unpinCommentFromPinnedCommentsSection()
    • scrollToCommentDate

      public void scrollToCommentDate()
    • isPinned

      public com.atlassian.pageobjects.elements.query.TimedQuery<Boolean> isPinned()
    • openDeleteDialog

      public DeleteCommentConfirmationDialog openDeleteDialog()
    • dismissErrorLimitReachedDialog

      public void dismissErrorLimitReachedDialog()
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object