Uses of Class
io.gitea.model.CreateForkOption
-
Packages that use CreateForkOption Package Description io.gitea.api io.gitea.model -
-
Uses of CreateForkOption in io.gitea.api
Methods in io.gitea.api with parameters of type CreateForkOption Modifier and Type Method Description RepositoryRepositoryApi. createFork(java.lang.String owner, java.lang.String repo, CreateForkOption body)Fork a repositorycom.squareup.okhttp.CallRepositoryApi. createForkAsync(java.lang.String owner, java.lang.String repo, CreateForkOption body, ApiCallback<Repository> callback)Fork a repository (asynchronously)com.squareup.okhttp.CallRepositoryApi. createForkCall(java.lang.String owner, java.lang.String repo, CreateForkOption body, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener)Build call for createForkApiResponse<Repository>RepositoryApi. createForkWithHttpInfo(java.lang.String owner, java.lang.String repo, CreateForkOption body)Fork a repository -
Uses of CreateForkOption in io.gitea.model
Methods in io.gitea.model that return CreateForkOption Modifier and Type Method Description CreateForkOptionCreateForkOption. name(java.lang.String name)CreateForkOptionCreateForkOption. organization(java.lang.String organization)
-