| Package | Description |
|---|---|
| software.amazon.awscdk.services.codebuild |
| Modifier and Type | Class and Description |
|---|---|
static class |
BuildEnvironment.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
| Modifier and Type | Method and Description |
|---|---|
BuildEnvironment |
BuildEnvironment.Builder.build()
Builds the configured instance.
|
BuildEnvironment |
PipelineProjectProps.Jsii$Proxy.getEnvironment()
Build environment to use for the build.
|
BuildEnvironment |
CommonProjectProps.getEnvironment()
Build environment to use for the build.
|
BuildEnvironment |
CommonProjectProps.Jsii$Proxy.getEnvironment()
Build environment to use for the build.
|
BuildEnvironment |
ProjectProps.Jsii$Proxy.getEnvironment()
Build environment to use for the build.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PipelineProjectProps.Jsii$Proxy.setEnvironment(BuildEnvironment value)
Build environment to use for the build.
|
void |
CommonProjectProps.setEnvironment(BuildEnvironment value)
Build environment to use for the build.
|
void |
CommonProjectProps.Jsii$Proxy.setEnvironment(BuildEnvironment value)
Build environment to use for the build.
|
void |
ProjectProps.Jsii$Proxy.setEnvironment(BuildEnvironment value)
Build environment to use for the build.
|
List<String> |
WindowsBuildImage.validate(BuildEnvironment 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.
|
List<String> |
LinuxBuildImage.validate(BuildEnvironment _)
Allows the image a chance to validate whether the passed configuration is correct.
|
CommonProjectProps.Builder |
CommonProjectProps.Builder.withEnvironment(BuildEnvironment value)
Sets the value of Environment
|
ProjectProps.Builder |
ProjectProps.Builder.withEnvironment(BuildEnvironment value)
Sets the value of Environment
|
Copyright © 2018. All rights reserved.