public class CommentsModule.CommentData extends Object
| Constructor and Description |
|---|
CommentData(com.atlassian.pageobjects.elements.PageElement item,
String issueKey,
com.atlassian.pageobjects.elements.PageElement container) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getId() |
com.atlassian.pageobjects.elements.PageElement |
getPinComponent() |
CommentReactions |
getReactions() |
int |
hashCode() |
com.atlassian.pageobjects.elements.query.TimedQuery<Boolean> |
isPinned() |
DeleteCommentConfirmationDialog |
openDeleteDialog() |
void |
pinComment() |
String |
toString() |
void |
unpinComment() |
public CommentData(com.atlassian.pageobjects.elements.PageElement item,
String issueKey,
com.atlassian.pageobjects.elements.PageElement container)
public String getId()
public CommentReactions getReactions()
public com.atlassian.pageobjects.elements.PageElement getPinComponent()
public void pinComment()
public void unpinComment()
public com.atlassian.pageobjects.elements.query.TimedQuery<Boolean> isPinned()
public DeleteCommentConfirmationDialog openDeleteDialog()
Copyright © 2002-2024 Atlassian. All Rights Reserved.