public class

AbstractRefCommandParameters

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

Summary

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

Protected Constructors

@Deprecated protected AbstractRefCommandParameters (AbstractBuilder builder)

This constructor is deprecated.
in 3.6 for removal in 4.0. Use AbstractRefCommandParameters(AbstractRefBuilder)

protected AbstractRefCommandParameters (AbstractRefBuilder builder)

Public Methods

@Nullable public StashUser getAuthor ()

@Nullable public String getMessage ()

@Nonnull public String getName ()