Class GitpodPrebuilds.Jsii$Proxy

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

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

      • getAddBadge

        public final Boolean getAddBadge()
        Description copied from interface: GitpodPrebuilds
        (experimental) Add a "Review in Gitpod" button to the pull request's description.

        Default: false

        Specified by:
        getAddBadge in interface GitpodPrebuilds
      • getAddComment

        public final Boolean getAddComment()
        Description copied from interface: GitpodPrebuilds
        (experimental) Add a "Review in Gitpod" button as a comment to pull requests.

        Default: false

        Specified by:
        getAddComment in interface GitpodPrebuilds
      • getAddLabel

        public final Boolean getAddLabel()
        Description copied from interface: GitpodPrebuilds
        (experimental) Add a label once the prebuild is ready to pull requests.

        Default: false

        Specified by:
        getAddLabel in interface GitpodPrebuilds
      • $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