Uses of Class
io.gitea.model.PullReviewComment
| Package | Description |
|---|---|
| io.gitea.api | |
| io.gitea.model |
-
Uses of PullReviewComment in io.gitea.api
Methods in io.gitea.api that return types with arguments of type PullReviewComment Modifier and Type Method Description java.util.List<PullReviewComment>RepositoryApi. repoGetPullReviewComments(java.lang.String owner, java.lang.String repo, java.lang.Long index, java.lang.Long id)Get a specific review for a pull requestApiResponse<java.util.List<PullReviewComment>>RepositoryApi. repoGetPullReviewCommentsWithHttpInfo(java.lang.String owner, java.lang.String repo, java.lang.Long index, java.lang.Long id)Get a specific review for a pull requestMethod parameters in io.gitea.api with type arguments of type PullReviewComment Modifier and Type Method Description com.squareup.okhttp.CallRepositoryApi. repoGetPullReviewCommentsAsync(java.lang.String owner, java.lang.String repo, java.lang.Long index, java.lang.Long id, ApiCallback<java.util.List<PullReviewComment>> callback)Get a specific review for a pull request (asynchronously) -
Uses of PullReviewComment in io.gitea.model
Methods in io.gitea.model that return PullReviewComment Modifier and Type Method Description PullReviewCommentPullReviewComment. body(java.lang.String body)PullReviewCommentPullReviewComment. commitId(java.lang.String commitId)PullReviewCommentPullReviewComment. createdAt(org.threeten.bp.OffsetDateTime createdAt)PullReviewCommentPullReviewComment. diffHunk(java.lang.String diffHunk)PullReviewCommentPullReviewComment. htmlUrl(java.lang.String htmlUrl)PullReviewCommentPullReviewComment. id(java.lang.Long id)PullReviewCommentPullReviewComment. originalCommitId(java.lang.String originalCommitId)PullReviewCommentPullReviewComment. originalPosition(java.lang.Integer originalPosition)PullReviewCommentPullReviewComment. path(java.lang.String path)PullReviewCommentPullReviewComment. position(java.lang.Integer position)PullReviewCommentPullReviewComment. pullRequestReviewId(java.lang.Long pullRequestReviewId)PullReviewCommentPullReviewComment. pullRequestUrl(java.lang.String pullRequestUrl)PullReviewCommentPullReviewComment. resolver(User resolver)PullReviewCommentPullReviewComment. updatedAt(org.threeten.bp.OffsetDateTime updatedAt)PullReviewCommentPullReviewComment. user(User user)