Package | Description |
---|---|
com.atlassian.servicedesk.api.comment | |
com.atlassian.servicedesk.api.event |
Modifier and Type | Method and Description |
---|---|
com.atlassian.fugue.Either<com.atlassian.pocketknife.api.commons.error.AnError,ServiceDeskComment> |
ServiceDeskCommentService.createInternalComment(com.atlassian.jira.user.ApplicationUser user,
ValidatedInternalCommentParameters commentParameters)
|
com.atlassian.fugue.Either<com.atlassian.pocketknife.api.commons.error.AnError,ServiceDeskComment> |
ServiceDeskCommentService.createPublicComment(com.atlassian.jira.user.ApplicationUser user,
ValidatedPublicCommentParameters commentParameters)
|
com.atlassian.fugue.Either<com.atlassian.pocketknife.api.commons.error.AnError,ServiceDeskComment> |
ServiceDeskCommentService.createServiceDeskComment(com.atlassian.jira.user.ApplicationUser user,
ServiceDeskCommentCreateParameters createParameters)
Create a new Service Desk comment with the provided
ApplicationUser as the author |
com.atlassian.fugue.Either<com.atlassian.pocketknife.api.commons.error.AnError,PagedResponse<ServiceDeskComment>> |
ServiceDeskCommentService.getCommentsOfRequest(com.atlassian.jira.user.ApplicationUser user,
ServiceDeskCommentQuery commentQuery)
Retrieve a page of
ServiceDeskComment of a particular CustomerRequest |
com.atlassian.fugue.Either<com.atlassian.pocketknife.api.commons.error.AnError,ServiceDeskComment> |
ServiceDeskCommentService.getServiceDeskCommentById(com.atlassian.jira.user.ApplicationUser user,
Long commentId)
Gets a
ServiceDeskComment from a comment id. |
com.atlassian.fugue.Either<com.atlassian.pocketknife.api.commons.error.AnError,ServiceDeskComment> |
ServiceDeskCommentService.getServiceDeskCommentByJiraComment(com.atlassian.jira.user.ApplicationUser user,
com.atlassian.jira.issue.comments.Comment comment)
|
Modifier and Type | Method and Description |
---|---|
ServiceDeskComment |
ServiceDeskCommentEvent.getComment() |
Copyright © 2017 Atlassian. All rights reserved.