Uses of Class
io.gitea.model.FileResponse
-
Packages that use FileResponse Package Description io.gitea.api io.gitea.model -
-
Uses of FileResponse in io.gitea.api
Methods in io.gitea.api that return FileResponse Modifier and Type Method Description FileResponseRepositoryApi. repoApplyDiffPatch(java.lang.String owner, java.lang.String repo, UpdateFileOptions body)Apply diff patch to repositoryFileResponseRepositoryApi. repoCreateFile(java.lang.String owner, java.lang.String repo, java.lang.String filepath, CreateFileOptions body)Create a file in a repositoryFileResponseRepositoryApi. repoUpdateFile(java.lang.String owner, java.lang.String repo, java.lang.String filepath, UpdateFileOptions body)Update a file in a repositoryMethods in io.gitea.api that return types with arguments of type FileResponse Modifier and Type Method Description ApiResponse<FileResponse>RepositoryApi. repoApplyDiffPatchWithHttpInfo(java.lang.String owner, java.lang.String repo, UpdateFileOptions body)Apply diff patch to repositoryApiResponse<FileResponse>RepositoryApi. repoCreateFileWithHttpInfo(java.lang.String owner, java.lang.String repo, java.lang.String filepath, CreateFileOptions body)Create a file in a repositoryApiResponse<FileResponse>RepositoryApi. repoUpdateFileWithHttpInfo(java.lang.String owner, java.lang.String repo, java.lang.String filepath, UpdateFileOptions body)Update a file in a repositoryMethod parameters in io.gitea.api with type arguments of type FileResponse Modifier and Type Method Description com.squareup.okhttp.CallRepositoryApi. repoApplyDiffPatchAsync(java.lang.String owner, java.lang.String repo, UpdateFileOptions body, ApiCallback<FileResponse> callback)Apply diff patch to repository (asynchronously)com.squareup.okhttp.CallRepositoryApi. repoCreateFileAsync(java.lang.String owner, java.lang.String repo, java.lang.String filepath, CreateFileOptions body, ApiCallback<FileResponse> callback)Create a file in a repository (asynchronously)com.squareup.okhttp.CallRepositoryApi. repoUpdateFileAsync(java.lang.String owner, java.lang.String repo, java.lang.String filepath, UpdateFileOptions body, ApiCallback<FileResponse> callback)Update a file in a repository (asynchronously) -
Uses of FileResponse in io.gitea.model
Methods in io.gitea.model that return FileResponse Modifier and Type Method Description FileResponseFileResponse. commit(FileCommitResponse commit)FileResponseFileResponse. content(ContentsResponse content)FileResponseFileResponse. verification(PayloadCommitVerification verification)
-