@Stability(value=Experimental) @Internal public static final class GitPublishOptions.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements GitPublishOptions
GitPublishOptionssoftware.amazon.jsii.JsiiObject.InitializationModeGitPublishOptions.Builder, GitPublishOptions.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(GitPublishOptions.Builder builder)
Constructor that initializes the object based on literal property values passed by the
GitPublishOptions.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) |
String |
getChangelogFile()
(experimental) The location of an .md file (relative to `dist/`) that includes the changelog for the release.
|
String |
getGitBranch()
(experimental) Branch to push to.
|
String |
getGitPushCommand()
(experimental) Override git-push command.
|
String |
getProjectChangelogFile()
(experimental) The location of an .md file that includes the project-level changelog.
|
String |
getReleaseTagFile()
(experimental) The location of a text file (relative to `dist/`) that contains the release tag.
|
String |
getVersionFile()
(experimental) The location of a text file (relative to `dist/`) that contains the version number.
|
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(GitPublishOptions.Builder builder)
GitPublishOptions.Builder.public final String getChangelogFile()
GitPublishOptionsExample:
// Example automatically generated from non-compiling source. May contain errors. changelog.md
getChangelogFile in interface GitPublishOptionspublic final String getReleaseTagFile()
GitPublishOptionsExample:
// Example automatically generated from non-compiling source. May contain errors. releasetag.txt
getReleaseTagFile in interface GitPublishOptionspublic final String getVersionFile()
GitPublishOptionsExample:
// Example automatically generated from non-compiling source. May contain errors. version.txt
getVersionFile in interface GitPublishOptionspublic final String getGitBranch()
GitPublishOptionsDefault: "main"
getGitBranch in interface GitPublishOptionspublic final String getGitPushCommand()
GitPublishOptionsSet to an empty string to disable pushing.
getGitPushCommand in interface GitPublishOptionspublic final String getProjectChangelogFile()
GitPublishOptionsgetProjectChangelogFile in interface GitPublishOptions@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2021. All rights reserved.