Class Include.Jsii$Proxy

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

    @Stability(Experimental)
    @Internal
    public static final class Include.Jsii$Proxy
    extends software.amazon.jsii.JsiiObject
    implements Include
    An implementation for Include
    • Nested Class Summary

      • Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject

        software.amazon.jsii.JsiiObject.InitializationMode
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected Jsii$Proxy​(Include.Builder builder)
      Constructor that initializes the object based on literal property values passed by the Include.Builder.
      protected Jsii$Proxy​(software.amazon.jsii.JsiiObjectRef objRef)
      Constructor that initializes the object based on values retrieved from the JsiiObject.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      com.fasterxml.jackson.databind.JsonNode $jsii$toJson()  
      boolean equals​(Object o)  
      List<String> getFile()
      (experimental) Files from another private project on the same GitLab instance.
      String getLocal()
      (experimental) Relative path from local repository root (/) to the yaml/yml file template.
      String getProject()
      (experimental) Path to the project, e.g.
      String getRef()
      (experimental) Branch/Tag/Commit-hash for the target project.
      String getRemote()
      (experimental) URL to a yaml/yml template file using HTTP/HTTPS.
      List<IncludeRule> getRules()
      (experimental) Rules allows for an array of individual rule objects to be evaluated in order, until one matches and dynamically provides attributes to the job.
      String getTemplate()
      (experimental) Use a .gitlab-ci.yml template as a base, e.g.
      int hashCode()  
      • Methods inherited from class software.amazon.jsii.JsiiObject

        jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
    • 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.
      • Jsii$Proxy

        protected Jsii$Proxy​(Include.Builder builder)
        Constructor that initializes the object based on literal property values passed by the Include.Builder.
    • Method Detail

      • getFile

        public final List<String> getFile()
        Description copied from interface: Include
        (experimental) Files from another private project on the same GitLab instance.

        You can use file in combination with project only.

        Specified by:
        getFile in interface Include
      • getLocal

        public final String getLocal()
        Description copied from interface: Include
        (experimental) Relative path from local repository root (/) to the yaml/yml file template.

        The file must be on the same branch, and does not work across git submodules.

        Specified by:
        getLocal in interface Include
      • getProject

        public final String getProject()
        Description copied from interface: Include
        (experimental) Path to the project, e.g. group/project, or group/sub-group/project.
        Specified by:
        getProject in interface Include
      • getRef

        public final String getRef()
        Description copied from interface: Include
        (experimental) Branch/Tag/Commit-hash for the target project.
        Specified by:
        getRef in interface Include
      • getRemote

        public final String getRemote()
        Description copied from interface: Include
        (experimental) URL to a yaml/yml template file using HTTP/HTTPS.
        Specified by:
        getRemote in interface Include
      • getRules

        public final List<IncludeRule> getRules()
        Description copied from interface: Include
        (experimental) Rules allows for an array of individual rule objects to be evaluated in order, until one matches and dynamically provides attributes to the job.
        Specified by:
        getRules in interface Include
      • getTemplate

        public final String getTemplate()
        Description copied from interface: Include
        (experimental) Use a .gitlab-ci.yml template as a base, e.g. Nodejs.gitlab-ci.yml.
        Specified by:
        getTemplate in interface Include
      • $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