Uses of Class
com.atlassian.confluence.it.content.CommentBean
- 
Packages that use CommentBean Package Description com.atlassian.confluence.it.content  - 
- 
Uses of CommentBean in com.atlassian.confluence.it.content
Methods in com.atlassian.confluence.it.content that return CommentBean Modifier and Type Method Description static CommentBeanCommentBean. focusedComment()Returns an instance of this class representing the focused comment on the current page.static CommentBeanCommentBean. focusedComment(net.sourceforge.jwebunit.junit.WebTester tester)CommentBeanViewContentBean. getFocusedComment()static CommentBeanCommentBean. newInstance(int index)Returns an instance of this class representing the comment on the page with the given index.static CommentBeanCommentBean. newInstance(int index, net.sourceforge.jwebunit.junit.WebTester tester)Methods in com.atlassian.confluence.it.content that return types with arguments of type CommentBean Modifier and Type Method Description List<CommentBean>ViewContentBean. getComments()Gets the first 20 top-level comments (if any) on the current page. 
 -