Uses of Class
software.amazon.awssdk.services.codepipeline.model.GitConfiguration
-
Packages that use GitConfiguration Package Description software.amazon.awssdk.services.codepipeline.model -
-
Uses of GitConfiguration in software.amazon.awssdk.services.codepipeline.model
Methods in software.amazon.awssdk.services.codepipeline.model that return GitConfiguration Modifier and Type Method Description GitConfigurationPipelineTriggerDeclaration. gitConfiguration()Provides the filter criteria and the source stage for the repository event that starts the pipeline, such as Git tags.Methods in software.amazon.awssdk.services.codepipeline.model with parameters of type GitConfiguration Modifier and Type Method Description PipelineTriggerDeclaration.BuilderPipelineTriggerDeclaration.Builder. gitConfiguration(GitConfiguration gitConfiguration)Provides the filter criteria and the source stage for the repository event that starts the pipeline, such as Git tags.
-