Class BranchOptions.Jsii$Proxy

  • All Implemented Interfaces:
    BranchOptions, software.amazon.jsii.JsiiSerializable
    Enclosing interface:
    BranchOptions

    @Stability(Experimental)
    @Internal
    public static final class BranchOptions.Jsii$Proxy
    extends software.amazon.jsii.JsiiObject
    implements BranchOptions
    An implementation for BranchOptions
    • 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

      • getNpmDistTag

        public final String getNpmDistTag()
        Description copied from interface: BranchOptions
        (experimental) The npm distribution tag to use for this branch.

        Default: "latest"

        Specified by:
        getNpmDistTag in interface BranchOptions
      • getPrerelease

        public final String getPrerelease()
        Description copied from interface: BranchOptions
        (experimental) Bump the version as a pre-release tag.

        Default: - normal releases

        Specified by:
        getPrerelease in interface BranchOptions
      • getTagPrefix

        public final String getTagPrefix()
        Description copied from interface: BranchOptions
        (experimental) Automatically add the given prefix to release tags. Useful if you are releasing on multiple branches with overlapping version numbers.

        Note: this prefix is used to detect the latest tagged version when bumping, so if you change this on a project with an existing version history, you may need to manually tag your latest release with the new prefix.

        Default: - no prefix

        Specified by:
        getTagPrefix in interface BranchOptions
      • getWorkflowName

        public final String getWorkflowName()
        Description copied from interface: BranchOptions
        (experimental) The name of the release workflow.

        Default: "release-BRANCH"

        Specified by:
        getWorkflowName in interface BranchOptions
      • $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