Uses of Class
io.gitea.model.CreateIssueCommentOption
-
Packages that use CreateIssueCommentOption Package Description io.gitea.api io.gitea.model -
-
Uses of CreateIssueCommentOption in io.gitea.api
Methods in io.gitea.api with parameters of type CreateIssueCommentOption Modifier and Type Method Description CommentIssueApi. issueCreateComment(java.lang.String owner, java.lang.String repo, java.lang.Long index, CreateIssueCommentOption body)Add a comment to an issuecom.squareup.okhttp.CallIssueApi. issueCreateCommentAsync(java.lang.String owner, java.lang.String repo, java.lang.Long index, CreateIssueCommentOption body, ApiCallback<Comment> callback)Add a comment to an issue (asynchronously)com.squareup.okhttp.CallIssueApi. issueCreateCommentCall(java.lang.String owner, java.lang.String repo, java.lang.Long index, CreateIssueCommentOption body, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener)Build call for issueCreateCommentApiResponse<Comment>IssueApi. issueCreateCommentWithHttpInfo(java.lang.String owner, java.lang.String repo, java.lang.Long index, CreateIssueCommentOption body)Add a comment to an issue -
Uses of CreateIssueCommentOption in io.gitea.model
Methods in io.gitea.model that return CreateIssueCommentOption Modifier and Type Method Description CreateIssueCommentOptionCreateIssueCommentOption. body(java.lang.String body)
-