| java.lang.Object | |||
| ↳ | com.atlassian.stash.util.BuilderSupport | ||
| ↳ | com.atlassian.stash.scm.AbstractCommandParameters | ||
| ↳ | com.atlassian.stash.scm.AbstractMergeCommandParameters | ||
Known Direct Subclasses
|
| Nested Classes | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| AbstractMergeCommandParameters.AbstractBuilder<B extends AbstractBuilder<B>> | |||||||||||
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.atlassian.stash.util.BuilderSupport
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
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 | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.atlassian.stash.util.BuilderSupport
| |||||||||||
From class
java.lang.Object
| |||||||||||
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
| 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 |
| builder | a AbstractMergeCommandParameters.AbstractBuilder builder with properties to set on the constructed instance |
|---|