| 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 |
PipelineProjectProps.Jsii$Proxy.getEnvironment() |
default BuildEnvironment |
CommonProjectProps.getEnvironment()
Build environment to use for the build.
|
BuildEnvironment |
CommonProjectProps.Jsii$Proxy.getEnvironment() |
BuildEnvironment |
ProjectProps.Jsii$Proxy.getEnvironment() |
| Modifier and Type | Method and Description |
|---|---|
PipelineProject.Builder |
PipelineProject.Builder.environment(BuildEnvironment environment)
Build environment to use for the build.
|
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() |
ProjectProps.Builder |
ProjectProps.Builder.environment(BuildEnvironment environment)
Sets the value of
CommonProjectProps.getEnvironment() |
Project.Builder |
Project.Builder.environment(BuildEnvironment environment)
Build environment to use for the build.
|
List<String> |
LinuxArmBuildImage.validate(BuildEnvironment buildEnvironment)
Validates by checking the BuildEnvironment computeType as aarch64 images only support ComputeType.SMALL and ComputeType.LARGE.
|
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> |
LinuxBuildImage.validate(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.
|
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.
|
Copyright © 2022. All rights reserved.