@Stability(value=Experimental) @Internal public static final class GitHubReleasesPublishOptions.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements GitHubReleasesPublishOptions
GitHubReleasesPublishOptionssoftware.amazon.jsii.JsiiObject.InitializationModeGitHubReleasesPublishOptions.Builder, GitHubReleasesPublishOptions.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(GitHubReleasesPublishOptions.Builder builder)
Constructor that initializes the object based on literal property values passed by the
GitHubReleasesPublishOptions.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 |
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(GitHubReleasesPublishOptions.Builder builder)
GitHubReleasesPublishOptions.Builder.public final String getChangelogFile()
GitHubReleasesPublishOptionsExample:
// Example automatically generated from non-compiling source. May contain errors. changelog.md
getChangelogFile in interface GitHubReleasesPublishOptionspublic final String getReleaseTagFile()
GitHubReleasesPublishOptionsExample:
// Example automatically generated from non-compiling source. May contain errors. releasetag.txt
getReleaseTagFile in interface GitHubReleasesPublishOptionspublic final String getVersionFile()
GitHubReleasesPublishOptionsExample:
// Example automatically generated from non-compiling source. May contain errors. version.txt
getVersionFile in interface GitHubReleasesPublishOptions@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2021. All rights reserved.