|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Comment | |
|---|---|
| com.atlassian.jira.rest.client.api | |
| com.atlassian.jira.rest.client.api.domain | |
| com.atlassian.jira.rest.client.api.domain.input | |
| Uses of Comment in com.atlassian.jira.rest.client.api |
|---|
| Methods in com.atlassian.jira.rest.client.api with parameters of type Comment | |
|---|---|
com.atlassian.util.concurrent.Promise<Void> |
IssueRestClient.addComment(URI commentsUri,
Comment comment)
Adds a comment to JIRA (adding it to selected issue) |
| Uses of Comment in com.atlassian.jira.rest.client.api.domain |
|---|
| Methods in com.atlassian.jira.rest.client.api.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.api.domain that return types with arguments of type Comment | |
|---|---|
Iterable<Comment> |
Issue.getComments()
|
| Constructor parameters in com.atlassian.jira.rest.client.api.domain with type arguments of type Comment | |
|---|---|
Issue(String summary,
URI self,
String key,
Long id,
BasicProject project,
BasicIssueType issueType,
BasicStatus status,
String description,
BasicPriority priority,
BasicResolution resolution,
Collection<Attachment> attachments,
User reporter,
User assignee,
org.joda.time.DateTime creationDate,
org.joda.time.DateTime updateDate,
org.joda.time.DateTime dueDate,
Collection<Version> affectedVersions,
Collection<Version> fixVersions,
Collection<BasicComponent> components,
TimeTracking timeTracking,
Collection<IssueField> issueFields,
Collection<Comment> comments,
URI transitionsUri,
Collection<IssueLink> issueLinks,
BasicVotes votes,
Collection<Worklog> worklogs,
BasicWatchers watchers,
Iterable<String> expandos,
Collection<Subtask> subtasks,
Collection<ChangelogGroup> changelog,
Set<String> labels)
|
|
| Uses of Comment in com.atlassian.jira.rest.client.api.domain.input |
|---|
| Methods in com.atlassian.jira.rest.client.api.domain.input that return Comment | |
|---|---|
Comment |
TransitionInput.getComment()
|
Comment |
LinkIssuesInput.getComment()
|
| Constructors in com.atlassian.jira.rest.client.api.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)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||