Class GitConfiguration.Jsii$Proxy

java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.codepipeline.GitConfiguration.Jsii$Proxy
All Implemented Interfaces:
GitConfiguration, software.amazon.jsii.JsiiSerializable
Enclosing interface:
GitConfiguration

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

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

    software.amazon.jsii.JsiiObject.InitializationMode

    Nested classes/interfaces inherited from interface software.amazon.awscdk.services.codepipeline.GitConfiguration

    GitConfiguration.Builder, GitConfiguration.Jsii$Proxy
  • Constructor Summary

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

    Modifier and Type
    Method
    Description
    com.fasterxml.jackson.databind.JsonNode
     
    final boolean
     
    The field where the repository event that will start the pipeline is specified as pull requests.
    The field where the repository event that will start the pipeline, such as pushing Git tags, is specified with details.
    final IAction
    The pipeline source action where the trigger configuration, such as Git tags.
    final int
     

    Methods inherited from class software.amazon.jsii.JsiiObject

    jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • 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(GitConfiguration.Builder builder)
      Constructor that initializes the object based on literal property values passed by the GitConfiguration.Builder.
  • Method Details

    • getSourceAction

      public final IAction getSourceAction()
      Description copied from interface: GitConfiguration
      The pipeline source action where the trigger configuration, such as Git tags.

      The trigger configuration will start the pipeline upon the specified change only. You can only specify one trigger configuration per source action.

      Since the provider for sourceAction must be CodeStarSourceConnection, you can use CodeStarConnectionsSourceAction construct in aws-codepipeline-actions module.

      Specified by:
      getSourceAction in interface GitConfiguration
    • getPullRequestFilter

      public final List<GitPullRequestFilter> getPullRequestFilter()
      Description copied from interface: GitConfiguration
      The field where the repository event that will start the pipeline is specified as pull requests.

      The length must be less than or equal to 3.

      Default: - no filter.

      Specified by:
      getPullRequestFilter in interface GitConfiguration
    • getPushFilter

      public final List<GitPushFilter> getPushFilter()
      Description copied from interface: GitConfiguration
      The field where the repository event that will start the pipeline, such as pushing Git tags, is specified with details.

      Git tags is the only supported event type.

      The length must be less than or equal to 3.

      Default: - no filter.

      Specified by:
      getPushFilter in interface GitConfiguration
    • $jsii$toJson

      @Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
      Specified by:
      $jsii$toJson in interface software.amazon.jsii.JsiiSerializable
    • equals

      public final boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public final int hashCode()
      Overrides:
      hashCode in class Object