public class CommentBean extends Object
Modifier and Type | Method and Description |
---|---|
boolean |
canReply() |
boolean |
commentExists() |
static boolean |
commentExists(int index)
Deprecated.
Since 5.2. Use
newInstance(int) and commentExists() |
EditContentBean |
edit() |
static CommentBean |
focusedComment()
Returns an instance of this class representing the focused comment on the current page.
|
static CommentBean |
focusedComment(net.sourceforge.jwebunit.junit.WebTester tester) |
String |
getContent() |
String |
getDate() |
String |
getDateTitle() |
String |
getId() |
String |
getPermalink()
Returns the permalink id of the comment.
|
String |
getProfilePicSrc() |
String |
getUserFullName() |
String |
getUserlink()
Returns the user profile link of the comment.
|
boolean |
isEditable() |
boolean |
isRemovable() |
static CommentBean |
newInstance(int index)
Returns an instance of this class representing the comment on the page with the given index.
|
static CommentBean |
newInstance(int index,
net.sourceforge.jwebunit.junit.WebTester tester) |
@Deprecated public static boolean commentExists(int index)
newInstance(int)
and commentExists()
public static CommentBean newInstance(int index)
public static CommentBean newInstance(int index, net.sourceforge.jwebunit.junit.WebTester tester)
public boolean commentExists()
public static CommentBean focusedComment()
public static CommentBean focusedComment(net.sourceforge.jwebunit.junit.WebTester tester)
public String getProfilePicSrc()
public String getId()
public String getContent()
public String getUserFullName()
public String getDate()
public String getDateTitle()
public String getPermalink()
public String getUserlink()
public boolean isEditable()
public boolean canReply()
public boolean isRemovable()
public EditContentBean edit()
Copyright © 2003–2017 Atlassian. All rights reserved.