Uses of Class
software.amazon.awssdk.services.codepipeline.model.GitPushFilter
-
Packages that use GitPushFilter Package Description software.amazon.awssdk.services.codepipeline.model -
-
Uses of GitPushFilter in software.amazon.awssdk.services.codepipeline.model
Methods in software.amazon.awssdk.services.codepipeline.model that return types with arguments of type GitPushFilter Modifier and Type Method Description List<GitPushFilter>GitConfiguration. push()The field where the repository event that will start the pipeline, such as pushing Git tags, is specified with details.Methods in software.amazon.awssdk.services.codepipeline.model with parameters of type GitPushFilter Modifier and Type Method Description GitConfiguration.BuilderGitConfiguration.Builder. push(GitPushFilter... push)The field where the repository event that will start the pipeline, such as pushing Git tags, is specified with details.Method parameters in software.amazon.awssdk.services.codepipeline.model with type arguments of type GitPushFilter Modifier and Type Method Description GitConfiguration.BuilderGitConfiguration.Builder. push(Collection<GitPushFilter> push)The field where the repository event that will start the pipeline, such as pushing Git tags, is specified with details.
-