Class Trigger.Jsii$Proxy

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

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

      • getBranch

        public final String getBranch()
        Description copied from interface: Trigger
        (experimental) The branch name that a downstream pipeline will use.
        Specified by:
        getBranch in interface Trigger
      • getInclude

        public final List<TriggerInclude> getInclude()
        Description copied from interface: Trigger
        (experimental) A list of local files or artifacts from other jobs to define the pipeline.
        Specified by:
        getInclude in interface Trigger
      • getProject

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

        public final Strategy getStrategy()
        Description copied from interface: Trigger
        (experimental) You can mirror the pipeline status from the triggered pipeline to the source bridge job by using strategy: depend.
        Specified by:
        getStrategy in interface Trigger
      • $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