Uses of Class
io.gitea.model.DeleteFileOptions
-
Packages that use DeleteFileOptions Package Description io.gitea.api io.gitea.model -
-
Uses of DeleteFileOptions in io.gitea.api
Methods in io.gitea.api with parameters of type DeleteFileOptions Modifier and Type Method Description FileDeleteResponseRepositoryApi. repoDeleteFile(java.lang.String owner, java.lang.String repo, java.lang.String filepath, DeleteFileOptions body)Delete a file in a repositorycom.squareup.okhttp.CallRepositoryApi. repoDeleteFileAsync(java.lang.String owner, java.lang.String repo, java.lang.String filepath, DeleteFileOptions body, ApiCallback<FileDeleteResponse> callback)Delete a file in a repository (asynchronously)com.squareup.okhttp.CallRepositoryApi. repoDeleteFileCall(java.lang.String owner, java.lang.String repo, java.lang.String filepath, DeleteFileOptions body, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener)Build call for repoDeleteFileApiResponse<FileDeleteResponse>RepositoryApi. repoDeleteFileWithHttpInfo(java.lang.String owner, java.lang.String repo, java.lang.String filepath, DeleteFileOptions body)Delete a file in a repository -
Uses of DeleteFileOptions in io.gitea.model
Methods in io.gitea.model that return DeleteFileOptions Modifier and Type Method Description DeleteFileOptionsDeleteFileOptions. author(Identity author)DeleteFileOptionsDeleteFileOptions. branch(java.lang.String branch)DeleteFileOptionsDeleteFileOptions. committer(Identity committer)DeleteFileOptionsDeleteFileOptions. dates(CommitDateOptions dates)DeleteFileOptionsDeleteFileOptions. message(java.lang.String message)DeleteFileOptionsDeleteFileOptions. newBranch(java.lang.String newBranch)DeleteFileOptionsDeleteFileOptions. sha(java.lang.String sha)DeleteFileOptionsDeleteFileOptions. signoff(java.lang.Boolean signoff)
-