-
Methods in io.gitea.api with parameters of type CreateBranchRepoOption
| Modifier and Type |
Method |
Description |
Branch |
RepositoryApi.repoCreateBranch(java.lang.String owner,
java.lang.String repo,
CreateBranchRepoOption body) |
Create a branch
|
com.squareup.okhttp.Call |
RepositoryApi.repoCreateBranchAsync(java.lang.String owner,
java.lang.String repo,
CreateBranchRepoOption body,
ApiCallback<Branch> callback) |
Create a branch (asynchronously)
|
com.squareup.okhttp.Call |
RepositoryApi.repoCreateBranchCall(java.lang.String owner,
java.lang.String repo,
CreateBranchRepoOption body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener) |
Build call for repoCreateBranch
|
ApiResponse<Branch> |
RepositoryApi.repoCreateBranchWithHttpInfo(java.lang.String owner,
java.lang.String repo,
CreateBranchRepoOption body) |
Create a branch
|
-