Uses of Class
com.atlassian.bitbucket.scm.PushCommandParameters.Builder
Packages that use PushCommandParameters.Builder
-
Uses of PushCommandParameters.Builder in com.atlassian.bitbucket.scm
Methods in com.atlassian.bitbucket.scm that return PushCommandParameters.BuilderModifier and TypeMethodDescriptionPushCommandParameters.Builder.anonymous
(boolean value) If no credentials are to be provided, set this totrue
.PushCommandParameters.Builder.force
(boolean value) Specifies whether to supply--force
to force updates to remote refs.PushCommandParameters.Builder.includePrivateRefs
(boolean value) If an explicit refspec is set then this setting is ignored.PushCommandParameters.Builder.privateKey
(File value) PushCommandParameters.Builder.privateKey
(Path value) 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.PushCommandParameters.Builder.withEnvironment
(String name, String value) Puts the providedvalue
in theenvironment
map with the specifiedname
, after ensuring both thename
andvalue
are not blank.