@Stability(value=Experimental) @Internal public static final class JsiiGoTarget.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements JsiiGoTarget
JsiiGoTargetsoftware.amazon.jsii.JsiiObject.InitializationModeJsiiGoTarget.Builder, JsiiGoTarget.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(JsiiGoTarget.Builder builder)
Constructor that initializes the object based on literal property values passed by the
JsiiGoTarget.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 |
getGitBranch()
(deprecated) Branch to push to.
|
String |
getGitCommitMessage()
(deprecated) The commit message.
|
String |
getGithubRepo()
(deprecated) GitHub repository to push to.
|
String |
getGithubTokenSecret()
(deprecated) The name of the secret that includes a personal GitHub access token used to push to the GitHub repository.
|
String |
getGitUserEmail()
(deprecated) The email to use in the release git commit.
|
String |
getGitUserName()
(deprecated) The user name to use for the release git commit.
|
String |
getModuleName()
(experimental) The name of the target go module.
|
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(JsiiGoTarget.Builder builder)
JsiiGoTarget.Builder.public final String getModuleName()
JsiiGoTargetExample:
// Example automatically generated from non-compiling source. May contain errors. github.com/owner/repo/subdir
getModuleName in interface JsiiGoTargetpublic 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.