public class

AbstractMergeCommandParameters

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

Summary

Nested Classes
class AbstractMergeCommandParameters.AbstractBuilder<B extends AbstractBuilder<B>>  
[Expand]
Inherited Fields
From class com.atlassian.bitbucket.util.BuilderSupport
Protected Constructors
AbstractMergeCommandParameters(AbstractBuilder<?> builder)
Public Methods
@Nonnull ApplicationUser getAuthor()
@Nullable String getMessage()
boolean isDryRun()
[Expand]
Inherited Methods
From class com.atlassian.bitbucket.util.BuilderSupport
From class java.lang.Object

Protected Constructors

protected AbstractMergeCommandParameters (AbstractBuilder<?> builder)

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

Public Methods

@Nonnull public ApplicationUser getAuthor ()

@Nullable public String getMessage ()

public boolean isDryRun ()