Uses of Class
com.atlassian.bamboo.plugins.rest.model.build.comment.CreateCommentRequest
Packages that use CreateCommentRequest
Package
Description
-
Uses of CreateCommentRequest in com.atlassian.bamboo.plugins.rest.model.build.comment
-
Uses of CreateCommentRequest in com.atlassian.bamboo.plugins.rest.resource
Methods in com.atlassian.bamboo.plugins.rest.resource with parameters of type CreateCommentRequestModifier and TypeMethodDescriptionvoidResultResource.addBuildComment(String projectKey, String buildKey, String buildNumber, CreateCommentRequest comment, jakarta.ws.rs.core.UriInfo uriInfo) -
Uses of CreateCommentRequest in com.atlassian.bamboo.plugins.rest.service
Methods in com.atlassian.bamboo.plugins.rest.service with parameters of type CreateCommentRequestModifier and TypeMethodDescriptionvoidResultService.addBuildComment(String projectKey, String buildKey, String buildNumber, CreateCommentRequest comment, RestAuthenticationContext restAuthenticationContext, jakarta.ws.rs.core.UriInfo uriInfo) voidResultServiceImpl.addBuildComment(String projectKey, String buildKey, String buildNumber, CreateCommentRequest comment, RestAuthenticationContext restAuthenticationContext, jakarta.ws.rs.core.UriInfo uriInfo)