Uses of Class
software.amazon.awssdk.services.codepipeline.model.GitPullRequestEventType
-
Packages that use GitPullRequestEventType Package Description software.amazon.awssdk.services.codepipeline.model -
-
Uses of GitPullRequestEventType in software.amazon.awssdk.services.codepipeline.model
Methods in software.amazon.awssdk.services.codepipeline.model that return GitPullRequestEventType Modifier and Type Method Description static GitPullRequestEventTypeGitPullRequestEventType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static GitPullRequestEventTypeGitPullRequestEventType. valueOf(String name)Returns the enum constant of this type with the specified name.static GitPullRequestEventType[]GitPullRequestEventType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.codepipeline.model that return types with arguments of type GitPullRequestEventType Modifier and Type Method Description List<GitPullRequestEventType>GitPullRequestFilter. events()The field that specifies which pull request events to filter on (opened, updated, closed) for the trigger configuration.static Set<GitPullRequestEventType>GitPullRequestEventType. knownValues()Methods in software.amazon.awssdk.services.codepipeline.model with parameters of type GitPullRequestEventType Modifier and Type Method Description GitPullRequestFilter.BuilderGitPullRequestFilter.Builder. events(GitPullRequestEventType... events)The field that specifies which pull request events to filter on (opened, updated, closed) for the trigger configuration.Method parameters in software.amazon.awssdk.services.codepipeline.model with type arguments of type GitPullRequestEventType Modifier and Type Method Description GitPullRequestFilter.BuilderGitPullRequestFilter.Builder. events(Collection<GitPullRequestEventType> events)The field that specifies which pull request events to filter on (opened, updated, closed) for the trigger configuration.
-