| Package | Description |
|---|---|
| software.amazon.awscdk.services.codebuild |
AWS CodeBuild Construct Library
|
| Modifier and Type | Class and Description |
|---|---|
static class |
BuildEnvironment.Jsii$Proxy
An implementation for
BuildEnvironment |
| Modifier and Type | Method and Description |
|---|---|
BuildEnvironment |
BuildEnvironment.Builder.build()
Builds the configured instance.
|
BuildEnvironment |
ProjectProps.Jsii$Proxy.getEnvironment() |
BuildEnvironment |
PipelineProjectProps.Jsii$Proxy.getEnvironment() |
default BuildEnvironment |
CommonProjectProps.getEnvironment()
(experimental) Build environment to use for the build.
|
BuildEnvironment |
CommonProjectProps.Jsii$Proxy.getEnvironment() |
| Modifier and Type | Method and Description |
|---|---|
ProjectProps.Builder |
ProjectProps.Builder.environment(BuildEnvironment environment)
Sets the value of
CommonProjectProps.getEnvironment() |
PipelineProjectProps.Builder |
PipelineProjectProps.Builder.environment(BuildEnvironment environment)
Sets the value of
CommonProjectProps.getEnvironment() |
CommonProjectProps.Builder |
CommonProjectProps.Builder.environment(BuildEnvironment environment)
Sets the value of
CommonProjectProps.getEnvironment() |
PipelineProject.Builder |
PipelineProject.Builder.environment(BuildEnvironment environment)
(experimental) Build environment to use for the build.
|
Project.Builder |
Project.Builder.environment(BuildEnvironment environment)
(experimental) Build environment to use for the build.
|
List<String> |
IBindableBuildImage.Jsii$Proxy.validate(BuildEnvironment buildEnvironment)
(experimental) Allows the image a chance to validate whether the passed configuration is correct.
|
default List<String> |
IBindableBuildImage.Jsii$Default.validate(BuildEnvironment buildEnvironment)
(experimental) Allows the image a chance to validate whether the passed configuration is correct.
|
List<String> |
IBuildImage.validate(BuildEnvironment buildEnvironment)
(experimental) Allows the image a chance to validate whether the passed configuration is correct.
|
List<String> |
IBuildImage.Jsii$Proxy.validate(BuildEnvironment buildEnvironment)
(experimental) Allows the image a chance to validate whether the passed configuration is correct.
|
default List<String> |
IBuildImage.Jsii$Default.validate(BuildEnvironment buildEnvironment)
(experimental) Allows the image a chance to validate whether the passed configuration is correct.
|
List<String> |
LinuxBuildImage.validate(BuildEnvironment _)
(experimental) Allows the image a chance to validate whether the passed configuration is correct.
|
List<String> |
WindowsBuildImage.validate(BuildEnvironment buildEnvironment)
(experimental) Allows the image a chance to validate whether the passed configuration is correct.
|
List<String> |
LinuxGpuBuildImage.validate(BuildEnvironment buildEnvironment)
(experimental) Allows the image a chance to validate whether the passed configuration is correct.
|
| Constructor and Description |
|---|
Jsii$Proxy(Boolean allowAllOutbound,
Boolean badge,
BuildSpec buildSpec,
Cache cache,
Boolean checkSecretsInPlainTextEnvVariables,
Number concurrentBuildLimit,
String description,
IKey encryptionKey,
BuildEnvironment environment,
Map<String,? extends BuildEnvironmentVariable> environmentVariables,
List<? extends IFileSystemLocation> fileSystemLocations,
Boolean grantReportGroupPermissions,
LoggingOptions logging,
String projectName,
Duration queuedTimeout,
IRole role,
List<? extends ISecurityGroup> securityGroups,
SubnetSelection subnetSelection,
Duration timeout,
IVpc vpc)
Constructor that initializes the object based on literal property values passed by the
PipelineProjectProps.Builder. |
Jsii$Proxy(Boolean allowAllOutbound,
Boolean badge,
BuildSpec buildSpec,
Cache cache,
Boolean checkSecretsInPlainTextEnvVariables,
Number concurrentBuildLimit,
String description,
IKey encryptionKey,
BuildEnvironment environment,
Map<String,? extends BuildEnvironmentVariable> environmentVariables,
List<? extends IFileSystemLocation> fileSystemLocations,
Boolean grantReportGroupPermissions,
LoggingOptions logging,
String projectName,
Duration queuedTimeout,
IRole role,
List<? extends ISecurityGroup> securityGroups,
SubnetSelection subnetSelection,
Duration timeout,
IVpc vpc)
Constructor that initializes the object based on literal property values passed by the
CommonProjectProps.Builder. |
Jsii$Proxy(IArtifacts artifacts,
List<? extends IArtifacts> secondaryArtifacts,
List<? extends ISource> secondarySources,
ISource source,
Boolean allowAllOutbound,
Boolean badge,
BuildSpec buildSpec,
Cache cache,
Boolean checkSecretsInPlainTextEnvVariables,
Number concurrentBuildLimit,
String description,
IKey encryptionKey,
BuildEnvironment environment,
Map<String,? extends BuildEnvironmentVariable> environmentVariables,
List<? extends IFileSystemLocation> fileSystemLocations,
Boolean grantReportGroupPermissions,
LoggingOptions logging,
String projectName,
Duration queuedTimeout,
IRole role,
List<? extends ISecurityGroup> securityGroups,
SubnetSelection subnetSelection,
Duration timeout,
IVpc vpc)
Constructor that initializes the object based on literal property values passed by the
ProjectProps.Builder. |
Copyright © 2021. All rights reserved.