Class GitPushFilter
- java.lang.Object
-
- software.amazon.awssdk.services.codepipeline.model.GitPushFilter
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<GitPushFilter.Builder,GitPushFilter>
@Generated("software.amazon.awssdk:codegen") public final class GitPushFilter extends Object implements SdkPojo, Serializable, ToCopyableBuilder<GitPushFilter.Builder,GitPushFilter>
The event criteria that specify when a specified repository event will start the pipeline for the specified trigger configuration, such as the lists of Git tags to include and exclude.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceGitPushFilter.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description GitBranchFilterCriteriabranches()The field that specifies to filter on branches for the push trigger configuration.static GitPushFilter.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)GitFilePathFilterCriteriafilePaths()The field that specifies to filter on file paths for the push trigger configuration.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends GitPushFilter.Builder>serializableBuilderClass()GitTagFilterCriteriatags()The field that contains the details for the Git tags trigger configuration.GitPushFilter.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
tags
public final GitTagFilterCriteria tags()
The field that contains the details for the Git tags trigger configuration.
- Returns:
- The field that contains the details for the Git tags trigger configuration.
-
branches
public final GitBranchFilterCriteria branches()
The field that specifies to filter on branches for the push trigger configuration.
- Returns:
- The field that specifies to filter on branches for the push trigger configuration.
-
filePaths
public final GitFilePathFilterCriteria filePaths()
The field that specifies to filter on file paths for the push trigger configuration.
- Returns:
- The field that specifies to filter on file paths for the push trigger configuration.
-
toBuilder
public GitPushFilter.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<GitPushFilter.Builder,GitPushFilter>
-
builder
public static GitPushFilter.Builder builder()
-
serializableBuilderClass
public static Class<? extends GitPushFilter.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-