Uses of Class
io.gitea.model.CreateBranchRepoOption
-
Packages that use CreateBranchRepoOption Package Description io.gitea.api io.gitea.model -
-
Uses of CreateBranchRepoOption in io.gitea.api
Methods in io.gitea.api with parameters of type CreateBranchRepoOption Modifier and Type Method Description BranchRepositoryApi. repoCreateBranch(java.lang.String owner, java.lang.String repo, CreateBranchRepoOption body)Create a branchcom.squareup.okhttp.CallRepositoryApi. repoCreateBranchAsync(java.lang.String owner, java.lang.String repo, CreateBranchRepoOption body, ApiCallback<Branch> callback)Create a branch (asynchronously)com.squareup.okhttp.CallRepositoryApi. repoCreateBranchCall(java.lang.String owner, java.lang.String repo, CreateBranchRepoOption body, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener)Build call for repoCreateBranchApiResponse<Branch>RepositoryApi. repoCreateBranchWithHttpInfo(java.lang.String owner, java.lang.String repo, CreateBranchRepoOption body)Create a branch -
Uses of CreateBranchRepoOption in io.gitea.model
Methods in io.gitea.model that return CreateBranchRepoOption Modifier and Type Method Description CreateBranchRepoOptionCreateBranchRepoOption. newBranchName(java.lang.String newBranchName)CreateBranchRepoOptionCreateBranchRepoOption. oldBranchName(java.lang.String oldBranchName)
-