Class PyPiPublishOptions.Jsii$Proxy

    • Constructor Detail

      • Jsii$Proxy

        protected Jsii$Proxy​(software.amazon.jsii.JsiiObjectRef objRef)
        Constructor that initializes the object based on values retrieved from the JsiiObject.
        Parameters:
        objRef - Reference to the JSII managed object.
    • Method Detail

      • getPostPublishSteps

        public final List<JobStep> getPostPublishSteps()
        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()
        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
      • $jsii$toJson

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

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