Uses of Enum
software.amazon.awscdk.services.codepipeline.GitPullRequestEvent
Packages that use GitPullRequestEvent
-
Uses of GitPullRequestEvent in software.amazon.awscdk.services.codepipeline
Methods in software.amazon.awscdk.services.codepipeline that return GitPullRequestEventModifier and TypeMethodDescriptionstatic GitPullRequestEventReturns the enum constant of this type with the specified name.static GitPullRequestEvent[]GitPullRequestEvent.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awscdk.services.codepipeline that return types with arguments of type GitPullRequestEventModifier and TypeMethodDescriptiondefault List<GitPullRequestEvent> GitPullRequestFilter.getEvents()The field that specifies which pull request events to filter on (opened, updated, closed) for the trigger configuration.final List<GitPullRequestEvent> GitPullRequestFilter.Jsii$Proxy.getEvents()Method parameters in software.amazon.awscdk.services.codepipeline with type arguments of type GitPullRequestEventModifier and TypeMethodDescriptionGitPullRequestFilter.Builder.events(List<? extends GitPullRequestEvent> events) Sets the value ofGitPullRequestFilter.getEvents()