@Stability(value=Experimental) @Internal public static final class BranchOptions.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements BranchOptions
BranchOptionssoftware.amazon.jsii.JsiiObject.InitializationModeBranchOptions.Builder, BranchOptions.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(BranchOptions.Builder builder)
Constructor that initializes the object based on literal property values passed by the
BranchOptions.Builder. |
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
Number |
getMajorVersion()
(experimental) The major versions released from this branch.
|
String |
getNpmDistTag()
(experimental) The npm distribution tag to use for this branch.
|
String |
getPrerelease()
(experimental) Bump the version as a pre-release tag.
|
String |
getTagPrefix()
(experimental) Automatically add the given prefix to release tags.
|
String |
getWorkflowName()
(experimental) The name of the release workflow.
|
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(BranchOptions.Builder builder)
BranchOptions.Builder.public final Number getMajorVersion()
BranchOptionsgetMajorVersion in interface BranchOptionspublic final String getNpmDistTag()
BranchOptionsDefault: "latest"
getNpmDistTag in interface BranchOptionspublic final String getPrerelease()
BranchOptionsDefault: - normal releases
getPrerelease in interface BranchOptionspublic final String getTagPrefix()
BranchOptionsNote: this prefix is used to detect the latest tagged version when bumping, so if you change this on a project with an existing version history, you may need to manually tag your latest release with the new prefix.
Default: - no prefix
getTagPrefix in interface BranchOptionspublic final String getWorkflowName()
BranchOptionsDefault: "release-BRANCH"
getWorkflowName in interface BranchOptions@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2021. All rights reserved.