@Stability(value=Deprecated) @Deprecated @Internal public static final class GoPublishOptions.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements GoPublishOptions
GoPublishOptionssoftware.amazon.jsii.JsiiObject.InitializationModeGoPublishOptions.Builder, GoPublishOptions.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(GoPublishOptions.Builder builder)
Deprecated.
Constructor that initializes the object based on literal property values passed by the
GoPublishOptions.Builder. |
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Deprecated.
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()
Deprecated.
|
boolean |
equals(Object o)
Deprecated.
|
String |
getGitBranch()
Deprecated.
(deprecated) Branch to push to.
|
String |
getGitCommitMessage()
Deprecated.
(deprecated) The commit message.
|
String |
getGithubRepo()
Deprecated.
(deprecated) GitHub repository to push to.
|
String |
getGithubTokenSecret()
Deprecated.
(deprecated) The name of the secret that includes a personal GitHub access token used to push to the GitHub repository.
|
String |
getGitUserEmail()
Deprecated.
(deprecated) The email to use in the release git commit.
|
String |
getGitUserName()
Deprecated.
(deprecated) The user name to use for the release git commit.
|
int |
hashCode()
Deprecated.
|
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(GoPublishOptions.Builder builder)
GoPublishOptions.Builder.public final String getGitBranch()
GoPublishOptionsDefault: "main"
getGitBranch in interface GoPublishOptionspublic final String getGitCommitMessage()
GoPublishOptionsDefault: "chore(release): $VERSION"
getGitCommitMessage in interface GoPublishOptionspublic final String getGithubRepo()
GoPublishOptionsDefault: - derived from `moduleName`
getGithubRepo in interface GoPublishOptionspublic final String getGithubTokenSecret()
GoPublishOptionsDefault: "GO_GITHUB_TOKEN"
getGithubTokenSecret in interface GoPublishOptionspublic final String getGitUserEmail()
GoPublishOptionsDefault: "github-actions
getGitUserEmail in interface GoPublishOptionspublic final String getGitUserName()
GoPublishOptionsDefault: "github-actions"
getGitUserName in interface GoPublishOptions@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2021. All rights reserved.