Uses of Class
com.atlassian.jira.issue.fields.rest.json.beans.CommentJsonBean

Packages that use CommentJsonBean
com.atlassian.jira.issue.fields.rest.json.beans   
 

Uses of CommentJsonBean in com.atlassian.jira.issue.fields.rest.json.beans
 

Methods in com.atlassian.jira.issue.fields.rest.json.beans that return CommentJsonBean
 CommentJsonBean LinkIssueRequestJsonBean.getComment()
           
static CommentJsonBean CommentJsonBean.renderedShortBean(Comment comment, JiraBaseUrls urls, ProjectRoleManager projectRoleManager, DateTimeFormatterFactory dateTimeFormatterFactory, RendererManager rendererManager, String rendererType, IssueRenderContext renderContext)
           
static CommentJsonBean CommentJsonBean.shortBean(Comment comment, JiraBaseUrls urls, ProjectRoleManager projectRoleManager)
           
 

Methods in com.atlassian.jira.issue.fields.rest.json.beans that return types with arguments of type CommentJsonBean
 Collection<CommentJsonBean> CommentsWithPaginationJsonBean.getComments()
           
static Collection<CommentJsonBean> CommentJsonBean.renderedShortBeans(Collection<Comment> comments, JiraBaseUrls urls, ProjectRoleManager projectRoleManager, DateTimeFormatterFactory dateTimeFormatterFactory, RendererManager rendererManager, String rendererType, IssueRenderContext renderContext)
           
static Collection<CommentJsonBean> CommentJsonBean.shortBeans(Collection<Comment> comments, JiraBaseUrls urls, ProjectRoleManager projectRoleManager)
           
 

Method parameters in com.atlassian.jira.issue.fields.rest.json.beans with type arguments of type CommentJsonBean
 void CommentsWithPaginationJsonBean.setComments(Collection<CommentJsonBean> comments)
           
 

Constructors in com.atlassian.jira.issue.fields.rest.json.beans with parameters of type CommentJsonBean
LinkIssueRequestJsonBean(IssueRefJsonBean fromIssueKey, IssueRefJsonBean toIssueKey, IssueLinkTypeJsonBean type, CommentJsonBean comment)
           
 



Copyright © 2002-2011 Atlassian. All Rights Reserved.