Uses of Class
com.atlassian.bitbucket.scm.mirror.MirrorSyncCommandParameters.Builder
Packages that use MirrorSyncCommandParameters.Builder
-
Uses of MirrorSyncCommandParameters.Builder in com.atlassian.bitbucket.scm.mirror
Methods in com.atlassian.bitbucket.scm.mirror that return MirrorSyncCommandParameters.BuilderModifier and TypeMethodDescriptionMirrorSyncCommandParameters.Builder.anonymous
(boolean value) If no credentials are to be provided, set this totrue
.MirrorSyncCommandParameters.Builder.atomic
(boolean value) MirrorSyncCommandParameters.Builder.includePrivateRefs
(boolean value) If an explicit refspec is set then this setting is ignored.MirrorSyncCommandParameters.Builder.privateKey
(File value) MirrorSyncCommandParameters.Builder.privateKey
(Path value) MirrorSyncCommandParameters.Builder.prune
(boolean value) Specifies whether to supply--prune
to prune local branches and tags where the upstream branch or tag has been deleted.MirrorSyncCommandParameters.Builder.withEnvironment
(String name, String value) Puts the providedvalue
in theenvironment
map with the specifiedname
, after ensuring both thename
andvalue
are not blank.MirrorSyncCommandParameters.Builder.withTags
(boolean value) If using a refspec that includes tags this must be set to false or the fetch command will fail.