Uses of Class
io.gitea.model.CreatePullReviewOptions
-
Packages that use CreatePullReviewOptions Package Description io.gitea.api io.gitea.model -
-
Uses of CreatePullReviewOptions in io.gitea.api
Methods in io.gitea.api with parameters of type CreatePullReviewOptions Modifier and Type Method Description PullReviewRepositoryApi. repoCreatePullReview(java.lang.String owner, java.lang.String repo, java.lang.Long index, CreatePullReviewOptions body)Create a review to an pull requestcom.squareup.okhttp.CallRepositoryApi. repoCreatePullReviewAsync(java.lang.String owner, java.lang.String repo, java.lang.Long index, CreatePullReviewOptions body, ApiCallback<PullReview> callback)Create a review to an pull request (asynchronously)com.squareup.okhttp.CallRepositoryApi. repoCreatePullReviewCall(java.lang.String owner, java.lang.String repo, java.lang.Long index, CreatePullReviewOptions body, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener)Build call for repoCreatePullReviewApiResponse<PullReview>RepositoryApi. repoCreatePullReviewWithHttpInfo(java.lang.String owner, java.lang.String repo, java.lang.Long index, CreatePullReviewOptions body)Create a review to an pull request -
Uses of CreatePullReviewOptions in io.gitea.model
Methods in io.gitea.model that return CreatePullReviewOptions Modifier and Type Method Description CreatePullReviewOptionsCreatePullReviewOptions. addCommentsItem(CreatePullReviewComment commentsItem)CreatePullReviewOptionsCreatePullReviewOptions. body(java.lang.String body)CreatePullReviewOptionsCreatePullReviewOptions. comments(java.util.List<CreatePullReviewComment> comments)CreatePullReviewOptionsCreatePullReviewOptions. commitId(java.lang.String commitId)CreatePullReviewOptionsCreatePullReviewOptions. event(java.lang.String event)
-