Uses of Enum Class
software.amazon.awscdk.services.codepipeline.ProviderType
Packages that use ProviderType
-
Uses of ProviderType in software.amazon.awscdk.services.codepipeline
Methods in software.amazon.awscdk.services.codepipeline that return ProviderTypeModifier and TypeMethodDescriptionTriggerProps.getProviderType()The source provider for the event, such as connections configured for a repository with Git tags, for the specified trigger configuration.final ProviderTypeTriggerProps.Jsii$Proxy.getProviderType()static ProviderTypeReturns the enum constant of this class with the specified name.static ProviderType[]ProviderType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in software.amazon.awscdk.services.codepipeline with parameters of type ProviderTypeModifier and TypeMethodDescriptionTrigger.Builder.providerType(ProviderType providerType) The source provider for the event, such as connections configured for a repository with Git tags, for the specified trigger configuration.TriggerProps.Builder.providerType(ProviderType providerType) Sets the value ofTriggerProps.getProviderType()