Uses of Class
org.miaixz.bus.gitlab.models.RemoteMirror
Packages that use RemoteMirror
-
Uses of RemoteMirror in org.miaixz.bus.gitlab
Methods in org.miaixz.bus.gitlab that return RemoteMirrorModifier and TypeMethodDescriptionProjectApi.createRemoteMirror(Object projectIdOrPath, String url, Boolean enabled, Boolean onlyProtectedBranches, Boolean keepDivergentRefs) Create a remote mirror for a project.ProjectApi.updateRemoteMirror(Object projectIdOrPath, Long mirrorId, Boolean enabled, Boolean onlyProtectedBranches, Boolean keepDivergentRefs) Toggle a remote mirror on or off, or change which types of branches are mirrored.Methods in org.miaixz.bus.gitlab that return types with arguments of type RemoteMirrorModifier and TypeMethodDescriptionProjectApi.getRemoteMirrors(Object projectIdOrPath) Get all remote mirrors and their statuses for the specified project.ProjectApi.getRemoteMirrors(Object projectIdOrPath, int itemsPerPage) Get a Pager of remote mirrors and their statuses for the specified project.ProjectApi.getRemoteMirrorsStream(Object projectIdOrPath) Get a Stream of all remote mirrors and their statuses for the specified project.