| Package | Description |
|---|---|
| software.amazon.awscdk.services.codebuild |
| Modifier and Type | Class and Description |
|---|---|
static class |
IBuildImage.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
class |
LinuxBuildImage
A CodeBuild image running Linux.
|
class |
WindowsBuildImage
A CodeBuild image running Windows.
|
| Modifier and Type | Method and Description |
|---|---|
IBuildImage |
BuildEnvironment.getBuildImage()
The image used for the builds.
|
IBuildImage |
BuildEnvironment.Jsii$Proxy.getBuildImage()
The image used for the builds.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BuildEnvironment.setBuildImage(IBuildImage value)
The image used for the builds.
|
void |
BuildEnvironment.Jsii$Proxy.setBuildImage(IBuildImage value)
The image used for the builds.
|
BuildEnvironment.Builder |
BuildEnvironment.Builder.withBuildImage(IBuildImage value)
Sets the value of BuildImage
|
Copyright © 2018. All rights reserved.