Package com.atlassian.bitbucket.scm.ref
Class CreateBranchCommandParameters
java.lang.Object
com.atlassian.bitbucket.util.BuilderSupport
com.atlassian.bitbucket.scm.AbstractCommandParameters
com.atlassian.bitbucket.scm.ref.AbstractRefCommandParameters
com.atlassian.bitbucket.scm.ref.AbstractCreateRefCommandParameters
com.atlassian.bitbucket.scm.ref.CreateBranchCommandParameters
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
CreateBranchCommandParameters.AbstractCreateBranchBuilder<B extends CreateBranchCommandParameters.AbstractCreateBranchBuilder<B>>
static class
Nested classes/interfaces inherited from class com.atlassian.bitbucket.scm.ref.AbstractCreateRefCommandParameters
AbstractCreateRefCommandParameters.AbstractCreateRefBuilder<B extends AbstractCreateRefCommandParameters.AbstractCreateRefBuilder<B>>
Nested classes/interfaces inherited from class com.atlassian.bitbucket.scm.ref.AbstractRefCommandParameters
AbstractRefCommandParameters.AbstractRefBuilder<B extends AbstractRefCommandParameters.AbstractRefBuilder<B>>
-
Field Summary
Fields inherited from class com.atlassian.bitbucket.util.BuilderSupport
NOT_BLANK
-
Constructor Summary
ModifierConstructorDescriptionprotected
-
Method Summary
Methods inherited from class com.atlassian.bitbucket.scm.ref.AbstractCreateRefCommandParameters
getStartPoint
Methods inherited from class com.atlassian.bitbucket.scm.ref.AbstractRefCommandParameters
getAuthor, getMessage, getName
Methods inherited from class com.atlassian.bitbucket.util.BuilderSupport
addIf, addIf, addIf, addIf, addIf, addIf, checkNotBlank, requireNonBlank
-
Constructor Details
-
CreateBranchCommandParameters
protected CreateBranchCommandParameters(CreateBranchCommandParameters.AbstractCreateBranchBuilder builder)
-