| Package | Description |
|---|---|
| org.everit.atlassian.restclient.jiracloud.v2.api | |
| org.everit.atlassian.restclient.jiracloud.v2.model |
| Modifier and Type | Method and Description |
|---|---|
io.reactivex.Single<Comment> |
IssueCommentApi.addComment(String issueIdOrKey,
Comment requestBody,
Optional<String> expand,
Optional<org.everit.http.restclient.RestRequestEnhancer> restRequestEnhancer)
Add comment
Adds a comment to an issue.
|
io.reactivex.Single<Comment> |
IssueCommentsApi.addComment(String issueIdOrKey,
Comment requestBody,
Optional<String> expand,
Optional<org.everit.http.restclient.RestRequestEnhancer> restRequestEnhancer)
Add comment
Adds a comment to an issue.
|
io.reactivex.Single<Comment> |
IssueCommentApi.getComment(String issueIdOrKey,
String id,
Optional<String> expand,
Optional<org.everit.http.restclient.RestRequestEnhancer> restRequestEnhancer)
Get comment
Returns a comment.
|
io.reactivex.Single<Comment> |
IssueCommentsApi.getComment(String issueIdOrKey,
String id,
Optional<String> expand,
Optional<org.everit.http.restclient.RestRequestEnhancer> restRequestEnhancer)
Get comment
Returns a comment.
|
io.reactivex.Single<Comment> |
IssueCommentApi.updateComment(String issueIdOrKey,
String id,
Comment requestBody,
Optional<String> expand,
Optional<org.everit.http.restclient.RestRequestEnhancer> restRequestEnhancer)
Update comment
Updates a comment.
|
io.reactivex.Single<Comment> |
IssueCommentsApi.updateComment(String issueIdOrKey,
String id,
Comment requestBody,
Optional<String> expand,
Optional<org.everit.http.restclient.RestRequestEnhancer> restRequestEnhancer)
Update comment
Updates a comment.
|
| Modifier and Type | Method and Description |
|---|---|
io.reactivex.Single<Comment> |
IssueCommentApi.addComment(String issueIdOrKey,
Comment requestBody,
Optional<String> expand,
Optional<org.everit.http.restclient.RestRequestEnhancer> restRequestEnhancer)
Add comment
Adds a comment to an issue.
|
io.reactivex.Single<Comment> |
IssueCommentsApi.addComment(String issueIdOrKey,
Comment requestBody,
Optional<String> expand,
Optional<org.everit.http.restclient.RestRequestEnhancer> restRequestEnhancer)
Add comment
Adds a comment to an issue.
|
io.reactivex.Single<Comment> |
IssueCommentApi.updateComment(String issueIdOrKey,
String id,
Comment requestBody,
Optional<String> expand,
Optional<org.everit.http.restclient.RestRequestEnhancer> restRequestEnhancer)
Update comment
Updates a comment.
|
io.reactivex.Single<Comment> |
IssueCommentsApi.updateComment(String issueIdOrKey,
String id,
Comment requestBody,
Optional<String> expand,
Optional<org.everit.http.restclient.RestRequestEnhancer> restRequestEnhancer)
Update comment
Updates a comment.
|
| Modifier and Type | Method and Description |
|---|---|
Comment |
Comment.addPropertiesItem(EntityProperty propertiesItem) |
Comment |
Comment.body(String body) |
Comment |
LinkIssueRequestJsonBean.getComment()
Get comment
|
Comment |
Comment.properties(List<EntityProperty> properties) |
Comment |
Comment.visibility(Visibility visibility) |
| Modifier and Type | Method and Description |
|---|---|
List<Comment> |
PageOfComments.getComments()
The list of comments.
|
List<Comment> |
PageBeanComment.getValues()
The list of items.
|
| Modifier and Type | Method and Description |
|---|---|
LinkIssueRequestJsonBean |
LinkIssueRequestJsonBean.comment(Comment comment) |
void |
LinkIssueRequestJsonBean.setComment(Comment comment) |
Copyright © 2011–2021 Everit Kft.. All rights reserved.