public class

AbstractMergeCommandParameters

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

Summary

Nested Classes
class AbstractMergeCommandParameters.AbstractBuilder<B extends AbstractBuilder<B>>  
[Expand]
Inherited Fields
From class com.atlassian.stash.util.BuilderSupport
Public Constructors
@Deprecated AbstractMergeCommandParameters(StashUser author, boolean dryRun, String message)
This constructor is deprecated. in 3.7. This constructor should not be public and will removed in 4.0. Derived classes should use AbstractMergeCommandParameters(AbstractBuilder) and pass in their builders
Protected Constructors
AbstractMergeCommandParameters(AbstractBuilder<?> builder)
Public Methods
@Nonnull StashUser getAuthor()
@Nullable String getMessage()
boolean isDryRun()
[Expand]
Inherited Methods
From class com.atlassian.stash.util.BuilderSupport
From class java.lang.Object

Public Constructors

@Deprecated public AbstractMergeCommandParameters (StashUser author, boolean dryRun, String message)

This constructor is deprecated.
in 3.7. This constructor should not be public and will removed in 4.0. Derived classes should use AbstractMergeCommandParameters(AbstractBuilder) and pass in their builders

Parameters
author the author to record on the merge
dryRun true to simulate the merge but not update any refs; otherwise, false to perform the merge
message the commit message to record for the merge

Protected Constructors

protected AbstractMergeCommandParameters (AbstractBuilder<?> builder)

Parameters
builder a AbstractMergeCommandParameters.AbstractBuilder builder with properties to set on the constructed instance

Public Methods

@Nonnull public StashUser getAuthor ()

@Nullable public String getMessage ()

public boolean isDryRun ()