Class JsiiReleaseGo.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- io.github.cdklabs.projen.release.JsiiReleaseGo.Jsii$Proxy
-
- All Implemented Interfaces:
CommonPublishOptions,GoPublishOptions,JsiiReleaseGo,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- JsiiReleaseGo
@Stability(Deprecated) @Deprecated @Internal public static final class JsiiReleaseGo.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements JsiiReleaseGo
Deprecated.An implementation forJsiiReleaseGo
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
-
Nested classes/interfaces inherited from interface io.github.cdklabs.projen.release.JsiiReleaseGo
JsiiReleaseGo.Builder, JsiiReleaseGo.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(JsiiReleaseGo.Builder builder)Deprecated.Constructor that initializes the object based on literal property values passed by theJsiiReleaseGo.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)Deprecated.Constructor that initializes the object based on values retrieved from the JsiiObject.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description com.fasterxml.jackson.databind.JsonNode$jsii$toJson()Deprecated.booleanequals(Object o)Deprecated.StringgetGitBranch()Deprecated.(experimental) Branch to push to.StringgetGitCommitMessage()Deprecated.(experimental) The commit message.StringgetGithubDeployKeySecret()Deprecated.(experimental) The name of the secret that includes a GitHub deploy key used to push to the GitHub repository.StringgetGithubRepo()Deprecated.(experimental) GitHub repository to push to.StringgetGithubTokenSecret()Deprecated.(experimental) The name of the secret that includes a personal GitHub access token used to push to the GitHub repository.BooleangetGithubUseSsh()Deprecated.(experimental) Use SSH to push to GitHub instead of a personal accses token.StringgetGitUserEmail()Deprecated.(experimental) The email to use in the release git commit.StringgetGitUserName()Deprecated.(experimental) The user name to use for the release git commit.List<JobStep>getPostPublishSteps()Deprecated.(experimental) Steps to execute after executing the publishing command.List<JobStep>getPrePublishSteps()Deprecated.(experimental) Steps to execute before executing the publishing command.ToolsgetPublishTools()Deprecated.(experimental) Additional tools to install in the publishing job.inthashCode()Deprecated.
-
-
-
Constructor Detail
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Deprecated.Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
protected Jsii$Proxy(JsiiReleaseGo.Builder builder)
Deprecated.Constructor that initializes the object based on literal property values passed by theJsiiReleaseGo.Builder.
-
-
Method Detail
-
getGitBranch
public final String getGitBranch()
Deprecated.Description copied from interface:GoPublishOptions(experimental) Branch to push to.Default: "main"
- Specified by:
getGitBranchin interfaceGoPublishOptions
-
getGitCommitMessage
public final String getGitCommitMessage()
Deprecated.Description copied from interface:GoPublishOptions(experimental) The commit message.Default: "chore(release): $VERSION"
- Specified by:
getGitCommitMessagein interfaceGoPublishOptions
-
getGithubDeployKeySecret
public final String getGithubDeployKeySecret()
Deprecated.Description copied from interface:GoPublishOptions(experimental) The name of the secret that includes a GitHub deploy key used to push to the GitHub repository.Ignored if
githubUseSshisfalse.Default: "GO_GITHUB_DEPLOY_KEY"
- Specified by:
getGithubDeployKeySecretin interfaceGoPublishOptions
-
getGithubRepo
public final String getGithubRepo()
Deprecated.Description copied from interface:GoPublishOptions(experimental) GitHub repository to push to.Default: - derived from `moduleName`
- Specified by:
getGithubRepoin interfaceGoPublishOptions
-
getGithubTokenSecret
public final String getGithubTokenSecret()
Deprecated.Description copied from interface:GoPublishOptions(experimental) The name of the secret that includes a personal GitHub access token used to push to the GitHub repository.Ignored if
githubUseSshistrue.Default: "GO_GITHUB_TOKEN"
- Specified by:
getGithubTokenSecretin interfaceGoPublishOptions
-
getGithubUseSsh
public final Boolean getGithubUseSsh()
Deprecated.Description copied from interface:GoPublishOptions(experimental) Use SSH to push to GitHub instead of a personal accses token.Default: false
- Specified by:
getGithubUseSshin interfaceGoPublishOptions
-
getGitUserEmail
public final String getGitUserEmail()
Deprecated.Description copied from interface:GoPublishOptions(experimental) The email to use in the release git commit.Default: "github-actions@github.com"
- Specified by:
getGitUserEmailin interfaceGoPublishOptions
-
getGitUserName
public final String getGitUserName()
Deprecated.Description copied from interface:GoPublishOptions(experimental) The user name to use for the release git commit.Default: "github-actions"
- Specified by:
getGitUserNamein interfaceGoPublishOptions
-
getPostPublishSteps
public final List<JobStep> getPostPublishSteps()
Deprecated.Description copied from interface:CommonPublishOptions(experimental) Steps to execute after executing the publishing command.These can be used to add/update the release artifacts ot any other tasks needed.
Note that when using this in
publishToGitHubReleasesthis will override steps added viaaddGitHubPostPublishingSteps.- Specified by:
getPostPublishStepsin interfaceCommonPublishOptions
-
getPrePublishSteps
public final List<JobStep> getPrePublishSteps()
Deprecated.Description copied from interface:CommonPublishOptions(experimental) Steps to execute before executing the publishing command. These can be used to prepare the artifact for publishing if neede.These steps are executed after
dist/has been populated with the build output.Note that when using this in
publishToGitHubReleasesthis will override steps added viaaddGitHubPrePublishingSteps.- Specified by:
getPrePublishStepsin interfaceCommonPublishOptions
-
getPublishTools
public final Tools getPublishTools()
Deprecated.Description copied from interface:CommonPublishOptions(experimental) Additional tools to install in the publishing job.Default: - no additional tools are installed
- Specified by:
getPublishToolsin interfaceCommonPublishOptions
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
Deprecated.- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-