Package com.atlassian.bitbucket.scm
Class CommandSummary.Builder
java.lang.Object
com.atlassian.bitbucket.util.BuilderSupport
com.atlassian.bitbucket.util.AbstractSummary.AbstractBuilder<CommandSummary.Builder,CommandSummary>
com.atlassian.bitbucket.scm.CommandSummary.Builder
- Enclosing class:
- CommandSummary
public static class CommandSummary.Builder
extends AbstractSummary.AbstractBuilder<CommandSummary.Builder,CommandSummary>
-
Field Summary
Fields inherited from class com.atlassian.bitbucket.util.BuilderSupport
NOT_BLANK
-
Constructor Summary
ConstructorDescriptionBuilder
(CommandResult result) Creates a new builder with the providedresult
. -
Method Summary
Methods inherited from class com.atlassian.bitbucket.util.BuilderSupport
addIf, addIf, addIf, addIf, addIf, addIf, checkNotBlank, requireNonBlank
-
Constructor Details
-
Builder
Creates a new builder with the providedresult
.- Parameters:
result
- the command result for the summary
-
-
Method Details
-
build
- Specified by:
build
in classAbstractSummary.AbstractBuilder<CommandSummary.Builder,
CommandSummary>
-
self
- Specified by:
self
in classAbstractSummary.AbstractBuilder<CommandSummary.Builder,
CommandSummary>
-