Uses of Class
com.atlassian.jira.rest.client.domain.Comment

Packages that use Comment
com.atlassian.jira.rest.client.domain   
com.atlassian.jira.rest.client.domain.input   
 

Uses of Comment in com.atlassian.jira.rest.client.domain
 

Methods in com.atlassian.jira.rest.client.domain that return Comment
static Comment Comment.createWithGroupLevel(String body, String groupLevel)
           
static Comment Comment.createWithRoleLevel(String body, String roleLevel)
           
static Comment Comment.valueOf(String body)
           
 

Methods in com.atlassian.jira.rest.client.domain that return types with arguments of type Comment
 Iterable<Comment> Issue.getComments()
           
 

Constructor parameters in com.atlassian.jira.rest.client.domain with type arguments of type Comment
Issue(String summary, URI self, String key, BasicProject project, BasicIssueType issueType, BasicStatus status, BasicPriority priority, BasicResolution resolution, Collection<Attachment> attachments, BasicUser reporter, BasicUser assignee, org.joda.time.DateTime creationDate, org.joda.time.DateTime updateDate, Collection<Version> affectedVersions, Collection<Version> fixVersions, Collection<BasicComponent> components, TimeTracking timeTracking, Collection<Field> fields, Collection<Comment> comments, URI transitionsUri, Collection<IssueLink> issueLinks, BasicVotes votes, Collection<Worklog> worklogs, BasicWatchers watchers, Iterable<String> expandos)
           
 

Uses of Comment in com.atlassian.jira.rest.client.domain.input
 

Methods in com.atlassian.jira.rest.client.domain.input that return Comment
 Comment TransitionInput.getComment()
           
 Comment LinkIssuesInput.getComment()
           
 

Constructors in com.atlassian.jira.rest.client.domain.input with parameters of type Comment
LinkIssuesInput(String fromIssueKey, String toIssueKey, String linkType, Comment comment)
           
TransitionInput(int id, Collection<FieldInput> fields, Comment comment)
           
TransitionInput(int id, Comment comment)
           
 



Copyright © 2011 Atlassian Pty Ltd. All Rights Reserved.