Uses of Class
io.gitea.model.CreatePushMirrorOption
-
Packages that use CreatePushMirrorOption Package Description io.gitea.api io.gitea.model -
-
Uses of CreatePushMirrorOption in io.gitea.api
Methods in io.gitea.api with parameters of type CreatePushMirrorOption Modifier and Type Method Description PushMirrorRepositoryApi. repoAddPushMirror(java.lang.String owner, java.lang.String repo, CreatePushMirrorOption body)add a push mirror to the repositorycom.squareup.okhttp.CallRepositoryApi. repoAddPushMirrorAsync(java.lang.String owner, java.lang.String repo, CreatePushMirrorOption body, ApiCallback<PushMirror> callback)add a push mirror to the repository (asynchronously)com.squareup.okhttp.CallRepositoryApi. repoAddPushMirrorCall(java.lang.String owner, java.lang.String repo, CreatePushMirrorOption body, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener)Build call for repoAddPushMirrorApiResponse<PushMirror>RepositoryApi. repoAddPushMirrorWithHttpInfo(java.lang.String owner, java.lang.String repo, CreatePushMirrorOption body)add a push mirror to the repository -
Uses of CreatePushMirrorOption in io.gitea.model
Methods in io.gitea.model that return CreatePushMirrorOption Modifier and Type Method Description CreatePushMirrorOptionCreatePushMirrorOption. interval(java.lang.String interval)CreatePushMirrorOptionCreatePushMirrorOption. remoteAddress(java.lang.String remoteAddress)CreatePushMirrorOptionCreatePushMirrorOption. remotePassword(java.lang.String remotePassword)CreatePushMirrorOptionCreatePushMirrorOption. remoteUsername(java.lang.String remoteUsername)
-