public class

AbstractCreateRefCommandParameters

extends AbstractRefCommandParameters
java.lang.Object
   ↳ com.atlassian.stash.util.BuilderSupport
     ↳ com.atlassian.stash.scm.AbstractCommandParameters
       ↳ com.atlassian.stash.scm.ref.AbstractRefCommandParameters
         ↳ com.atlassian.stash.scm.ref.AbstractCreateRefCommandParameters
Known Direct Subclasses

Summary

Nested Classes
class AbstractCreateRefCommandParameters.AbstractBuilder<B extends AbstractBuilder<B>> This class is deprecated. in 3.6 for removal in 4.0. Use AbstractCreateRefCommandParameters.AbstractCreateRefBuilder  
class AbstractCreateRefCommandParameters.AbstractCreateRefBuilder<B extends AbstractCreateRefBuilder<B>>  
[Expand]
Inherited Fields
From class com.atlassian.stash.util.BuilderSupport
Protected Constructors
@Deprecated AbstractCreateRefCommandParameters(AbstractBuilder builder)
This constructor is deprecated. in 3.6 for removal in 4.0. Use AbstractCreateRefCommandParameters(AbstractCreateRefBuilder)
AbstractCreateRefCommandParameters(AbstractCreateRefBuilder builder)
Public Methods
@Nonnull String getStartPoint()
[Expand]
Inherited Methods
From class com.atlassian.stash.scm.ref.AbstractRefCommandParameters
From class com.atlassian.stash.util.BuilderSupport
From class java.lang.Object

Protected Constructors

@Deprecated protected AbstractCreateRefCommandParameters (AbstractBuilder builder)

This constructor is deprecated.
in 3.6 for removal in 4.0. Use AbstractCreateRefCommandParameters(AbstractCreateRefBuilder)

protected AbstractCreateRefCommandParameters (AbstractCreateRefBuilder builder)

Public Methods

@Nonnull public String getStartPoint ()

Returns
  • the commit the new ref will point to, which may be identified by ID or by branch or tag name