-
Methods in io.gitea.api with parameters of type CreateRepoOption
| Modifier and Type |
Method |
Description |
Repository |
AdminApi.adminCreateRepo(java.lang.String username,
CreateRepoOption repository) |
Create a repository on behalf of a user
|
com.squareup.okhttp.Call |
AdminApi.adminCreateRepoAsync(java.lang.String username,
CreateRepoOption repository,
ApiCallback<Repository> callback) |
Create a repository on behalf of a user (asynchronously)
|
com.squareup.okhttp.Call |
AdminApi.adminCreateRepoCall(java.lang.String username,
CreateRepoOption repository,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener) |
Build call for adminCreateRepo
|
ApiResponse<Repository> |
AdminApi.adminCreateRepoWithHttpInfo(java.lang.String username,
CreateRepoOption repository) |
Create a repository on behalf of a user
|
Repository |
RepositoryApi.createCurrentUserRepo(CreateRepoOption body) |
Create a repository
|
Repository |
UserApi.createCurrentUserRepo(CreateRepoOption body) |
Create a repository
|
com.squareup.okhttp.Call |
RepositoryApi.createCurrentUserRepoAsync(CreateRepoOption body,
ApiCallback<Repository> callback) |
Create a repository (asynchronously)
|
com.squareup.okhttp.Call |
UserApi.createCurrentUserRepoAsync(CreateRepoOption body,
ApiCallback<Repository> callback) |
Create a repository (asynchronously)
|
com.squareup.okhttp.Call |
RepositoryApi.createCurrentUserRepoCall(CreateRepoOption body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener) |
Build call for createCurrentUserRepo
|
com.squareup.okhttp.Call |
UserApi.createCurrentUserRepoCall(CreateRepoOption body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener) |
Build call for createCurrentUserRepo
|
ApiResponse<Repository> |
RepositoryApi.createCurrentUserRepoWithHttpInfo(CreateRepoOption body) |
Create a repository
|
ApiResponse<Repository> |
UserApi.createCurrentUserRepoWithHttpInfo(CreateRepoOption body) |
Create a repository
|
Repository |
OrganizationApi.createOrgRepo(java.lang.String org,
CreateRepoOption body) |
Create a repository in an organization
|
com.squareup.okhttp.Call |
OrganizationApi.createOrgRepoAsync(java.lang.String org,
CreateRepoOption body,
ApiCallback<Repository> callback) |
Create a repository in an organization (asynchronously)
|
com.squareup.okhttp.Call |
OrganizationApi.createOrgRepoCall(java.lang.String org,
CreateRepoOption body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener) |
Build call for createOrgRepo
|
Repository |
OrganizationApi.createOrgRepoDeprecated(java.lang.String org,
CreateRepoOption body) |
Deprecated.
|
com.squareup.okhttp.Call |
OrganizationApi.createOrgRepoDeprecatedAsync(java.lang.String org,
CreateRepoOption body,
ApiCallback<Repository> callback) |
Deprecated.
|
com.squareup.okhttp.Call |
OrganizationApi.createOrgRepoDeprecatedCall(java.lang.String org,
CreateRepoOption body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener) |
Deprecated.
|
ApiResponse<Repository> |
OrganizationApi.createOrgRepoDeprecatedWithHttpInfo(java.lang.String org,
CreateRepoOption body) |
Deprecated.
|
ApiResponse<Repository> |
OrganizationApi.createOrgRepoWithHttpInfo(java.lang.String org,
CreateRepoOption body) |
Create a repository in an organization
|
-