Uses of Class
com.atlassian.bamboo.plugins.rest.model.build.comment.RestCommentList

Packages that use RestCommentList
com.atlassian.bamboo.plugins.rest.documentation   
com.atlassian.bamboo.plugins.rest.model.build   
com.atlassian.bamboo.plugins.rest.model.build.comment   
 

Uses of RestCommentList in com.atlassian.bamboo.plugins.rest.documentation
 

Fields in com.atlassian.bamboo.plugins.rest.documentation declared as RestCommentList
static RestCommentList RestCommentExampleDocument.EXAMPLE_COMMENT_LIST
           
 

Uses of RestCommentList in com.atlassian.bamboo.plugins.rest.model.build
 

Fields in com.atlassian.bamboo.plugins.rest.model.build declared as RestCommentList
protected  RestCommentList Result.comments
           
 

Methods in com.atlassian.bamboo.plugins.rest.model.build that return RestCommentList
protected  RestCommentList Result.getComments()
           
 

Methods in com.atlassian.bamboo.plugins.rest.model.build with parameters of type RestCommentList
 void Result.setComments(RestCommentList comments)
           
 

Uses of RestCommentList in com.atlassian.bamboo.plugins.rest.model.build.comment
 

Methods in com.atlassian.bamboo.plugins.rest.model.build.comment with parameters of type RestCommentList
 void RestComments.setComments(RestCommentList comments)
           
 

Constructors in com.atlassian.bamboo.plugins.rest.model.build.comment with parameters of type RestCommentList
RestComments(RestCommentList comments)
           
 



Copyright © 2012 Atlassian. All Rights Reserved.