-
Methods in io.gitea.api with parameters of type UpdateFileOptions
| Modifier and Type |
Method |
Description |
FileResponse |
RepositoryApi.repoUpdateFile(java.lang.String owner,
java.lang.String repo,
java.lang.String filepath,
UpdateFileOptions body) |
Update a file in a repository
|
com.squareup.okhttp.Call |
RepositoryApi.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)
|
com.squareup.okhttp.Call |
RepositoryApi.repoUpdateFileCall(java.lang.String owner,
java.lang.String repo,
java.lang.String filepath,
UpdateFileOptions body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener) |
Build call for repoUpdateFile
|
ApiResponse<FileResponse> |
RepositoryApi.repoUpdateFileWithHttpInfo(java.lang.String owner,
java.lang.String repo,
java.lang.String filepath,
UpdateFileOptions body) |
Update a file in a repository
|
-