Uses of Interface
software.amazon.awscdk.services.codepipeline.GitConfiguration
Packages that use GitConfiguration
-
Uses of GitConfiguration in software.amazon.awscdk.services.codepipeline
Classes in software.amazon.awscdk.services.codepipeline that implement GitConfigurationMethods in software.amazon.awscdk.services.codepipeline that return GitConfigurationModifier and TypeMethodDescriptionGitConfiguration.Builder.build()
Builds the configured instance.default GitConfiguration
TriggerProps.getGitConfiguration()
Provides the filter criteria and the source stage for the repository event that starts the pipeline, such as Git tags.final GitConfiguration
TriggerProps.Jsii$Proxy.getGitConfiguration()
Methods in software.amazon.awscdk.services.codepipeline with parameters of type GitConfigurationModifier and TypeMethodDescriptionTrigger.Builder.gitConfiguration
(GitConfiguration gitConfiguration) Provides the filter criteria and the source stage for the repository event that starts the pipeline, such as Git tags.TriggerProps.Builder.gitConfiguration
(GitConfiguration gitConfiguration) Sets the value ofTriggerProps.getGitConfiguration()