Uses of Class
software.amazon.awscdk.services.codebuild.GitHubEnterpriseSourceProps.Builder
Packages that use GitHubEnterpriseSourceProps.Builder
-
Uses of GitHubEnterpriseSourceProps.Builder in software.amazon.awscdk.services.codebuild
Methods in software.amazon.awscdk.services.codebuild that return GitHubEnterpriseSourceProps.BuilderModifier and TypeMethodDescriptionGitHubEnterpriseSourceProps.Builder.branchOrRef(String branchOrRef) Sets the value ofGitHubEnterpriseSourceProps.getBranchOrRef()GitHubEnterpriseSourceProps.builder()GitHubEnterpriseSourceProps.Builder.buildStatusContext(String buildStatusContext) Sets the value ofGitHubEnterpriseSourceProps.getBuildStatusContext()GitHubEnterpriseSourceProps.Builder.buildStatusUrl(String buildStatusUrl) Sets the value ofGitHubEnterpriseSourceProps.getBuildStatusUrl()GitHubEnterpriseSourceProps.Builder.cloneDepth(Number cloneDepth) Sets the value ofGitHubEnterpriseSourceProps.getCloneDepth()GitHubEnterpriseSourceProps.Builder.fetchSubmodules(Boolean fetchSubmodules) Sets the value ofGitHubEnterpriseSourceProps.getFetchSubmodules()GitHubEnterpriseSourceProps.Builder.httpsCloneUrl(String httpsCloneUrl) Sets the value ofGitHubEnterpriseSourceProps.getHttpsCloneUrl()GitHubEnterpriseSourceProps.Builder.identifier(String identifier) Sets the value ofSourceProps.getIdentifier()GitHubEnterpriseSourceProps.Builder.ignoreSslErrors(Boolean ignoreSslErrors) Sets the value ofGitHubEnterpriseSourceProps.getIgnoreSslErrors()GitHubEnterpriseSourceProps.Builder.reportBuildStatus(Boolean reportBuildStatus) Sets the value ofGitHubEnterpriseSourceProps.getReportBuildStatus()Sets the value ofGitHubEnterpriseSourceProps.getWebhook()GitHubEnterpriseSourceProps.Builder.webhookFilters(List<? extends FilterGroup> webhookFilters) Sets the value ofGitHubEnterpriseSourceProps.getWebhookFilters()GitHubEnterpriseSourceProps.Builder.webhookTriggersBatchBuild(Boolean webhookTriggersBatchBuild) Sets the value ofGitHubEnterpriseSourceProps.getWebhookTriggersBatchBuild()Constructors in software.amazon.awscdk.services.codebuild with parameters of type GitHubEnterpriseSourceProps.BuilderModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theGitHubEnterpriseSourceProps.Builder.