-
MirrorSyncCommandParameters.Builder.anonymous(boolean value)
If no credentials are to be provided, set this to true
.
MirrorSyncCommandParameters.Builder.atomic(boolean value)
If an explicit refspec is set then this setting is ignored.
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.
Puts the provided value
in the environment
map with the specified name
, after ensuring
both the name
and value
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.