public abstract static class AbstractSummary.AbstractBuilder<B extends AbstractSummary.AbstractBuilder<B,S>,S extends AbstractSummary> extends BuilderSupport
NOT_BLANK| Modifier | Constructor and Description |
|---|---|
protected |
AbstractBuilder(AbstractSummary summary)
Creates and initializes a new builder using details from the provided
summary. |
protected |
AbstractBuilder(CommandResult result)
Creates a new builder with the provided
result. |
| Modifier and Type | Method and Description |
|---|---|
abstract S |
build() |
protected abstract B |
self() |
addIf, addIf, addIf, addIf, addIf, addIf, checkNotBlank, requireNonBlankprotected AbstractBuilder(@Nonnull AbstractSummary summary)
summary.summary - the summary to initialize this builder fromprotected AbstractBuilder(@Nonnull CommandResult result)
result.result - the operation result for the summaryCopyright © 2019 Atlassian. All rights reserved.