Uses of Class
com.atlassian.confluence.it.Comment

Packages that use Comment
com.atlassian.confluence   
com.atlassian.confluence.it   
com.atlassian.confluence.it.rpc   
com.atlassian.confluence.selenium   
com.atlassian.confluence.selenium.client   
 

Uses of Comment in com.atlassian.confluence
 

Fields in com.atlassian.confluence declared as Comment
 Comment AbstractConfluenceAcceptanceTest.TEST_COMMENT
           
 

Uses of Comment in com.atlassian.confluence.it
 

Fields in com.atlassian.confluence.it declared as Comment
 Comment TestData.comment
           
static Comment Comment.TEST
           
 

Uses of Comment in com.atlassian.confluence.it.rpc
 

Methods in com.atlassian.confluence.it.rpc that return Comment
 Comment ConfluenceRpc.getComment(AbstractPageEntity pageEntity, long commentId)
           
 

Methods in com.atlassian.confluence.it.rpc that return types with arguments of type Comment
 List<Comment> ConfluenceRpc.getComments(Page page)
           
 

Methods in com.atlassian.confluence.it.rpc with parameters of type Comment
 void ConfluenceRpc.changeCommentCreatedDate(Comment comment, Date newCreationDate)
           
 long ConfluenceRpc.createComment(Comment comment)
           
 long ConfluenceRpc.createComment(Comment comment, long parentCommentId)
           
 void ConfluenceRpc.removeComment(Comment comment)
           
 long ConfluenceRpc.saveComment(Comment comment)
           
 

Uses of Comment in com.atlassian.confluence.selenium
 

Fields in com.atlassian.confluence.selenium declared as Comment
protected  Comment AbstractSeleniumTest.testComment
           
 

Uses of Comment in com.atlassian.confluence.selenium.client
 

Methods in com.atlassian.confluence.selenium.client with parameters of type Comment
 void Editor.replyToComment(Comment comment)
          Opens the reply page for the given comment
 



Copyright © 2003-2012 Atlassian. All Rights Reserved.