Class GitPublishOptions.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

      • getChangelogFile

        public final String getChangelogFile()
        Description copied from interface: GitPublishOptions
        (experimental) The location of an .md file (relative to dist/) that includes the changelog for the release.

        Example:

         changelog.md
         
        Specified by:
        getChangelogFile in interface GitPublishOptions
      • getReleaseTagFile

        public final String getReleaseTagFile()
        Description copied from interface: GitPublishOptions
        (experimental) The location of a text file (relative to dist/) that contains the release tag.

        Example:

         releasetag.txt
         
        Specified by:
        getReleaseTagFile in interface GitPublishOptions
      • getVersionFile

        public final String getVersionFile()
        Description copied from interface: GitPublishOptions
        (experimental) The location of a text file (relative to dist/) that contains the version number.

        Example:

         version.txt
         
        Specified by:
        getVersionFile in interface GitPublishOptions
      • $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