Uses of Class
io.gitea.model.SubmitPullReviewOptions
-
Packages that use SubmitPullReviewOptions Package Description io.gitea.api io.gitea.model -
-
Uses of SubmitPullReviewOptions in io.gitea.api
Methods in io.gitea.api with parameters of type SubmitPullReviewOptions Modifier and Type Method Description PullReviewRepositoryApi. repoSubmitPullReview(java.lang.String owner, java.lang.String repo, java.lang.Long index, java.lang.Long id, SubmitPullReviewOptions body)Submit a pending review to an pull requestcom.squareup.okhttp.CallRepositoryApi. repoSubmitPullReviewAsync(java.lang.String owner, java.lang.String repo, java.lang.Long index, java.lang.Long id, SubmitPullReviewOptions body, ApiCallback<PullReview> callback)Submit a pending review to an pull request (asynchronously)com.squareup.okhttp.CallRepositoryApi. repoSubmitPullReviewCall(java.lang.String owner, java.lang.String repo, java.lang.Long index, java.lang.Long id, SubmitPullReviewOptions body, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener)Build call for repoSubmitPullReviewApiResponse<PullReview>RepositoryApi. repoSubmitPullReviewWithHttpInfo(java.lang.String owner, java.lang.String repo, java.lang.Long index, java.lang.Long id, SubmitPullReviewOptions body)Submit a pending review to an pull request -
Uses of SubmitPullReviewOptions in io.gitea.model
Methods in io.gitea.model that return SubmitPullReviewOptions Modifier and Type Method Description SubmitPullReviewOptionsSubmitPullReviewOptions. body(java.lang.String body)SubmitPullReviewOptionsSubmitPullReviewOptions. event(java.lang.String event)
-