Class GitPullRequestFilter.Jsii$Proxy

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

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

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

    Constructors
    Modifier
    Constructor
    Description
    protected
    Constructor that initializes the object based on literal property values passed by the GitPullRequestFilter.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
     
    final List<String>
    The list of patterns of Git branches that, when pull request events occurs, are to be excluded from starting the pipeline.
    final List<String>
    The list of patterns of Git branches that, when pull request events occurs, are to be included as criteria that starts the pipeline.
    The field that specifies which pull request events to filter on (opened, updated, closed) for the trigger configuration.
    final List<String>
    The list of patterns of Git repository file paths that, when pull request events occurs, are to be excluded from starting the pipeline.
    final List<String>
    The list of patterns of Git repository file paths that, when pull request events occurs, are to be included as criteria that starts the pipeline.
    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(GitPullRequestFilter.Builder builder)
      Constructor that initializes the object based on literal property values passed by the GitPullRequestFilter.Builder.
  • Method Details

    • getBranchesExcludes

      public final List<String> getBranchesExcludes()
      Description copied from interface: GitPullRequestFilter
      The list of patterns of Git branches that, when pull request events occurs, are to be excluded from starting the pipeline.

      You can filter with glob patterns. The branchesExcludes takes priority over the branchesIncludes.

      Maximum length of this array is 8.

      Default: - no branches.

      Specified by:
      getBranchesExcludes in interface GitPullRequestFilter
    • getBranchesIncludes

      public final List<String> getBranchesIncludes()
      Description copied from interface: GitPullRequestFilter
      The list of patterns of Git branches that, when pull request events occurs, are to be included as criteria that starts the pipeline.

      You can filter with glob patterns. The branchesExcludes takes priority over the branchesIncludes.

      Maximum length of this array is 8.

      Default: - no branches.

      Specified by:
      getBranchesIncludes in interface GitPullRequestFilter
    • getEvents

      public final List<GitPullRequestEvent> getEvents()
      Description copied from interface: GitPullRequestFilter
      The field that specifies which pull request events to filter on (opened, updated, closed) for the trigger configuration.

      Default: - all events.

      Specified by:
      getEvents in interface GitPullRequestFilter
    • getFilePathsExcludes

      public final List<String> getFilePathsExcludes()
      Description copied from interface: GitPullRequestFilter
      The list of patterns of Git repository file paths that, when pull request events occurs, are to be excluded from starting the pipeline.

      You can filter with glob patterns. The filePathsExcludes takes priority over the filePathsIncludes.

      Maximum length of this array is 8.

      Default: - no filePaths.

      Specified by:
      getFilePathsExcludes in interface GitPullRequestFilter
    • getFilePathsIncludes

      public final List<String> getFilePathsIncludes()
      Description copied from interface: GitPullRequestFilter
      The list of patterns of Git repository file paths that, when pull request events occurs, are to be included as criteria that starts the pipeline.

      You can filter with glob patterns. The filePathsExcludes takes priority over the filePathsIncludes.

      Maximum length of this array is 8.

      Default: - no filePaths.

      Specified by:
      getFilePathsIncludes in interface GitPullRequestFilter
    • $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