Uses of Class
org.gitlab4j.api.models.RemoteMirror
Packages that use RemoteMirror
-
Uses of RemoteMirror in org.gitlab4j.api
Methods in org.gitlab4j.api 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.gitlab4j.api 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.