-
PushCommandParameters.Builder.anonymous(boolean value)
If no credentials are to be provided, set this to true
.
PushCommandParameters.Builder.force(boolean value)
Specifies whether to supply --force
to force updates to remote refs.
If an explicit refspec is set then this setting is ignored.
PushCommandParameters.Builder.prune(boolean value)
Specifies whether to supply --prune
to prune remote branches and tags where the local 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.