public class AbstractMergeCommandParameters extends AbstractCommandParameters
| Modifier and Type | Class and Description |
|---|---|
static class |
AbstractMergeCommandParameters.AbstractBuilder<B extends AbstractMergeCommandParameters.AbstractBuilder<B>> |
NOT_BLANK| Modifier | Constructor and Description |
|---|---|
protected |
AbstractMergeCommandParameters(AbstractMergeCommandParameters.AbstractBuilder<?> builder) |
| Modifier and Type | Method and Description |
|---|---|
ApplicationUser |
getAuthor() |
int |
getCommitSummaries() |
ApplicationUser |
getCommitter() |
String |
getMessage() |
String |
getStrategyId() |
boolean |
isDryRun() |
addIf, addIf, addIf, addIf, addIf, addIf, checkNotBlank, requireNonBlankprotected AbstractMergeCommandParameters(AbstractMergeCommandParameters.AbstractBuilder<?> builder)
builder - a AbstractMergeCommandParameters.AbstractBuilder builder with properties to set on the constructed instance@Nonnull public ApplicationUser getAuthor()
public int getCommitSummaries()
message, which may be
0 to not append any@Nonnull public ApplicationUser getCommitter()
@Nullable public String getStrategyId()
ID for the strategy to use
to perform the merge, which may be null to use the SCM's default strategypublic boolean isDryRun()
Copyright © 2019 Atlassian. All rights reserved.