Uses of Class
software.amazon.awscdk.services.codebuild.GitHubSourceProps.Builder
Packages that use GitHubSourceProps.Builder
-
Uses of GitHubSourceProps.Builder in software.amazon.awscdk.services.codebuild
Methods in software.amazon.awscdk.services.codebuild that return GitHubSourceProps.BuilderModifier and TypeMethodDescriptionGitHubSourceProps.Builder.branchOrRef(String branchOrRef) Sets the value ofGitHubSourceProps.getBranchOrRef()static GitHubSourceProps.BuilderGitHubSourceProps.builder()GitHubSourceProps.Builder.buildStatusContext(String buildStatusContext) Sets the value ofGitHubSourceProps.getBuildStatusContext()GitHubSourceProps.Builder.buildStatusUrl(String buildStatusUrl) Sets the value ofGitHubSourceProps.getBuildStatusUrl()GitHubSourceProps.Builder.cloneDepth(Number cloneDepth) Sets the value ofGitHubSourceProps.getCloneDepth()GitHubSourceProps.Builder.fetchSubmodules(Boolean fetchSubmodules) Sets the value ofGitHubSourceProps.getFetchSubmodules()GitHubSourceProps.Builder.identifier(String identifier) Sets the value ofSourceProps.getIdentifier()Sets the value ofGitHubSourceProps.getOwner()Sets the value ofGitHubSourceProps.getRepo()GitHubSourceProps.Builder.reportBuildStatus(Boolean reportBuildStatus) Sets the value ofGitHubSourceProps.getReportBuildStatus()Sets the value ofGitHubSourceProps.getWebhook()GitHubSourceProps.Builder.webhookFilters(List<? extends FilterGroup> webhookFilters) Sets the value ofGitHubSourceProps.getWebhookFilters()GitHubSourceProps.Builder.webhookTriggersBatchBuild(Boolean webhookTriggersBatchBuild) Sets the value ofGitHubSourceProps.getWebhookTriggersBatchBuild()Constructors in software.amazon.awscdk.services.codebuild with parameters of type GitHubSourceProps.BuilderModifierConstructorDescriptionprotectedJsii$Proxy(GitHubSourceProps.Builder builder) Constructor that initializes the object based on literal property values passed by theGitHubSourceProps.Builder.