Uses of Interface
software.amazon.awscdk.pipelines.GitHubSourceOptions
-
Uses of GitHubSourceOptions in software.amazon.awscdk.pipelines
Modifier and TypeMethodDescriptionGitHubSourceOptions.Builder.build()
Builds the configured instance.Modifier and TypeMethodDescriptionstatic CodePipelineSource
CodePipelineSource.gitHub
(String repoString, String branch, GitHubSourceOptions props) Returns a GitHub source, using OAuth tokens to authenticate with GitHub and a separate webhook to detect changes.