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

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

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

Methods in com.atlassian.jira.issue.fields.rest.json that return CommentJsonBean
 CommentJsonBean CommentBeanFactory.createBean(Comment comment)
          Generate a bean suitable for serialisation by Jackon into JSON.
 CommentJsonBean DefaultCommentBeanFactory.createBean(Comment comment)
           
 CommentJsonBean CommentBeanFactory.createRenderedBean(Comment comment)
          Generate a bean suitable for serialisation by Jackon into JSON.
 CommentJsonBean DefaultCommentBeanFactory.createRenderedBean(Comment comment)
           
 

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

Fields in com.atlassian.jira.issue.fields.rest.json.beans declared as CommentJsonBean
static CommentJsonBean CommentJsonBean.DOC_EXAMPLE
           
static CommentJsonBean CommentJsonBean.DOC_UPDATE_EXAMPLE
           
 

Methods in com.atlassian.jira.issue.fields.rest.json.beans that return CommentJsonBean
static CommentJsonBean CommentJsonBean.expandedShortBean(Comment comment, JiraBaseUrls urls, ProjectRoleManager projectRoleManager, DateTimeFormatterFactory dateTimeFormatterFactory, RendererManager rendererManager, String rendererType, IssueRenderContext renderContext, String expand)
           
 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
static Collection<CommentJsonBean> CommentJsonBean.expandedShortBeans(Collection<Comment> comments, JiraBaseUrls urls, ProjectRoleManager projectRoleManager, DateTimeFormatterFactory dateTimeFormatterFactory, RendererManager rendererManager, String rendererType, IssueRenderContext renderContext, String expand)
           
 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)
           
 

Uses of CommentJsonBean in com.atlassian.jira.rest.v2.issue
 

Methods in com.atlassian.jira.rest.v2.issue with parameters of type CommentJsonBean
 javax.ws.rs.core.Response CommentResource.addComment(String issueIdOrKey, String expand, CommentJsonBean request)
          Adds a new comment to an issue.
 javax.ws.rs.core.Response IssueResource.addComment(String issueIdOrKey, String expand, CommentJsonBean request)
          Adds a new comment to an issue.
 javax.ws.rs.core.Response CommentResource.updateComment(String issueIdOrKey, String commentId, String expand, CommentJsonBean request)
          Updates an existing comment using its JSON representation.
 javax.ws.rs.core.Response IssueResource.updateComment(String issueIdOrKey, String commentId, String expand, CommentJsonBean request)
          Updates an existing comment using its JSON representation.
 



Copyright © 2002-2013 Atlassian. All Rights Reserved.