Uses of Class
io.gitea.model.CreateFileOptions
-
Packages that use CreateFileOptions Package Description io.gitea.api io.gitea.model -
-
Uses of CreateFileOptions in io.gitea.api
Methods in io.gitea.api with parameters of type CreateFileOptions Modifier and Type Method Description FileResponseRepositoryApi. repoCreateFile(java.lang.String owner, java.lang.String repo, java.lang.String filepath, CreateFileOptions body)Create a file in a repositorycom.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. repoCreateFileCall(java.lang.String owner, java.lang.String repo, java.lang.String filepath, CreateFileOptions body, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener)Build call for repoCreateFileApiResponse<FileResponse>RepositoryApi. repoCreateFileWithHttpInfo(java.lang.String owner, java.lang.String repo, java.lang.String filepath, CreateFileOptions body)Create a file in a repository -
Uses of CreateFileOptions in io.gitea.model
Methods in io.gitea.model that return CreateFileOptions Modifier and Type Method Description CreateFileOptionsCreateFileOptions. author(Identity author)CreateFileOptionsCreateFileOptions. branch(java.lang.String branch)CreateFileOptionsCreateFileOptions. committer(Identity committer)CreateFileOptionsCreateFileOptions. content(java.lang.String content)CreateFileOptionsCreateFileOptions. dates(CommitDateOptions dates)CreateFileOptionsCreateFileOptions. message(java.lang.String message)CreateFileOptionsCreateFileOptions. newBranch(java.lang.String newBranch)CreateFileOptionsCreateFileOptions. signoff(java.lang.Boolean signoff)
-