Class Filter.Jsii$Proxy

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

    @Stability(Experimental)
    @Internal
    public static final class Filter.Jsii$Proxy
    extends software.amazon.jsii.JsiiObject
    implements Filter
    An implementation for Filter
    • 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​(Filter.Builder builder)
      Constructor that initializes the object based on literal property values passed by the Filter.Builder.
      protected Jsii$Proxy​(software.amazon.jsii.JsiiObjectRef objRef)
      Constructor that initializes the object based on values retrieved from the JsiiObject.
    • 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​(Filter.Builder builder)
        Constructor that initializes the object based on literal property values passed by the Filter.Builder.
    • Method Detail

      • getChanges

        public final List<String> getChanges()
        Description copied from interface: Filter
        (experimental) Filter job creation based on files that were modified in a git push.
        Specified by:
        getChanges in interface Filter
      • getKubernetes

        public final KubernetesEnum getKubernetes()
        Description copied from interface: Filter
        (experimental) Filter job based on if Kubernetes integration is active.
        Specified by:
        getKubernetes in interface Filter
      • getRefs

        public final List<String> getRefs()
        Description copied from interface: Filter
        (experimental) Control when to add jobs to a pipeline based on branch names or pipeline types.
        Specified by:
        getRefs in interface Filter
      • getVariables

        public final List<String> getVariables()
        Description copied from interface: Filter
        (experimental) Filter job by checking comparing values of environment variables.

        Read more about variable expressions: https://docs.gitlab.com/ee/ci/variables/README.html#variables-expressions

        Specified by:
        getVariables in interface Filter
      • $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