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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.codepipeline.GitPullRequestFilter
GitPullRequestFilter.Builder, GitPullRequestFilter.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(GitPullRequestFilter.Builder builder) Constructor that initializes the object based on literal property values passed by theGitPullRequestFilter.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanThe list of patterns of Git branches that, when pull request events occurs, are to be excluded from starting the pipeline.The list of patterns of Git branches that, when pull request events occurs, are to be included as criteria that starts the pipeline.final List<GitPullRequestEvent>The field that specifies which pull request events to filter on (opened, updated, closed) for the trigger configuration.The list of patterns of Git repository file paths that, when pull request events occurs, are to be excluded from starting the pipeline.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 inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
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
Constructor that initializes the object based on literal property values passed by theGitPullRequestFilter.Builder.
-
-
Method Details
-
getBranchesExcludes
Description copied from interface:GitPullRequestFilterThe 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
branchesExcludestakes priority over thebranchesIncludes.Maximum length of this array is 8.
Default: - no branches.
- Specified by:
getBranchesExcludesin interfaceGitPullRequestFilter
-
getBranchesIncludes
Description copied from interface:GitPullRequestFilterThe 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
branchesExcludestakes priority over thebranchesIncludes.Maximum length of this array is 8.
Default: - no branches.
- Specified by:
getBranchesIncludesin interfaceGitPullRequestFilter
-
getEvents
Description copied from interface:GitPullRequestFilterThe field that specifies which pull request events to filter on (opened, updated, closed) for the trigger configuration.Default: - all events.
- Specified by:
getEventsin interfaceGitPullRequestFilter
-
getFilePathsExcludes
Description copied from interface:GitPullRequestFilterThe 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
filePathsExcludestakes priority over thefilePathsIncludes.Maximum length of this array is 8.
Default: - no filePaths.
- Specified by:
getFilePathsExcludesin interfaceGitPullRequestFilter
-
getFilePathsIncludes
Description copied from interface:GitPullRequestFilterThe 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
filePathsExcludestakes priority over thefilePathsIncludes.Maximum length of this array is 8.
Default: - no filePaths.
- Specified by:
getFilePathsIncludesin interfaceGitPullRequestFilter
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-