Uses of Class
com.atlassian.jira.rest.v2.issue.CommentBean

Packages that use CommentBean
com.atlassian.jira.rest.v2.issue   
 

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

Methods in com.atlassian.jira.rest.v2.issue that return CommentBean
 CommentBean LinkIssueRequestBean.getComment()
           
 

Methods in com.atlassian.jira.rest.v2.issue that return types with arguments of type CommentBean
static List<CommentBean> CommentBean.asBeans(List<Comment> comments, javax.ws.rs.core.UriInfo uriInfo)
           
 

Constructors in com.atlassian.jira.rest.v2.issue with parameters of type CommentBean
LinkIssueRequestBean(String fromIssueKey, String toIssueKey, String linkType, CommentBean comment)
           
 



Copyright © 2002-2011 Atlassian. All Rights Reserved.