public static class BranchSummary.Builder extends AbstractSummary.AbstractBuilder<BranchSummary.Builder,BranchSummary>
NOT_BLANK| Constructor and Description |
|---|
Builder(AbstractSummary summary)
Creates and initializes a new builder using details from the provided
summary. |
Builder(CommandResult result)
Creates a new builder with the provided
result. |
| Modifier and Type | Method and Description |
|---|---|
BranchSummary |
build() |
protected BranchSummary.Builder |
self() |
addIf, addIf, addIf, addIf, addIf, addIf, checkNotBlank, requireNonBlankpublic Builder(@Nonnull AbstractSummary summary)
summary.summary - the summary to initialize this builder frompublic Builder(@Nonnull CommandResult result)
result.result - the operation result for the summary@Nonnull public BranchSummary build()
build in class AbstractSummary.AbstractBuilder<BranchSummary.Builder,BranchSummary>@Nonnull protected BranchSummary.Builder self()
self in class AbstractSummary.AbstractBuilder<BranchSummary.Builder,BranchSummary>Copyright © 2021 Atlassian. All rights reserved.