Package | Description |
---|---|
com.atlassian.confluence.it.content |
Modifier and Type | Method and Description |
---|---|
static CommentBean |
CommentBean.focusedComment()
Returns an instance of this class representing the focused comment on the current page.
|
static CommentBean |
CommentBean.focusedComment(net.sourceforge.jwebunit.junit.WebTester tester) |
CommentBean |
ViewContentBean.getFocusedComment() |
static CommentBean |
CommentBean.newInstance(int index)
Returns an instance of this class representing the comment on the page with the given index.
|
static CommentBean |
CommentBean.newInstance(int index,
net.sourceforge.jwebunit.junit.WebTester tester) |
Modifier and Type | Method and Description |
---|---|
List<CommentBean> |
ViewContentBean.getComments()
Gets the first 20 top-level comments (if any) on the current page.
|
Copyright © 2003–2015 Atlassian. All rights reserved.