Class JsiiReleaseGo.Jsii$Proxy

    • 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.
    • Method Detail

      • 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 githubUseSsh is false.

        Default: "GO_GITHUB_DEPLOY_KEY"

        Specified by:
        getGithubDeployKeySecret in interface GoPublishOptions
      • getGithubRepo

        public final String getGithubRepo()
        Deprecated.
        Description copied from interface: GoPublishOptions
        (experimental) GitHub repository to push to.

        Default: - derived from `moduleName`

        Specified by:
        getGithubRepo in interface GoPublishOptions
      • 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 githubUseSsh is true.

        Default: "GO_GITHUB_TOKEN"

        Specified by:
        getGithubTokenSecret in interface GoPublishOptions
      • 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:
        getGithubUseSsh in interface GoPublishOptions
      • 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:
        getGitUserEmail in interface GoPublishOptions
      • 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:
        getGitUserName in interface GoPublishOptions
      • 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 publishToGitHubReleases this will override steps added via addGitHubPostPublishingSteps.

        Specified by:
        getPostPublishSteps in interface CommonPublishOptions
      • 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 publishToGitHubReleases this will override steps added via addGitHubPrePublishingSteps.

        Specified by:
        getPrePublishSteps in interface CommonPublishOptions
      • 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:
        getPublishTools in interface CommonPublishOptions
      • $jsii$toJson

        @Internal
        public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
        Deprecated.
        Specified by:
        $jsii$toJson in interface software.amazon.jsii.JsiiSerializable
      • equals

        public final boolean equals​(Object o)
        Deprecated.
        Overrides:
        equals in class Object
      • hashCode

        public final int hashCode()
        Deprecated.
        Overrides:
        hashCode in class Object