@Stability(value=Experimental) @Internal public static final class SemanticTitleOptions.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements SemanticTitleOptions
SemanticTitleOptionssoftware.amazon.jsii.JsiiObject.InitializationModeSemanticTitleOptions.Builder, SemanticTitleOptions.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
protected |
Jsii$Proxy(SemanticTitleOptions.Builder builder)
Constructor that initializes the object based on literal property values passed by the
SemanticTitleOptions.Builder. |
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
Boolean |
getRequireScope()
(experimental) Configure that a scope must always be provided.
|
List<String> |
getTypes()
(experimental) Configure a list of commit types that are allowed.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(SemanticTitleOptions.Builder builder)
SemanticTitleOptions.Builder.public final Boolean getRequireScope()
SemanticTitleOptionse.g. feat(ui), fix(core)
Default: false
getRequireScope in interface SemanticTitleOptionspublic final List<String> getTypes()
SemanticTitleOptionsDefault: ["feat", "fix", "chore"]
getTypes in interface SemanticTitleOptions@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2021. All rights reserved.