Package com.atlassian.bitbucket.scm.ref
Class AbstractCreateRefCommandParameters
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
- Direct Known Subclasses:
CreateBranchCommandParameters
,CreateTagCommandParameters
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
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
AbstractCreateRefCommandParameters
(AbstractCreateRefCommandParameters.AbstractCreateRefBuilder builder) -
Method Summary
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
-
AbstractCreateRefCommandParameters
protected AbstractCreateRefCommandParameters(AbstractCreateRefCommandParameters.AbstractCreateRefBuilder builder)
-
-
Method Details
-
getStartPoint
- Returns:
- the commit the new ref will point to, which may be identified by ID or by branch or tag name
-