| Package | Description |
|---|---|
| software.amazon.awscdk.pipelines |
CDK Pipelines
|
| software.amazon.awscdk.services.codebuild |
AWS CodeBuild Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
BuildEnvironment |
CodeBuildStep.getBuildEnvironment()
Build environment.
|
default BuildEnvironment |
CodeBuildStepProps.getBuildEnvironment()
Changes to environment.
|
BuildEnvironment |
CodeBuildStepProps.Jsii$Proxy.getBuildEnvironment() |
default BuildEnvironment |
CodeBuildOptions.getBuildEnvironment()
Partial build environment, will be combined with other build environments that apply.
|
BuildEnvironment |
CodeBuildOptions.Jsii$Proxy.getBuildEnvironment() |
| Modifier and Type | Method and Description |
|---|---|
CodeBuildStep.Builder |
CodeBuildStep.Builder.buildEnvironment(BuildEnvironment buildEnvironment)
Changes to environment.
|
CodeBuildStepProps.Builder |
CodeBuildStepProps.Builder.buildEnvironment(BuildEnvironment buildEnvironment)
Sets the value of
CodeBuildStepProps.getBuildEnvironment() |
CodeBuildOptions.Builder |
CodeBuildOptions.Builder.buildEnvironment(BuildEnvironment buildEnvironment)
Sets the value of
CodeBuildOptions.getBuildEnvironment() |
| 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.
|
default BuildEnvironment |
CommonProjectProps.getEnvironment()
Build environment to use for the build.
|
BuildEnvironment |
CommonProjectProps.Jsii$Proxy.getEnvironment() |
BuildEnvironment |
ProjectProps.Jsii$Proxy.getEnvironment() |
BuildEnvironment |
PipelineProjectProps.Jsii$Proxy.getEnvironment() |
| Modifier and Type | Method and Description |
|---|---|
PipelineProject.Builder |
PipelineProject.Builder.environment(BuildEnvironment environment)
Build environment to use for the build.
|
CommonProjectProps.Builder |
CommonProjectProps.Builder.environment(BuildEnvironment environment)
Sets the value of
CommonProjectProps.getEnvironment() |
Project.Builder |
Project.Builder.environment(BuildEnvironment environment)
Build environment to use for the build.
|
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() |
List<String> |
LinuxBuildImage.validate(BuildEnvironment _)
Allows the image a chance to validate whether the passed configuration is correct.
|
List<String> |
IBuildImage.validate(BuildEnvironment buildEnvironment)
Allows the image a chance to validate whether the passed configuration is correct.
|
List<String> |
IBuildImage.Jsii$Proxy.validate(BuildEnvironment buildEnvironment)
Allows the image a chance to validate whether the passed configuration is correct.
|
default List<String> |
IBuildImage.Jsii$Default.validate(BuildEnvironment buildEnvironment)
Allows the image a chance to validate whether the passed configuration is correct.
|
List<String> |
WindowsBuildImage.validate(BuildEnvironment buildEnvironment)
Allows the image a chance to validate whether the passed configuration is correct.
|
List<String> |
LinuxArmBuildImage.validate(BuildEnvironment buildEnvironment)
Validates by checking the BuildEnvironment computeType as aarch64 images only support ComputeType.SMALL and ComputeType.LARGE.
|
List<String> |
IBindableBuildImage.Jsii$Proxy.validate(BuildEnvironment buildEnvironment)
Allows the image a chance to validate whether the passed configuration is correct.
|
default List<String> |
IBindableBuildImage.Jsii$Default.validate(BuildEnvironment buildEnvironment)
Allows the image a chance to validate whether the passed configuration is correct.
|
List<String> |
LinuxGpuBuildImage.validate(BuildEnvironment buildEnvironment)
Allows the image a chance to validate whether the passed configuration is correct.
|
Copyright © 2022. All rights reserved.