Uses of Class
software.amazon.awscdk.services.codebuild.Project.Builder
Packages that use Project.Builder
-
Uses of Project.Builder in software.amazon.awscdk.services.codebuild
Methods in software.amazon.awscdk.services.codebuild that return Project.BuilderModifier and TypeMethodDescriptionProject.Builder.allowAllOutbound
(Boolean allowAllOutbound) Whether to allow the CodeBuild to send all network traffic.Project.Builder.artifacts
(IArtifacts artifacts) Defines where build artifacts will be stored.Indicates whether AWS CodeBuild generates a publicly accessible URL for your project's build badge.Filename or contents of buildspec in JSON format.Caching strategy to use.Project.Builder.checkSecretsInPlainTextEnvVariables
(Boolean checkSecretsInPlainTextEnvVariables) Whether to check for the presence of any secrets in the environment variables of the default type, BuildEnvironmentVariableType.PLAINTEXT.Project.Builder.concurrentBuildLimit
(Number concurrentBuildLimit) Maximum number of concurrent builds.static Project.Builder
Project.Builder.description
(String description) A description of the project.Project.Builder.encryptionKey
(IKey encryptionKey) Encryption key to use to read and write artifacts.Project.Builder.environment
(BuildEnvironment environment) Build environment to use for the build.Project.Builder.environmentVariables
(Map<String, ? extends BuildEnvironmentVariable> environmentVariables) Additional environment variables to add to the build environment.Project.Builder.fileSystemLocations
(List<? extends IFileSystemLocation> fileSystemLocations) An ProjectFileSystemLocation objects for a CodeBuild build project.Project.Builder.grantReportGroupPermissions
(Boolean grantReportGroupPermissions) Add permissions to this project's role to create and use test report groups with name starting with the name of this project.Project.Builder.logging
(LoggingOptions logging) Information about logs for the build project.Project.Builder.projectName
(String projectName) The physical, human-readable name of the CodeBuild Project.Project.Builder.queuedTimeout
(Duration queuedTimeout) The number of minutes after which AWS CodeBuild stops the build if it's still in queue.Service Role to assume while running the build.Project.Builder.secondaryArtifacts
(List<? extends IArtifacts> secondaryArtifacts) The secondary artifacts for the Project.Project.Builder.secondarySources
(List<? extends ISource> secondarySources) The secondary sources for the Project.Project.Builder.securityGroups
(List<? extends ISecurityGroup> securityGroups) What security group to associate with the codebuild project's network interfaces.The source of the build.Project.Builder.subnetSelection
(SubnetSelection subnetSelection) Where to place the network interfaces within the VPC.The number of minutes after which AWS CodeBuild stops the build if it's not complete.VPC network to place codebuild network interfaces.