Class GitCreateBranchCommandParameters.Builder
java.lang.Object
com.atlassian.bitbucket.scm.ref.AbstractRefCommandParameters.AbstractRefBuilder<B>
com.atlassian.bitbucket.scm.ref.AbstractCreateRefCommandParameters.AbstractCreateRefBuilder<B>
com.atlassian.bitbucket.scm.ref.CreateBranchCommandParameters.AbstractCreateBranchBuilder<GitCreateBranchCommandParameters.Builder>
com.atlassian.bitbucket.scm.git.ref.GitCreateBranchCommandParameters.Builder
- Enclosing class:
- GitCreateBranchCommandParameters
public static class GitCreateBranchCommandParameters.Builder
extends com.atlassian.bitbucket.scm.ref.CreateBranchCommandParameters.AbstractCreateBranchBuilder<GitCreateBranchCommandParameters.Builder>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()force(boolean value) reflog(boolean value) protected GitCreateBranchCommandParameters.Builderself()Methods inherited from class com.atlassian.bitbucket.scm.ref.AbstractCreateRefCommandParameters.AbstractCreateRefBuilder
startPoint, validateMethods inherited from class com.atlassian.bitbucket.scm.ref.AbstractRefCommandParameters.AbstractRefBuilder
author, message, name
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
build
-
force
-
reflog
-
self
- Specified by:
selfin classcom.atlassian.bitbucket.scm.ref.AbstractRefCommandParameters.AbstractRefBuilder<GitCreateBranchCommandParameters.Builder>
-