@Stability(value=Experimental) public static final class SemanticTitleOptions.Builder extends Object implements software.amazon.jsii.Builder<SemanticTitleOptions>
SemanticTitleOptions| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
SemanticTitleOptions |
build()
Builds the configured instance.
|
SemanticTitleOptions.Builder |
requireScope(Boolean requireScope)
Sets the value of
SemanticTitleOptions.getRequireScope() |
SemanticTitleOptions.Builder |
types(List<String> types)
Sets the value of
SemanticTitleOptions.getTypes() |
@Stability(value=Experimental) public SemanticTitleOptions.Builder requireScope(Boolean requireScope)
SemanticTitleOptions.getRequireScope()requireScope - Configure that a scope must always be provided.
e.g. feat(ui), fix(core)this@Stability(value=Experimental) public SemanticTitleOptions.Builder types(List<String> types)
SemanticTitleOptions.getTypes()types - Configure a list of commit types that are allowed.this@Stability(value=Experimental) public SemanticTitleOptions build()
build in interface software.amazon.jsii.Builder<SemanticTitleOptions>SemanticTitleOptionsNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.